Jump to content

Disable Visual Style For Single Control


Recommended Posts

Hi VIP :bye:


Thanks for the help,
Yesterday i noticed when i did the dllcall in the middle of the GUI creation some controls had the default style and some of them didn't

Your dllcall does it the right way :)

Regards, TheAutomator

Edited by TheAutomator
mistake
Link to comment
Share on other sites

No, i was talking about the first dllcall: 

DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", false)

if you have a form with 5 buttons and you call it at the, let's say.. 3d button, the the 2 last buttons are in the old style

i was just experimenting with it, that's all i meant with that :)
and your dllcall works fine, made a function for it: _GuiCtrlDisableVS($hCtrl)

again, tnx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...