Стиль окна(в зависимости от среды)
Интересует как такое зделать пользуясь стандартными елементами с VCL, так и при построение формы с помощью WinApi.
Если можно обясните по подробние.
Спасибо.
1. Скачать тут файл "winxp.zip". В программе добавить строку #pragma resource "winxp.res"
2. Создать файл "имя_программы.exe.manifest" с таким содержанием
Цитата:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="0.0.0.1" processorArchitecture="X86" name="Microsoft.Windows.test" type="win32" /> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly>
В этом случае его надо будет поставлять вместе с программой.