I need to programmatically disable Windows 8 charms bar. On MSDN i can find sample code to do that. However while using that code snippet with Windows 8 SDK installed on my machine i am getting Linker error. The code snippet can be found at System.EdgeGesture.DisableTouchWhenFullscreen
I am able to retrieve the PropertyStore pointer but when i try to set the value "PKEY_EdgeGesture_DisableTouchWhenFullscreen" i am get linker error for this property.
All you need is to create(if not existed) EdgeUI key under:
and add new DWORD keys: DisableTLcorner & DisableCharmsHint
For disable:
For Enable change to zero or delete them:
All this can be easily done in MFC!!!!
The symbol is exported the following lib files.
Did you modify your libpath?