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

C#

 
GeneralRe: Capture Global Key Pressed Pin
Programm3r6-Oct-09 3:11
Programm3r6-Oct-09 3:11 
GeneralRe: Capture Global Key Pressed Pin
EliottA6-Oct-09 3:14
EliottA6-Oct-09 3:14 
GeneralRe: Capture Global Key Pressed Pin
Programm3r6-Oct-09 3:25
Programm3r6-Oct-09 3:25 
Questionhow to use runonce registry service? Pin
Ajithevn6-Oct-09 2:47
Ajithevn6-Oct-09 2:47 
AnswerRe: how to use runonce registry service? Pin
Calla6-Oct-09 3:40
Calla6-Oct-09 3:40 
GeneralRe: how to use runonce registry service? Pin
Ajithevn6-Oct-09 3:48
Ajithevn6-Oct-09 3:48 
GeneralRe: how to use runonce registry service? Pin
Calla6-Oct-09 4:13
Calla6-Oct-09 4:13 
GeneralRe: how to use runonce registry service? Pin
Dave Kreskowiak6-Oct-09 4:27
mveDave Kreskowiak6-Oct-09 4:27 
Ajithevn wrote:
1)HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce how to invoke this? or call this? or execute this key?


You don't have a clue what the registry is or how it works, do you?

You cannot "invoke" that key, or "execute" anything in the registry any time you want. All the registry is is a hierarchical database of information. There is nothing "executable" in it at all.

The RunOnce key is just a list of command lines that Windows executes on startup.

Ajithevn wrote:
2)can we uninstall a setup created for a c# windows application on shutdown of system using RunOnce.


Since RunOnce command lines only get execute when Windows starts, no.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: how to use runonce registry service? Pin
EliottA6-Oct-09 4:44
EliottA6-Oct-09 4:44 
GeneralRe: how to use runonce registry service? Pin
Dave Kreskowiak6-Oct-09 8:05
mveDave Kreskowiak6-Oct-09 8:05 
GeneralRe: how to use runonce registry service? Pin
Christian Graus6-Oct-09 9:57
protectorChristian Graus6-Oct-09 9:57 
QuestionC# use of varibale help Pin
Aljaz1116-Oct-09 1:04
Aljaz1116-Oct-09 1:04 
AnswerRe: C# use of varibale help Pin
Christian Graus6-Oct-09 1:08
protectorChristian Graus6-Oct-09 1:08 
AnswerRe: C# use of varibale help Pin
sngbrdb7-Oct-09 8:23
professionalsngbrdb7-Oct-09 8:23 
Question2D Array Trim Pin
ksss_maheshece6-Oct-09 0:32
ksss_maheshece6-Oct-09 0:32 
AnswerRe: 2D Array Trim Pin
PIEBALDconsult6-Oct-09 4:54
mvePIEBALDconsult6-Oct-09 4:54 
Questionhide header and footer while printing a webpage in C# [modified] Pin
vasavi.p5-Oct-09 23:56
vasavi.p5-Oct-09 23:56 
GeneralRe: hide header and footer while printing a webpage in C# Pin
Rajesh Anuhya6-Oct-09 1:22
professionalRajesh Anuhya6-Oct-09 1:22 
GeneralRe: hide header and footer while printing a webpage in C# Pin
vasavi.p6-Oct-09 1:50
vasavi.p6-Oct-09 1:50 
GeneralRe: hide header and footer while printing a webpage in C# Pin
Eddy Vluggen6-Oct-09 8:35
professionalEddy Vluggen6-Oct-09 8:35 
Questionimport C char** to C# in a struct Pin
MCALLAN5-Oct-09 22:29
MCALLAN5-Oct-09 22:29 
AnswerRe: import C char** to C# in a struct Pin
Richard MacCutchan5-Oct-09 23:50
mveRichard MacCutchan5-Oct-09 23:50 
AnswerRe: import C char** to C# in a struct Pin
Pete O'Hanlon5-Oct-09 23:52
mvePete O'Hanlon5-Oct-09 23:52 
AnswerRe: import C char** to C# in a struct Pin
Daniel Grunwald6-Oct-09 2:47
Daniel Grunwald6-Oct-09 2:47 
AnswerRe: import C char** to C# in a struct Pin
Luc Pattyn6-Oct-09 4:57
sitebuilderLuc Pattyn6-Oct-09 4:57 

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.