Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: newbie: sort values in a text.txt and display by name? Pin
hristo197712-Oct-06 9:00
hristo197712-Oct-06 9:00 
QuestionConverting semi-structured htm data to xml Pin
RichardInToronto12-Oct-06 7:06
RichardInToronto12-Oct-06 7:06 
AnswerRe: Converting semi-structured htm data to xml Pin
led mike12-Oct-06 7:39
led mike12-Oct-06 7:39 
GeneralRe: Converting semi-structured htm data to xml Pin
RichardInToronto12-Oct-06 16:57
RichardInToronto12-Oct-06 16:57 
AnswerRe: Converting semi-structured htm data to xml Pin
Sreenath Madyastha12-Oct-06 7:46
Sreenath Madyastha12-Oct-06 7:46 
GeneralRe: Converting semi-structured htm data to xml Pin
RichardInToronto12-Oct-06 16:59
RichardInToronto12-Oct-06 16:59 
QuestionRun EXE from Windows service Pin
kalyan.n@dsolusys.com12-Oct-06 6:54
kalyan.n@dsolusys.com12-Oct-06 6:54 
AnswerRe: Run EXE from Windows service Pin
perlmunger12-Oct-06 7:33
perlmunger12-Oct-06 7:33 
If you go into the services control panel and double click your service, you will see a tab in the ensuing dialog labelled "Log On". Click on that and then select the checkbox under the "Local System account" radio button marked "Allow service to interact with the desktop". I'm not sure if this will work for you, but give it a try.

The preferrable way to manage your own services is to create a service with no UI and then build a second Windows Forms application (possibly even one that runs in the tray) that can connect to the service and control it. You can also use remoting if you want to communicate with your service in some other way than just telling it to start, stop, and restart.

Hope that helps.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall

QuestionWhere does my Console output go? Pin
snorkie12-Oct-06 6:48
professionalsnorkie12-Oct-06 6:48 
AnswerRe: Where does my Console output go? Pin
User 665812-Oct-06 6:57
User 665812-Oct-06 6:57 
GeneralRe: Where does my Console output go? Pin
snorkie12-Oct-06 10:56
professionalsnorkie12-Oct-06 10:56 
GeneralRe: Where does my Console output go? Pin
User 665812-Oct-06 13:27
User 665812-Oct-06 13:27 
GeneralRe: Where does my Console output go? Pin
snorkie13-Oct-06 11:29
professionalsnorkie13-Oct-06 11:29 
QuestionHidden Files Pin
Syed Shahid Hussain12-Oct-06 6:29
Syed Shahid Hussain12-Oct-06 6:29 
AnswerRe: Hidden Files Pin
Luc Pattyn12-Oct-06 8:05
sitebuilderLuc Pattyn12-Oct-06 8:05 
Questionrdlc dynamic formatting? Pin
CryoK12-Oct-06 6:28
CryoK12-Oct-06 6:28 
AnswerRe: rdlc dynamic formatting? Pin
Private_Void12-Oct-06 6:48
Private_Void12-Oct-06 6:48 
QuestionHow to Play Stream Videos in CSharp 2005 ? Pin
hdv21212-Oct-06 6:19
hdv21212-Oct-06 6:19 
QuestionListView Groups Pin
BoneSoft12-Oct-06 4:46
BoneSoft12-Oct-06 4:46 
QuestionParameter not valid?? Pin
hristo197712-Oct-06 4:40
hristo197712-Oct-06 4:40 
AnswerRe: Parameter not valid?? Pin
Christian Graus12-Oct-06 4:46
protectorChristian Graus12-Oct-06 4:46 
AnswerRe: Parameter not valid?? Pin
CoolASL12-Oct-06 4:47
CoolASL12-Oct-06 4:47 
GeneralRe: Parameter not valid?? Pin
hristo197712-Oct-06 10:35
hristo197712-Oct-06 10:35 
GeneralRe: Parameter not valid?? Pin
CoolASL13-Oct-06 0:02
CoolASL13-Oct-06 0:02 
QuestionWeb Control in C# Pin
CoolASL12-Oct-06 4:33
CoolASL12-Oct-06 4:33 

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.