string s = "\"\\Windows\\Start Menu\\Programs\\My App.lnk\""
--
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.
Managed Code in the Embedded World
http://www.opennetcf.com/
http://www.smartdeviceframework.com/
"mmdexter" <(E-Mail Removed)> wrote in message
news:B1DC5E99-1A55-4DBA-BEBC-(E-Mail Removed)...
>I am using Visual Studio 2005 to build a Smart Device CAB
> project and i need to add a registry entry like this
> (for mapping a hardware button):
>
> "\Windows\Start Menu\Programs\My App.lnk"
>
> in HKLM\Software\Microsoft\Shell\Keys\40C1
>
> The problem is that I need to include the " " around the link
> in the registry entry but Visual Studio removes them
> if I try to put them in. Is there an escape caracter I
> can put in front of the " " or do I somehow have to edit
> the finished CAB file?
>
> The device is a Dell Axim X51V running Windows Mobile 5
> and my app is written in C#.
>
> /mm