Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Find which square user clicked in Isometric Grid? Pin
Mycroft Holmes14-Jul-09 17:59
professionalMycroft Holmes14-Jul-09 17:59 
GeneralRe: Find which square user clicked in Isometric Grid? Pin
o m n i14-Jul-09 18:01
o m n i14-Jul-09 18:01 
QuestionRunning project Pin
KORCARI14-Jul-09 11:13
KORCARI14-Jul-09 11:13 
AnswerRe: Running project Pin
Henry Minute14-Jul-09 11:46
Henry Minute14-Jul-09 11:46 
GeneralRe: Running project Pin
KORCARI14-Jul-09 21:08
KORCARI14-Jul-09 21:08 
GeneralRe: Running project Pin
Dave Kreskowiak15-Jul-09 4:53
mveDave Kreskowiak15-Jul-09 4:53 
QuestionHandling Exceptions In Threads Pin
sohaib_a14-Jul-09 10:30
sohaib_a14-Jul-09 10:30 
AnswerRe: Handling Exceptions In Threads Pin
Luc Pattyn15-Jul-09 0:42
sitebuilderLuc Pattyn15-Jul-09 0:42 
Hi,

I would guess you tried and did something to the GUI inside the catch block, violating the "only main/GUI thread should ever touch any Control" rule, which causes another exception and that one does no longer get caught by your try-catch since you are already in the catch block.

Experiment with Console.WriteLine() or some file operation to confirm my theory, then start using the Control.InvokeRequired/Control.Invoke pattern.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Handling Exceptions In Threads Pin
sohaib_a15-Jul-09 3:24
sohaib_a15-Jul-09 3:24 
GeneralRe: Handling Exceptions In Threads Pin
Luc Pattyn15-Jul-09 3:32
sitebuilderLuc Pattyn15-Jul-09 3:32 
AnswerRe: Handling Exceptions In Threads Pin
Gideon Engelberth15-Jul-09 3:16
Gideon Engelberth15-Jul-09 3:16 
GeneralRe: Handling Exceptions In Threads Pin
sohaib_a15-Jul-09 4:04
sohaib_a15-Jul-09 4:04 
QuestionTrouble with COM-Class for Outlook Pin
Sonhospa14-Jul-09 8:16
Sonhospa14-Jul-09 8:16 
AnswerRe: Trouble with COM-Class for Outlook Pin
Sonhospa14-Jul-09 9:06
Sonhospa14-Jul-09 9:06 
QuestionHelp Creating Exe File[modified] Pin
Kaushal Arora14-Jul-09 6:52
Kaushal Arora14-Jul-09 6:52 
AnswerRe: Help Pin
Steven J Jowett14-Jul-09 7:47
Steven J Jowett14-Jul-09 7:47 
QuestionAdd tables to existing SQL database Pin
Nielvh14-Jul-09 1:38
Nielvh14-Jul-09 1:38 
AnswerRe: Add tables to existing SQL database Pin
helelark12314-Jul-09 1:47
helelark12314-Jul-09 1:47 
GeneralRe: Add tables to existing SQL database Pin
Nielvh14-Jul-09 1:55
Nielvh14-Jul-09 1:55 
GeneralRe: Add tables to existing SQL database Pin
helelark12314-Jul-09 2:09
helelark12314-Jul-09 2:09 
GeneralRe: Add tables to existing SQL database Pin
Nielvh14-Jul-09 2:17
Nielvh14-Jul-09 2:17 
Questionrun access query for crystal report Pin
KIDYA13-Jul-09 23:26
KIDYA13-Jul-09 23:26 
AnswerRe: run access query for crystal report Pin
helelark12313-Jul-09 23:37
helelark12313-Jul-09 23:37 
GeneralRe: run access query for crystal report Pin
KIDYA14-Jul-09 0:39
KIDYA14-Jul-09 0:39 
QuestionData Conversion Error at RecordSet.MoveNext VB6 Pin
she-Developer13-Jul-09 22:19
she-Developer13-Jul-09 22:19 

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.