Windows API
-
Hai all, I have one problem for a long time,still now i couldnt get any solution. The scenario is the following. I have developed one application which is in .net having some buttons,textboxes,comboboxes etc. These controls have some design formatts and i developed the application in windows xp with silver not in blue. I need my application should not change depends on the client windows style. for that what should i do in my application. I expect a good solution from this site. Lots of Thanks in Advance
-
Hai all, I have one problem for a long time,still now i couldnt get any solution. The scenario is the following. I have developed one application which is in .net having some buttons,textboxes,comboboxes etc. These controls have some design formatts and i developed the application in windows xp with silver not in blue. I need my application should not change depends on the client windows style. for that what should i do in my application. I expect a good solution from this site. Lots of Thanks in Advance
Are you asking to have your app not change themes on different computers, or are you asking if it will change on other computers?
-
Hai all, I have one problem for a long time,still now i couldnt get any solution. The scenario is the following. I have developed one application which is in .net having some buttons,textboxes,comboboxes etc. These controls have some design formatts and i developed the application in windows xp with silver not in blue. I need my application should not change depends on the client windows style. for that what should i do in my application. I expect a good solution from this site. Lots of Thanks in Advance
You can disable themes in your top-level window, which will also disable them for all child windows.
SetWindowTheme ( hMainWindow, L"", L"" );
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Hai all, I have one problem for a long time,still now i couldnt get any solution. The scenario is the following. I have developed one application which is in .net having some buttons,textboxes,comboboxes etc. These controls have some design formatts and i developed the application in windows xp with silver not in blue. I need my application should not change depends on the client windows style. for that what should i do in my application. I expect a good solution from this site. Lots of Thanks in Advance
CCM_SETWINDOWTHEME
Shaun Harrington shaun@planetharrington.com www.planetharrington.com SmartStartMenu