Click here to Skip to main content
15,905,914 members
Home / Discussions / C#
   

C#

 
Question2D in D3D Pin
_Comet_Keeper_23-Jun-06 9:15
_Comet_Keeper_23-Jun-06 9:15 
Questionsend a file Pin
waheed awan23-Jun-06 7:47
waheed awan23-Jun-06 7:47 
AnswerRe: send a file Pin
Jun Du23-Jun-06 7:58
Jun Du23-Jun-06 7:58 
GeneralRe: send a file Pin
waheed awan23-Jun-06 8:05
waheed awan23-Jun-06 8:05 
GeneralRe: send a file Pin
Jun Du23-Jun-06 8:31
Jun Du23-Jun-06 8:31 
Questionservice on window Pin
waheed awan23-Jun-06 7:40
waheed awan23-Jun-06 7:40 
AnswerRe: service on window Pin
Jun Du23-Jun-06 8:03
Jun Du23-Jun-06 8:03 
AnswerRe: service on window Pin
Dave Kreskowiak23-Jun-06 8:07
mveDave Kreskowiak23-Jun-06 8:07 
File/New -> Project. Find the Windows Service project...

You'll probably have to start converting your code to run on a seperate thread. Windows Services normally create a seperate thread to run their code on. Do NOT just put your code in the OnStart event. You'll get some interesting errors and behaviors if you do.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionEmbedded Resources Pin
Atlantaazfinest23-Jun-06 7:30
Atlantaazfinest23-Jun-06 7:30 
AnswerRe: Embedded Resources Pin
Josh Smith23-Jun-06 8:18
Josh Smith23-Jun-06 8:18 
GeneralRe: Embedded Resources Pin
Atlantaazfinest23-Jun-06 8:30
Atlantaazfinest23-Jun-06 8:30 
QuestionForm Focus Pin
Cubzfan23-Jun-06 7:27
Cubzfan23-Jun-06 7:27 
QuestionRe: Form Focus Pin
Jun Du23-Jun-06 7:53
Jun Du23-Jun-06 7:53 
AnswerRe: Form Focus Pin
Cubzfan23-Jun-06 8:07
Cubzfan23-Jun-06 8:07 
GeneralRe: Form Focus Pin
Jun Du23-Jun-06 8:22
Jun Du23-Jun-06 8:22 
AnswerRe: Form Focus Pin
Dave Kreskowiak23-Jun-06 8:03
mveDave Kreskowiak23-Jun-06 8:03 
AnswerRe: Form Focus [modified] Pin
Nader Elshehabi23-Jun-06 10:48
Nader Elshehabi23-Jun-06 10:48 
Questioncompile a project Pin
waheed awan23-Jun-06 6:56
waheed awan23-Jun-06 6:56 
AnswerRe: compile a project Pin
Not Active23-Jun-06 7:11
mentorNot Active23-Jun-06 7:11 
QuestionCommunicating between applications Pin
smurfy3423-Jun-06 6:40
smurfy3423-Jun-06 6:40 
AnswerRe: Communicating between applications Pin
Jun Du23-Jun-06 7:25
Jun Du23-Jun-06 7:25 
QuestionCOMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 6:37
waheed awan23-Jun-06 6:37 
AnswerRe: COMPILE A CSHARP PROJECT Pin
smurfy3423-Jun-06 6:41
smurfy3423-Jun-06 6:41 
AnswerRe: COMPILE A CSHARP PROJECT Pin
Not Active23-Jun-06 7:09
mentorNot Active23-Jun-06 7:09 
GeneralRe: COMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 7:28
waheed awan23-Jun-06 7:28 

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.