Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hashtable Pin
Kevin McFarlane26-May-07 5:30
Kevin McFarlane26-May-07 5:30 
QuestionPicture box and drawing Pin
Anka_Ame26-May-07 0:44
Anka_Ame26-May-07 0:44 
QuestionGet "current playing" movie/song in WMP Pin
mulybenj26-May-07 0:22
mulybenj26-May-07 0:22 
AnswerRe: Get "current playing" movie/song in WMP Pin
henur26-May-07 21:38
henur26-May-07 21:38 
GeneralRe: Get "current playing" movie/song in WMP Pin
mulybenj27-May-07 1:09
mulybenj27-May-07 1:09 
GeneralRe: Get "current playing" movie/song in WMP Pin
henur27-May-07 4:54
henur27-May-07 4:54 
QuestionExecuting an exe file from a Windows Service Pin
M. J. Jaya Chitra25-May-07 23:10
M. J. Jaya Chitra25-May-07 23:10 
AnswerRe: Executing an exe file from a Windows Service Pin
kubben26-May-07 3:11
kubben26-May-07 3:11 
I have a question. Why would you want to do this? The purpose of a windows service is that it is running as a set user that you define in the login tab. This allows the windows service to run all the time not just when someone is logged into the computer. Ok that being said.

I would guess that you are running your windows service with a login that doesn't have rights to open notepad, or that the window service perhaps is not running. The way you are going about trying to open note pad should work fine. Perhaps you should check the event log to see if any errors are getting logged. You could also do some event logging in your windows service. You also might want to put a try catch around the call to your process to open notepad, you might be getting an exception.

Hope that helps.
Ben
GeneralRe: Executing an exe file from a Windows Service Pin
mav.northwind26-May-07 23:00
mav.northwind26-May-07 23:00 
GeneralRe: Executing an exe file from a Windows Service Pin
kubben28-May-07 1:59
kubben28-May-07 1:59 
GeneralRe: Executing an exe file from a Windows Service Pin
M. J. Jaya Chitra27-May-07 16:57
M. J. Jaya Chitra27-May-07 16:57 
GeneralRe: Executing an exe file from a Windows Service Pin
kubben28-May-07 1:59
kubben28-May-07 1:59 
Questionweird problem with ComboBox - DataSource contains data, but the Items collection stays empty Pin
Marek Grzenkowicz25-May-07 23:02
Marek Grzenkowicz25-May-07 23:02 
AnswerRe: weird problem with ComboBox - DataSource contains data, but the Items collection stays empty Pin
Marek Grzenkowicz27-May-07 21:41
Marek Grzenkowicz27-May-07 21:41 
QuestionC# Control for volume Pin
henur25-May-07 22:54
henur25-May-07 22:54 
AnswerRe: C# Control for volume Pin
Giorgi Dalakishvili26-May-07 0:22
mentorGiorgi Dalakishvili26-May-07 0:22 
AnswerRe: C# Control for volume Pin
Thomas Stockwell26-May-07 15:24
professionalThomas Stockwell26-May-07 15:24 
GeneralRe: C# Control for volume Pin
henur26-May-07 21:42
henur26-May-07 21:42 
GeneralRe: C# Control for volume Pin
Thomas Stockwell27-May-07 3:09
professionalThomas Stockwell27-May-07 3:09 
GeneralRe: C# Control for volume Pin
henur27-May-07 4:56
henur27-May-07 4:56 
GeneralRe: C# Control for volume Pin
Thomas Stockwell28-May-07 9:05
professionalThomas Stockwell28-May-07 9:05 
GeneralRe: C# Control for volume Pin
henur28-May-07 9:50
henur28-May-07 9:50 
QuestionHow put the PNG-Pictrue into the pictureBox? Pin
jason_mf25-May-07 21:42
jason_mf25-May-07 21:42 
AnswerRe: How put the PNG-Pictrue into the pictureBox? Pin
Thomas Stockwell26-May-07 15:26
professionalThomas Stockwell26-May-07 15:26 
QuestionPrinting a blank page in Active report Pin
Test27030725-May-07 20:41
Test27030725-May-07 20:41 

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.