Click here to Skip to main content
15,926,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to get the DateTime value of a remote mahine Pin
epetri23-Nov-07 3:43
epetri23-Nov-07 3:43 
Questionan unhandled exception of type 'System.ExecutionEngineException' occured in crdb_adoplus.dll Pin
jhyn22-Nov-07 20:23
jhyn22-Nov-07 20:23 
AnswerRe: an unhandled exception of type 'System.ExecutionEngineException' occured in crdb_adoplus.dll Pin
Dave Kreskowiak23-Nov-07 4:33
mveDave Kreskowiak23-Nov-07 4:33 
QuestionHow to open a word file from a web site folder? Pin
arslanjatt22-Nov-07 20:05
arslanjatt22-Nov-07 20:05 
AnswerRe: How to open a word file from a web site folder? Pin
Vasudevan Deepak Kumar23-Nov-07 1:51
Vasudevan Deepak Kumar23-Nov-07 1:51 
Questionhow to trace the control key in datagridview Pin
eyes200722-Nov-07 19:25
eyes200722-Nov-07 19:25 
AnswerRe: how to trace the control key in datagridview Pin
Dave Kreskowiak23-Nov-07 4:30
mveDave Kreskowiak23-Nov-07 4:30 
QuestionHow to IMMEDIATELY terminate a background thread? Pin
alexvw22-Nov-07 17:10
alexvw22-Nov-07 17:10 
Hi everybody,

I wonder if anybody can enlight me on this matter! How can I force the premature termination of a background thread? I need to immediately terminate a thread, that could still be running, when I go to a different section of the application.

This is how a create and start the tread:

Public oFireThread As Threading.Thread<br />
<br />
Public Sub Trigger_Thread()<br />
  Dim oThreadPoint As New Threading.ThreadStart(AddressOf Load_Data)<br />
<br />
  oFireThread = New Threading.Thread(oThreadPoint)<br />
  oFireThread.IsBackground = True : oFireThread.Priority = Threading.ThreadPriority.Normal<br />
  oFireThread.Start()<br />
End Sub


Please keep in mind that I use the object: oFireThread to start other threads as well!

Thank you so much for you brain-storm! Big Grin | :-D

Alex.
AnswerRe: How to IMMEDIATELY terminate a background thread? Pin
Nilesh Hapse22-Nov-07 19:47
Nilesh Hapse22-Nov-07 19:47 
GeneralRe: How to IMMEDIATELY terminate a background thread? Pin
alexvw23-Nov-07 2:26
alexvw23-Nov-07 2:26 
GeneralRe: How to IMMEDIATELY terminate a background thread? Pin
Dave Kreskowiak23-Nov-07 4:24
mveDave Kreskowiak23-Nov-07 4:24 
GeneralThank you gentlemen for your insight. Pin
alexvw23-Nov-07 12:48
alexvw23-Nov-07 12:48 
QuestionHelp with GridView and Binding Data [modified] Pin
Fergal8322-Nov-07 15:05
Fergal8322-Nov-07 15:05 
AnswerRe: Help with GridView and Binding Data Pin
Michael Sync22-Nov-07 16:07
Michael Sync22-Nov-07 16:07 
GeneralRe: Help with GridView and Binding Data Pin
Fergal8322-Nov-07 16:15
Fergal8322-Nov-07 16:15 
GeneralRe: Help with GridView and Binding Data Pin
Michael Sync22-Nov-07 16:56
Michael Sync22-Nov-07 16:56 
GeneralRe: Help with GridView and Binding Data Pin
Fergal8322-Nov-07 17:05
Fergal8322-Nov-07 17:05 
GeneralRe: Help with GridView and Binding Data Pin
Michael Sync22-Nov-07 18:47
Michael Sync22-Nov-07 18:47 
GeneralRe: Help with GridView and Binding Data Pin
codeproject_priya6-Oct-09 3:38
codeproject_priya6-Oct-09 3:38 
QuestionCode involving windows media player Pin
mykingdomforanewusername22-Nov-07 13:49
mykingdomforanewusername22-Nov-07 13:49 
AnswerRe: Code involving windows media player Pin
Christian Graus22-Nov-07 14:41
protectorChristian Graus22-Nov-07 14:41 
GeneralRe: Code involving windows media player Pin
mykingdomforanewusername22-Nov-07 15:51
mykingdomforanewusername22-Nov-07 15:51 
GeneralRe: Code involving windows media player Pin
Christian Graus22-Nov-07 17:00
protectorChristian Graus22-Nov-07 17:00 
GeneralRe: Code involving windows media player Pin
Michael Sync22-Nov-07 17:06
Michael Sync22-Nov-07 17:06 
Questionabout HTML help creater Pin
bapu288922-Nov-07 8:17
bapu288922-Nov-07 8: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.