Vista Control Panel Applets

  • Thread starter Thread starter Mark Cariddi
  • Start date Start date
M

Mark Cariddi

Hi,
I have a control panel applet that worked in Windows XP and I want
it to work on vista. Unfortunately I keep getting a "Known
Compatibilities Problem" dialog box each time I try to run the applet
(which runs). How do I get rid of that dialog box. Any help on
this would be appreciated....

Please email me If you know how to do this...

--Mark Cariddi
www.osr.com
 
In addition, how does Vista determine that my control panel applet is
a legacy applet. My applet has a manifest file defined as
follows...

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker"
uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

and this is being embedded in my image.
 
Back
Top