Click here to Skip to main content
15,920,628 members
Home / Discussions / C#
   

C#

 
AnswerRe: database watcher ... need suggestions !! Pin
Sylvester george25-Jan-07 2:23
Sylvester george25-Jan-07 2:23 
Questioncheck whether word file is open or not Pin
praveen pandey25-Jan-07 1:45
praveen pandey25-Jan-07 1:45 
AnswerRe: check whether word file is open or not Pin
ednrgc25-Jan-07 5:49
ednrgc25-Jan-07 5:49 
QuestionOpen word document Pin
zt.Prog25-Jan-07 1:36
zt.Prog25-Jan-07 1:36 
QuestionNetwork programming problem Pin
Antony Lee25-Jan-07 1:26
Antony Lee25-Jan-07 1:26 
AnswerRe: Network programming problem Pin
Antony Lee25-Jan-07 17:03
Antony Lee25-Jan-07 17:03 
QuestionCreation of Connectors between Elements of a Form Without using Graphics Pin
UdayDenduluri25-Jan-07 1:13
UdayDenduluri25-Jan-07 1:13 
AnswerRe: Creation of Connectors between Elements of a Form Without using Graphics Pin
V.25-Jan-07 1:26
professionalV.25-Jan-07 1:26 
QuestionNaming conventions for Variables in C# Pin
nasambur25-Jan-07 0:59
nasambur25-Jan-07 0:59 
AnswerRe: Naming conventions for Variables in C# Pin
Pete O'Hanlon25-Jan-07 1:10
mvePete O'Hanlon25-Jan-07 1:10 
AnswerRe: Naming conventions for Variables in C# Pin
Stefan Troschuetz25-Jan-07 1:11
Stefan Troschuetz25-Jan-07 1:11 
AnswerRe: Naming conventions for Variables in C# Pin
V.25-Jan-07 1:24
professionalV.25-Jan-07 1:24 
QuestionCreating Oracle Connection Pin
Mr.Sam25-Jan-07 0:59
Mr.Sam25-Jan-07 0:59 
AnswerRe: Creating Oracle Connection Pin
V.25-Jan-07 1:24
professionalV.25-Jan-07 1:24 
QuestionUsing remote folders. [modified] Pin
jarellan25-Jan-07 0:20
jarellan25-Jan-07 0:20 
QuestionC# Pin
saurabh_bpl425-Jan-07 0:06
saurabh_bpl425-Jan-07 0:06 
AnswerRe: C# Pin
Colin Angus Mackay25-Jan-07 0:10
Colin Angus Mackay25-Jan-07 0:10 
GeneralRe: C# Pin
dataminers25-Jan-07 0:23
dataminers25-Jan-07 0:23 
GeneralRe: C# Pin
quiteSmart25-Jan-07 0:43
quiteSmart25-Jan-07 0:43 
GeneralRe: C# Pin
Pete O'Hanlon25-Jan-07 1:06
mvePete O'Hanlon25-Jan-07 1:06 
AnswerRe: C# Pin
Ed.Poore25-Jan-07 1:14
Ed.Poore25-Jan-07 1:14 
AnswerRe: C# Pin
ednrgc25-Jan-07 5:52
ednrgc25-Jan-07 5:52 
QuestionRegistry Pin
Dylan van Heerden24-Jan-07 23:51
Dylan van Heerden24-Jan-07 23:51 
Hi
I developed a mobile application in c# for windows ce. Everytime the mobile device's batery is totally flat, it removes the application from the device and I have re-install it again (quite irritating). Now I've modified the registry with the following:

[HKEY_LOCAL_MACHINE\SOFTWARE\LXE\Persist\MyApp]
"Installed"=dword:00000001
"PCMCIA"=dword:00000000
"Delay"=dword:00000000
"FileName"="\System\MyApp.CAB
"FileCheck"="ALWAYSEXEC"
"Order"=dword:00000062

This automatically installs the application once the device enters windows (great). The problem now is when I remove the application manually from "Remove Programs", it doesn't only remove my application but it removes all the applications that are installed (except windows ce).

Is there something else I can do or make a change to my registry?

Thanks,
Dylan

QuestionGetting protected controls using reflection Pin
Chals24-Jan-07 23:44
Chals24-Jan-07 23:44 
AnswerRe: Getting protected controls using reflection Pin
Marc Clifton25-Jan-07 2:08
mvaMarc Clifton25-Jan-07 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.