Click here to Skip to main content
15,921,959 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get the control properties into xml file [modified] Pin
VB 8.02-Oct-07 23:42
VB 8.02-Oct-07 23:42 
AnswerRe: How to get the control properties into xml file Pin
Tom Deketelaere3-Oct-07 0:18
professionalTom Deketelaere3-Oct-07 0:18 
AnswerRe: How to get the control properties into xml file Pin
Dave Kreskowiak3-Oct-07 3:58
mveDave Kreskowiak3-Oct-07 3:58 
GeneralRe: How to get the control properties into xml file Pin
VB 8.05-Oct-07 0:26
VB 8.05-Oct-07 0:26 
Questionwindows service Pin
IETaxguard2-Oct-07 23:31
IETaxguard2-Oct-07 23:31 
AnswerRe: windows service Pin
Dave Kreskowiak3-Oct-07 3:48
mveDave Kreskowiak3-Oct-07 3:48 
GeneralRe: windows service Pin
IETaxguard3-Oct-07 4:03
IETaxguard3-Oct-07 4:03 
GeneralRe: windows service Pin
Dave Kreskowiak3-Oct-07 4:29
mveDave Kreskowiak3-Oct-07 4:29 
There's you're problem. You cannot do that. OnStart is expected to return control back to the Service Manager within 30 seconds. Your code won't do that.

You MUST start a new thread that your service code runs under so the OnStart method can return control back to the Service Manager. This is going to require you to rewrite your code for a threaded environment.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionEunice Pin
Eunice (VB junior)2-Oct-07 23:23
Eunice (VB junior)2-Oct-07 23:23 
AnswerRe: Eunice Pin
Christian Graus2-Oct-07 23:41
protectorChristian Graus2-Oct-07 23:41 
Generalrandom bug.... how to solve? Pin
Eunice (VB junior)3-Oct-07 14:27
Eunice (VB junior)3-Oct-07 14:27 
QuestionWhere's Refractor? Pin
blackjack21502-Oct-07 23:06
blackjack21502-Oct-07 23:06 
AnswerRe: Where's Refractor? Pin
Christian Graus2-Oct-07 23:19
protectorChristian Graus2-Oct-07 23:19 
GeneralRe: Where's Refractor? Pin
blackjack21502-Oct-07 23:47
blackjack21502-Oct-07 23:47 
QuestionTextbox Vlidation Pin
Ursrathi2-Oct-07 22:32
Ursrathi2-Oct-07 22:32 
AnswerRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:17
protectorChristian Graus2-Oct-07 23:17 
GeneralRe: Textbox Vlidation Pin
C1AllenS2-Oct-07 23:45
C1AllenS2-Oct-07 23:45 
GeneralRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:55
protectorChristian Graus2-Oct-07 23:55 
GeneralRe: Textbox Vlidation Pin
nishkarsh_k3-Oct-07 0:24
nishkarsh_k3-Oct-07 0:24 
Questionsearch in vb 2005 Pin
apaisaloi2-Oct-07 22:11
apaisaloi2-Oct-07 22:11 
AnswerRe: search in vb 2005 Pin
Christian Graus2-Oct-07 23:18
protectorChristian Graus2-Oct-07 23:18 
Questionfor...next loop Pin
apaisaloi2-Oct-07 22:10
apaisaloi2-Oct-07 22:10 
AnswerRe: for...next loop Pin
Christian Graus2-Oct-07 23:19
protectorChristian Graus2-Oct-07 23:19 
AnswerRe: for...next loop Pin
Janani Divya3-Oct-07 1:34
Janani Divya3-Oct-07 1:34 
AnswerRe: Listview Pin
ESTAN2-Oct-07 22:42
ESTAN2-Oct-07 22:42 

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.