Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get the all selected value of listbox window project in vb.net Pin
Jagz W26-Feb-09 23:27
professionalJagz W26-Feb-09 23:27 
AnswerRe: Get the all selected value of listbox window project in vb.net Pin
Eddy Vluggen26-Feb-09 23:42
professionalEddy Vluggen26-Feb-09 23:42 
QuestionHow to pivot a table in sql2005/sql2000-convert row to colmns Pin
Anoop Brijmohun26-Feb-09 19:49
Anoop Brijmohun26-Feb-09 19:49 
QuestionPrint Preview and Print Pin
p.vkishore26-Feb-09 19:47
p.vkishore26-Feb-09 19:47 
AnswerRe: Print Preview and Print Pin
schulichit3-Mar-09 8:04
schulichit3-Mar-09 8:04 
QuestionWindows service starting problem Pin
samsonx26-Feb-09 17:52
samsonx26-Feb-09 17:52 
AnswerRe: Windows service starting problem Pin
paas27-Feb-09 0:55
paas27-Feb-09 0:55 
AnswerRe: Windows service starting problem Pin
Dave Kreskowiak27-Feb-09 7:48
mveDave Kreskowiak27-Feb-09 7:48 
From the description, it sounds like you put all of your work code into the OnStart method, never letting it return. This is why the Service Controller threw up the timeout error.

When a service starts, it's expected to setup a seperate thread that does the actual work. Once the thread is setup and started, your OnStart code can return control back to the Service Controller by just getting to the End Sub statement.


A guide to posting questions on CodeProject[^]



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




QuestionHow to add user data to a file on a web site Pin
GTVic26-Feb-09 10:12
GTVic26-Feb-09 10:12 
AnswerRe: How to add user data to a file on a web site Pin
Ray Cassick26-Feb-09 10:27
Ray Cassick26-Feb-09 10:27 
GeneralRe: How to add user data to a file on a web site Pin
GTVic26-Feb-09 15:38
GTVic26-Feb-09 15:38 
GeneralRe: How to add user data to a file on a web site Pin
Dave Kreskowiak27-Feb-09 1:47
mveDave Kreskowiak27-Feb-09 1:47 
GeneralRe: How to add user data to a file on a web site Pin
GTVic27-Feb-09 7:06
GTVic27-Feb-09 7:06 
GeneralRe: How to add user data to a file on a web site Pin
Dave Kreskowiak27-Feb-09 7:43
mveDave Kreskowiak27-Feb-09 7:43 
QuestionWindows explorer automation to create folders, and execute right click in windows explorer Pin
LFlindall26-Feb-09 10:10
LFlindall26-Feb-09 10:10 
AnswerRe: Windows explorer automation to create folders, and execute right click in windows explorer Pin
Dave Kreskowiak27-Feb-09 1:45
mveDave Kreskowiak27-Feb-09 1:45 
GeneralRe: Windows explorer automation to create folders, and execute right click in windows explorer Pin
LFlindall27-Feb-09 2:52
LFlindall27-Feb-09 2:52 
GeneralRe: Windows explorer automation to create folders, and execute right click in windows explorer Pin
Dave Kreskowiak27-Feb-09 7:45
mveDave Kreskowiak27-Feb-09 7:45 
QuestionHow can I show group headers in listview in runtime? Pin
JUNEYT26-Feb-09 8:53
JUNEYT26-Feb-09 8:53 
AnswerRe: How can I show group headers in listview in runtime? Pin
Dave Kreskowiak27-Feb-09 1:39
mveDave Kreskowiak27-Feb-09 1:39 
GeneralRe: How can I show group headers in listview in runtime? Pin
JUNEYT27-Feb-09 2:03
JUNEYT27-Feb-09 2:03 
QuestionLoop Trouble Pin
shawndeprey26-Feb-09 7:04
shawndeprey26-Feb-09 7:04 
GeneralRe: Loop Trouble Pin
Luc Pattyn26-Feb-09 8:08
sitebuilderLuc Pattyn26-Feb-09 8:08 
GeneralRe: Loop Trouble Pin
shawndeprey26-Feb-09 8:38
shawndeprey26-Feb-09 8:38 
GeneralRe: Loop Trouble Pin
shawndeprey26-Feb-09 10:18
shawndeprey26-Feb-09 10:18 

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.