Click here to Skip to main content
15,915,319 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: services... Pin
Anonymous18-May-05 23:03
Anonymous18-May-05 23:03 
Generaltextbox formatting Pin
beginnervb.net118-May-05 21:09
beginnervb.net118-May-05 21:09 
GeneralRe: textbox formatting Pin
toxcct18-May-05 21:14
toxcct18-May-05 21:14 
GeneralHere is the source Pin
hakanaktan19-May-05 3:46
hakanaktan19-May-05 3:46 
Generalassigning a value to textbox Pin
priyaway18-May-05 20:40
priyaway18-May-05 20:40 
GeneralRe: assigning a value to textbox Pin
Christian Graus18-May-05 21:38
protectorChristian Graus18-May-05 21:38 
GeneralQuery Regarding Thread Pin
Gagan Deep Singla18-May-05 20:11
Gagan Deep Singla18-May-05 20:11 
GeneralRe: Query Regarding Thread Pin
Robert Rohde18-May-05 21:19
Robert Rohde18-May-05 21:19 
This can depend on how you create your thread. If you are using the normal ThreadStart-Thread-Start way then the function you gave the ThreadStart object just have to complete for the thread to be finished. If this happens no other call is needed to make the thread terminate.
Hint: That the threat is terminated can be seen in the console window (at least in Visual Studio) where a message is written which indicates what thread has finished (at least if you gave the thread an explicit name).

That your application is crashing is most highliy just because you terminate the thread by some sort of call. When you do this a ThreadAbortException will be fired in your thread. If you dont have an error handler in your thread function no one is able to catch this exception and thus the application crashes.
GeneralRe: Query Regarding Thread Pin
Gagan Deep Singla18-May-05 23:21
Gagan Deep Singla18-May-05 23:21 
GeneralRe: Query Regarding Thread Pin
Robert Rohde19-May-05 6:08
Robert Rohde19-May-05 6:08 
GeneralGetting value in a textbox Pin
priyaway18-May-05 20:06
priyaway18-May-05 20:06 
GeneralDrawing in VB.NET Pin
meetaqadir18-May-05 18:29
meetaqadir18-May-05 18:29 
GeneralRe: Drawing in VB.NET Pin
Christian Graus18-May-05 18:46
protectorChristian Graus18-May-05 18:46 
GeneralNeed A Little Advice Pin
Mtognetti18-May-05 15:08
Mtognetti18-May-05 15:08 
GeneralRe: Need A Little Advice Pin
Christian Graus18-May-05 16:25
protectorChristian Graus18-May-05 16:25 
Generalhi!!how to disable right in browserwindow..urgent.. Pin
shekkk18-May-05 11:01
shekkk18-May-05 11:01 
Generalreading crystal connection from app config Pin
Joey Picerno18-May-05 7:23
Joey Picerno18-May-05 7:23 
GeneralSignal Break in VB.NET 2003 Pin
tazbird18-May-05 3:55
tazbird18-May-05 3:55 
Questionhelp: why a control created in VC can not work well in vb? Pin
ictory18-May-05 3:09
ictory18-May-05 3:09 
GeneralVB with Crystal Report Viewer Pin
Rafeeq Manamal18-May-05 2:55
Rafeeq Manamal18-May-05 2:55 
GeneralRe: VB with Crystal Report Viewer Pin
Joey Picerno18-May-05 7:21
Joey Picerno18-May-05 7:21 
GeneralConversion of Inet codes in VB6 to VB.NET Pin
jitwei18-May-05 2:33
sussjitwei18-May-05 2:33 
Questionhow to create a activex control that can be used in vb6? such as an example of atlopengl_demo Pin
ictory18-May-05 2:22
ictory18-May-05 2:22 
GeneralIMAP Pin
Member 197276317-May-05 22:36
Member 197276317-May-05 22:36 
GeneralProblem with custom ComboBox inside a GroupBox control. Pin
mrduckels17-May-05 21:31
mrduckels17-May-05 21:31 

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.