Click here to Skip to main content
15,890,897 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Checked List Box Errors On Start-up Pin
AAGTHosting16-Feb-08 16:55
AAGTHosting16-Feb-08 16:55 
GeneralRe: Checked List Box Errors On Start-up Pin
Luc Pattyn17-Feb-08 2:03
sitebuilderLuc Pattyn17-Feb-08 2:03 
GeneralRe: Checked List Box Errors On Start-up Pin
AAGTHosting16-Feb-08 15:53
AAGTHosting16-Feb-08 15:53 
QuestionIncreasing list height of AutoCompleteTextBox Pin
xbiplav16-Feb-08 13:44
xbiplav16-Feb-08 13:44 
GeneralRe: Increasing list height of AutoCompleteTextBox Pin
Christian Graus16-Feb-08 14:19
protectorChristian Graus16-Feb-08 14:19 
GeneralRe: Increasing list height of AutoCompleteTextBox Pin
xbiplav16-Feb-08 14:50
xbiplav16-Feb-08 14:50 
GeneralThread was being aborted error Pin
jzonthemtn16-Feb-08 8:02
jzonthemtn16-Feb-08 8:02 
GeneralRe: Thread was being aborted error Pin
Guffa16-Feb-08 12:10
Guffa16-Feb-08 12:10 
The JZ wrote:
could calling CurrentThread.Abort() in the Catch block be throwing the "Thread was being aborted." error?


Yes, of course.

The Abort method is supposed to be called outside the thread, and it throws a ThreadAbortException exception in the thread to abort it. The thread is supposed to catch the exception as a signal that it has been aborted.

To end the thread, just do this:

Exit Sub


Experience is the sum of all the mistakes you have done.

GeneralRe: Thread was being aborted error Pin
jzonthemtn16-Feb-08 12:23
jzonthemtn16-Feb-08 12:23 
GeneralRe: Thread was being aborted error Pin
Luc Pattyn16-Feb-08 12:36
sitebuilderLuc Pattyn16-Feb-08 12:36 
GeneralRe: Thread was being aborted error Pin
Guffa16-Feb-08 14:37
Guffa16-Feb-08 14:37 
GeneralRe: Thread was being aborted error Pin
Luc Pattyn16-Feb-08 14:47
sitebuilderLuc Pattyn16-Feb-08 14:47 
QuestionSub main doesn't run? Pin
cstrader23216-Feb-08 5:58
cstrader23216-Feb-08 5:58 
AnswerRe: Sub main doesn't run? Pin
Steven J Jowett16-Feb-08 11:10
Steven J Jowett16-Feb-08 11:10 
QuestionHow to invoke Excell Application ? Pin
SekharOne16-Feb-08 0:44
SekharOne16-Feb-08 0:44 
AnswerRe: How to invoke Excell Application ? Pin
Paul Conrad16-Feb-08 4:47
professionalPaul Conrad16-Feb-08 4:47 
AnswerRe: How to invoke Excell Application ? Pin
David Mujica29-Mar-08 12:16
David Mujica29-Mar-08 12:16 
GeneralRunning Macro Pin
Sabarinathan T15-Feb-08 21:09
Sabarinathan T15-Feb-08 21:09 
GeneralRe: Running Macro Pin
Christian Graus15-Feb-08 22:44
protectorChristian Graus15-Feb-08 22:44 
GeneralRe: Running Macro Pin
Sabarinathan T15-Feb-08 23:34
Sabarinathan T15-Feb-08 23:34 
GeneralRe: Running Macro Pin
Christian Graus15-Feb-08 23:56
protectorChristian Graus15-Feb-08 23:56 
GeneralRe: Running Macro Pin
Sabarinathan T16-Feb-08 1:03
Sabarinathan T16-Feb-08 1:03 
QuestionIssues shown by Microsoft FxCop Pin
nishkarsh_k15-Feb-08 18:12
nishkarsh_k15-Feb-08 18:12 
GeneralRe: Issues shown by Microsoft FxCop Pin
Christian Graus15-Feb-08 22:45
protectorChristian Graus15-Feb-08 22:45 
Questionhow to get the values from other table? Pin
zaimah15-Feb-08 13:58
zaimah15-Feb-08 13:58 

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.