Click here to Skip to main content
15,891,763 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Custom Datagridview cell Pin
LongRange.Shooter1-Feb-08 9:57
LongRange.Shooter1-Feb-08 9:57 
QuestionAny way to get all TreeNodes in a TreeView have the '+' symbol? Pin
jeffb422-Jan-08 10:20
jeffb422-Jan-08 10:20 
AnswerRe: Any way to get all TreeNodes in a TreeView have the '+' symbol? Pin
led mike2-Jan-08 10:43
led mike2-Jan-08 10:43 
AnswerRe: Any way to get all TreeNodes in a TreeView have the '+' symbol? Pin
Dave Kreskowiak2-Jan-08 12:25
mveDave Kreskowiak2-Jan-08 12:25 
GeneralRe: Any way to get all TreeNodes in a TreeView have the '+' symbol? Pin
jeffb422-Jan-08 12:57
jeffb422-Jan-08 12:57 
GeneralRe: Any way to get all TreeNodes in a TreeView have the '+' symbol? Pin
Dave Kreskowiak3-Jan-08 5:41
mveDave Kreskowiak3-Jan-08 5:41 
Generalwindows service :) [modified] Pin
accessred2-Jan-08 5:11
accessred2-Jan-08 5:11 
GeneralRe: windows service :) Pin
Dave Kreskowiak2-Jan-08 7:57
mveDave Kreskowiak2-Jan-08 7:57 
You put all of your code in the OnStart event of the service. OnStart is used to start a seperate thread where your service does all it's work. OnStart is expected to start this processing thread and return control back to the Service Control Manager inside of 30 seconds.

Your code does all of it's processing, and I'm suspecting does a Thread.Sleep in there somewhere, in the OnStart method, never returning control back to the Service Control Manager.



A guide to posting questions on CodeProject[^]



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




Questionhow to find out number of instantiations of a form Pin
Sumanth Pereji1-Jan-08 18:37
Sumanth Pereji1-Jan-08 18:37 
AnswerRe: how to find out number of instantiations of a form Pin
sindhutiwari1-Jan-08 19:55
sindhutiwari1-Jan-08 19:55 
AnswerRe: how to find out number of instantiations of a form Pin
divyesh14323-Jan-08 23:23
divyesh14323-Jan-08 23:23 
AnswerRe: how to find out number of instantiations of a form Pin
Luc Pattyn7-Jan-08 9:12
sitebuilderLuc Pattyn7-Jan-08 9:12 
QuestionMimic Accordion's behavior in Windows Form Pin
Member 40420651-Jan-08 4:30
Member 40420651-Jan-08 4:30 
GeneralRe: Mimic Accordion's behavior in Windows Form Pin
Dave Kreskowiak2-Jan-08 7:54
mveDave Kreskowiak2-Jan-08 7:54 
Generalusing MSDE in a package Pin
abdelhameed8131-Dec-07 2:24
abdelhameed8131-Dec-07 2:24 
GeneralRe: using MSDE in a package Pin
John_Adams1-Jan-08 18:27
John_Adams1-Jan-08 18:27 
GeneralDataDridView Pin
Thaer Hamael30-Dec-07 20:48
Thaer Hamael30-Dec-07 20:48 
QuestionListView Header HotTracking Pin
Angelo Cresta30-Dec-07 9:12
professionalAngelo Cresta30-Dec-07 9:12 
GeneralBrowsing a ListBox Pin
benqazou28-Dec-07 5:39
benqazou28-Dec-07 5:39 
GeneralRe: Browsing a ListBox Pin
Luc Pattyn28-Dec-07 6:14
sitebuilderLuc Pattyn28-Dec-07 6:14 
GeneralRe: Browsing a ListBox Pin
benqazou28-Dec-07 6:42
benqazou28-Dec-07 6:42 
GeneralRe: Browsing a ListBox Pin
Luc Pattyn28-Dec-07 7:11
sitebuilderLuc Pattyn28-Dec-07 7:11 
GeneralRe: Browsing a ListBox Pin
benqazou30-Dec-07 23:33
benqazou30-Dec-07 23:33 
GeneralCan't serialize a property to InitializeComponent() Pin
ctoma200522-Dec-07 12:13
ctoma200522-Dec-07 12:13 
GeneralRe: Can't serialize a property to InitializeComponent() Pin
ctoma200527-Dec-07 2:45
ctoma200527-Dec-07 2:45 

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.