PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Disappearing quotes in VS2005 Smart Device CAB project registry en
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Disappearing quotes in VS2005 Smart Device CAB project registry en
![]() |
Disappearing quotes in VS2005 Smart Device CAB project registry en |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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" <mmdexter@discussions.microsoft.com> wrote in message news:B1DC5E99-1A55-4DBA-BEBC-5B60C05EDB73@microsoft.com... >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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

