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

C#

 
GeneralStarting NotePad from C# code Pin
Mircea Puiu8-Jan-08 0:57
Mircea Puiu8-Jan-08 0:57 
GeneralRe: Starting NotePad from C# code Pin
Stu Richardson8-Jan-08 1:18
Stu Richardson8-Jan-08 1:18 
GeneralRe: Starting NotePad from C# code Pin
Mircea Puiu8-Jan-08 1:20
Mircea Puiu8-Jan-08 1:20 
GeneralRe: Starting NotePad from C# code Pin
J4amieC8-Jan-08 1:23
J4amieC8-Jan-08 1:23 
GeneralRe: Starting NotePad from C# code Pin
Mircea Puiu8-Jan-08 1:25
Mircea Puiu8-Jan-08 1:25 
GeneralRe: How to open notepad from windows service Pin
J4amieC8-Jan-08 1:25
J4amieC8-Jan-08 1:25 
GeneralRe: How to open notepad from windows service Pin
Stu Richardson8-Jan-08 1:54
Stu Richardson8-Jan-08 1:54 
GeneralRe: How to open notepad from windows service Pin
Mircea Puiu8-Jan-08 1:48
Mircea Puiu8-Jan-08 1:48 
You do not normally start an interactive process from a Windows Service. Probably, it is an option in your case when debugging something (then you must enable the service to interact with the desktop, as already said by someone here).
The reason is that each service runs in an invisible secured desktop environment, therefore no user interface is shown to users.

SkyWalker

QuestionHow to set SerialPort settings Pin
gruberdominik7-Jan-08 23:37
gruberdominik7-Jan-08 23:37 
AnswerRe: How to set SerialPort settings Pin
Luc Pattyn8-Jan-08 3:38
sitebuilderLuc Pattyn8-Jan-08 3:38 
QuestiondataGridView (please i need urgently) [modified] Pin
usyra427-Jan-08 22:45
usyra427-Jan-08 22:45 
GeneralRe: dataGridView (please i need urgently) Pin
Mircea Puiu8-Jan-08 1:14
Mircea Puiu8-Jan-08 1:14 
GeneralP/Invokes into native code Pin
N a v a n e e t h7-Jan-08 22:12
N a v a n e e t h7-Jan-08 22:12 
GeneralRe: P/Invokes into native code Pin
Giorgi Dalakishvili7-Jan-08 23:48
mentorGiorgi Dalakishvili7-Jan-08 23:48 
GeneralRe: P/Invokes into native code Pin
N a v a n e e t h8-Jan-08 2:30
N a v a n e e t h8-Jan-08 2:30 
GeneralMouse and keyboard logger Pin
sepel7-Jan-08 22:09
sepel7-Jan-08 22:09 
GeneralRe: Mouse and keyboard logger Pin
Christian Graus7-Jan-08 22:13
protectorChristian Graus7-Jan-08 22:13 
GeneralRe: Mouse and keyboard logger Pin
sepel7-Jan-08 22:17
sepel7-Jan-08 22:17 
GeneralSending mail in C# with or without smtp Pin
razanabanu7-Jan-08 21:01
razanabanu7-Jan-08 21:01 
GeneralRe: Sending mail in C# with or without smtp Pin
Christian Graus7-Jan-08 21:10
protectorChristian Graus7-Jan-08 21:10 
GeneralRe: Sending mail in C# with or without smtp Pin
razanabanu7-Jan-08 21:28
razanabanu7-Jan-08 21:28 
GeneralRe: Sending mail in C# with or without smtp Pin
Christian Graus7-Jan-08 22:03
protectorChristian Graus7-Jan-08 22:03 
GeneralRe: Sending mail in C# with or without smtp Pin
Declan Bright7-Jan-08 23:22
Declan Bright7-Jan-08 23:22 
QuestionHandle MouseWheel Without giving control Focus? Pin
Sukhjinder_K7-Jan-08 20:32
Sukhjinder_K7-Jan-08 20:32 
AnswerRe: Handle MouseWheel Without giving control Focus? Pin
Christian Graus7-Jan-08 21:11
protectorChristian Graus7-Jan-08 21:11 

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.