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

Visual Basic

 
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 
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 
Good point. You can only exit a thread like that from the main method running the thread.

If you are in a nested function you can either return a value from the function to indicate that the thread should be exited, or throw an exception (other than ThreadAbortedException) that you catch in the main method.

Despite everything, the person most likely to be fooling you next is yourself.

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 
GeneralRe: how to get the values from other table? Pin
Christian Graus15-Feb-08 22:46
protectorChristian Graus15-Feb-08 22:46 
QuestionRe: how to get the values from other table? Pin
zaimah17-Feb-08 13:21
zaimah17-Feb-08 13:21 
General[HELP] Adding generic DVB-T tuning capabilities Pin
Neverbirth15-Feb-08 13:58
Neverbirth15-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.