Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: Quadtree Implementation Pin
harold aptroot16-Feb-10 10:14
harold aptroot16-Feb-10 10:14 
Questionassociating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 8:55
shadowthief_0316-Feb-10 8:55 
AnswerRe: associating a file with a .EXE on a cd Pin
Luc Pattyn16-Feb-10 9:11
sitebuilderLuc Pattyn16-Feb-10 9:11 
GeneralRe: associating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 11:01
shadowthief_0316-Feb-10 11:01 
GeneralRe: associating a file with a .EXE on a cd Pin
hammerstein0516-Feb-10 11:36
hammerstein0516-Feb-10 11:36 
GeneralRe: associating a file with a .EXE on a cd Pin
shadowthief_0316-Feb-10 12:09
shadowthief_0316-Feb-10 12:09 
QuestionWindows service Pin
aurelcly16-Feb-10 8:26
aurelcly16-Feb-10 8:26 
AnswerRe: Windows service Pin
Dimitri Witkowski16-Feb-10 9:03
Dimitri Witkowski16-Feb-10 9:03 
If you set start type to automatic, this means that your service will be started automatically when windows starts, and not when the installutil completes.
If you want to start it after the installutil, you will need to run installutil first, and then run
sc start <your_service_name>
Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

AnswerRe: Windows service Pin
Calla16-Feb-10 19:53
Calla16-Feb-10 19:53 
AnswerRe: Windows service Pin
Mouldiwarp17-Feb-10 3:03
Mouldiwarp17-Feb-10 3:03 
Questionxml Pin
naghoumeh1416-Feb-10 6:09
naghoumeh1416-Feb-10 6:09 
AnswerRe: xml Pin
dan!sh 16-Feb-10 6:35
professional dan!sh 16-Feb-10 6:35 
AnswerRe: xml Pin
Not Active16-Feb-10 6:37
mentorNot Active16-Feb-10 6:37 
GeneralRe: xml Pin
naghoumeh1416-Feb-10 12:09
naghoumeh1416-Feb-10 12:09 
GeneralRe: xml Pin
Not Active16-Feb-10 12:18
mentorNot Active16-Feb-10 12:18 
Questioncopy datagridview to another datagridview Pin
jashimu16-Feb-10 6:03
jashimu16-Feb-10 6:03 
AnswerRe: copy datagridview to another datagridview Pin
dan!sh 16-Feb-10 6:06
professional dan!sh 16-Feb-10 6:06 
GeneralRe: copy datagridview to another datagridview Pin
jashimu16-Feb-10 6:52
jashimu16-Feb-10 6:52 
QuestionIMessageFilter to capture click event Pin
nuttynibbles16-Feb-10 5:45
nuttynibbles16-Feb-10 5:45 
AnswerRe: IMessageFilter to capture click event Pin
dan!sh 16-Feb-10 6:02
professional dan!sh 16-Feb-10 6:02 
GeneralRe: IMessageFilter to capture click event Pin
nuttynibbles17-Feb-10 0:12
nuttynibbles17-Feb-10 0:12 
Questionsave a picture Pin
naghoumeh1416-Feb-10 4:50
naghoumeh1416-Feb-10 4:50 
AnswerRe: save a picture Pin
Pete O'Hanlon16-Feb-10 4:57
mvePete O'Hanlon16-Feb-10 4:57 
GeneralRe: save a picture Pin
naghoumeh1416-Feb-10 5:05
naghoumeh1416-Feb-10 5:05 
GeneralRe: save a picture Pin
Saksida Bojan16-Feb-10 10:37
Saksida Bojan16-Feb-10 10:37 

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.