Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: linking forms together Pin
madchanic6-Mar-06 4:56
madchanic6-Mar-06 4:56 
GeneralRe: linking forms together Pin
Christian Graus6-Mar-06 5:11
protectorChristian Graus6-Mar-06 5:11 
GeneralRe: linking forms together Pin
Dave Kreskowiak6-Mar-06 8:48
mveDave Kreskowiak6-Mar-06 8:48 
QuestionAutocomplete Combobox in Compact Framework Pin
mikelawry6-Mar-06 4:07
mikelawry6-Mar-06 4:07 
AnswerRe: Autocomplete Combobox in Compact Framework Pin
Dave Kreskowiak6-Mar-06 8:46
mveDave Kreskowiak6-Mar-06 8:46 
GeneralRe: Autocomplete Combobox in Compact Framework Pin
feuch218-Mar-06 8:37
feuch218-Mar-06 8:37 
QuestionHow to delete a thread object once it comes out of its method of execution. Pin
varmag6-Mar-06 4:06
varmag6-Mar-06 4:06 
AnswerRe: How to delete a thread object once it comes out of its method of execution. Pin
Dave Kreskowiak6-Mar-06 8:39
mveDave Kreskowiak6-Mar-06 8:39 
varmag wrote:
1) If so how to destroy the thread object once its state is "Stopped".


You don't have to do anything. The GC will collect the Thread object once it falls out of scope.


varmag wrote:
2) The other issue is how to restart a thread which is in stopped state.


Not possible. Once a thread is stopped, there's no restarting it. You have to create a new thread is you want it to run again.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionPutting values of selected row in DataGridView in Textboxes Pin
G723606-Mar-06 1:14
G723606-Mar-06 1:14 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 1:31
FeRtoll6-Mar-06 1:31 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
G723606-Mar-06 2:24
G723606-Mar-06 2:24 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 2:35
FeRtoll6-Mar-06 2:35 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
G723606-Mar-06 2:43
G723606-Mar-06 2:43 
GeneralRe: Putting values of selected row in DataGridView in Textboxes Pin
FeRtoll6-Mar-06 12:36
FeRtoll6-Mar-06 12:36 
QuestionHow can i set the font of a VB form programmatically / Dynamically Pin
sp_ranjan5-Mar-06 23:39
sp_ranjan5-Mar-06 23:39 
AnswerRe: How can i set the font of a VB form programmatically / Dynamically Pin
sathish s6-Mar-06 0:28
sathish s6-Mar-06 0:28 
AnswerRe: How can i set the font of a VB form programmatically / Dynamically Pin
Dave Kreskowiak6-Mar-06 8:43
mveDave Kreskowiak6-Mar-06 8:43 
QuestionDoes System.Web.UI.Design namespace exist in VS 2005? Pin
KaKa'5-Mar-06 22:48
KaKa'5-Mar-06 22:48 
AnswerRe: Does System.Web.UI.Design namespace exist in VS 2005? Pin
FeRtoll6-Mar-06 1:07
FeRtoll6-Mar-06 1:07 
AnswerRe: Does System.Web.UI.Design namespace exist in VS 2005? Pin
Duncan Edwards Jones6-Mar-06 2:13
professionalDuncan Edwards Jones6-Mar-06 2:13 
QuestionCode project Organization Pin
pankajgarg125-Mar-06 22:22
pankajgarg125-Mar-06 22:22 
AnswerRe: Code project Organization Pin
Vasudevan Deepak Kumar5-Mar-06 23:56
Vasudevan Deepak Kumar5-Mar-06 23:56 
QuestionHow to remove the shared add-in? Pin
cylix20005-Mar-06 21:55
cylix20005-Mar-06 21:55 
QuestionTreeview Problem in vb.net Pin
pankajgarg125-Mar-06 21:52
pankajgarg125-Mar-06 21:52 
AnswerRe: Treeview Problem in vb.net Pin
FeRtoll6-Mar-06 1:17
FeRtoll6-Mar-06 1:17 

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.