Click here to Skip to main content
16,005,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Exceptions throw in try block Pin
Abhinav S28-Dec-09 3:08
Abhinav S28-Dec-09 3:08 
GeneralRe: Exceptions throw in try block Pin
cstrader23228-Dec-09 3:18
cstrader23228-Dec-09 3:18 
Generalrepost Pin
Luc Pattyn28-Dec-09 3:33
sitebuilderLuc Pattyn28-Dec-09 3:33 
GeneralRe: repost Pin
cstrader23228-Dec-09 3:40
cstrader23228-Dec-09 3:40 
GeneralRe: repost Pin
Luc Pattyn28-Dec-09 3:44
sitebuilderLuc Pattyn28-Dec-09 3:44 
GeneralRe: repost Pin
cstrader23228-Dec-09 3:51
cstrader23228-Dec-09 3:51 
GeneralRe: repost Pin
Luc Pattyn28-Dec-09 4:05
sitebuilderLuc Pattyn28-Dec-09 4:05 
GeneralRe: repost Pin
Rick Shaub31-Dec-09 8:27
Rick Shaub31-Dec-09 8:27 
cstrader232 wrote:
My understanding (and my prior experience with VS2005) is that the debugger should ignore errors in this part of the block.


Your understanding is wrong. When an exception occurs, it is "thrown" upward through the call stack until a catch is encountered or the top of the stack is reached. If you want to have code that runs no matter what you can put it in a Finally block. Or, since this is the VB section, you can use the horrific "On Error Resume Next" construct.
GeneralRe: Exceptions throw in try block Pin
nlarson1128-Dec-09 4:51
nlarson1128-Dec-09 4:51 
GeneralRe: Exceptions throw in try block Pin
cstrader23228-Dec-09 5:49
cstrader23228-Dec-09 5:49 
GeneralRe: Exceptions throw in try block Pin
nlarson1128-Dec-09 8:12
nlarson1128-Dec-09 8:12 
GeneralRe: Exceptions throw in try block Pin
Alan N28-Dec-09 8:14
Alan N28-Dec-09 8:14 
QuestionRunning a console application as the System user via Scheduled Tasks [Windows 2008] Pin
svanwass27-Dec-09 12:46
svanwass27-Dec-09 12:46 
AnswerRe: Running a console application as the System user via Scheduled Tasks [Windows 2008] Pin
Garth J Lancaster27-Dec-09 13:51
professionalGarth J Lancaster27-Dec-09 13:51 
GeneralRe: Running a console application as the System user via Scheduled Tasks [Windows 2008] Pin
svanwass27-Dec-09 15:47
svanwass27-Dec-09 15:47 
GeneralRe: Running a console application as the System user via Scheduled Tasks [Windows 2008] Pin
Garth J Lancaster27-Dec-09 15:52
professionalGarth J Lancaster27-Dec-09 15:52 
AnswerRe: Running a console application as the System user via Scheduled Tasks [Windows 2008] [modified] Pin
Garth J Lancaster27-Dec-09 14:30
professionalGarth J Lancaster27-Dec-09 14:30 
QuestionCreating a Query Pin
Lion the Great27-Dec-09 7:17
Lion the Great27-Dec-09 7:17 
AnswerRe: Creating a Query Pin
εїзεїзεїз27-Dec-09 18:24
εїзεїзεїз27-Dec-09 18:24 
QuestionThin Form border Pin
User 584223727-Dec-09 0:09
User 584223727-Dec-09 0:09 
AnswerRe: Thin Form border Pin
Md. Marufuzzaman27-Dec-09 2:39
professionalMd. Marufuzzaman27-Dec-09 2:39 
GeneralRe: Thin Form border Pin
User 584223728-Dec-09 4:36
User 584223728-Dec-09 4:36 
GeneralRe: Thin Form border Pin
Md. Marufuzzaman28-Dec-09 5:51
professionalMd. Marufuzzaman28-Dec-09 5:51 
QuestionHow come a binded combobox ValueMember returns a wrong number as RecordNumber? Pin
JUNEYT26-Dec-09 2:55
JUNEYT26-Dec-09 2:55 
AnswerRe: How come a binded combobox ValueMember returns a wrong number as RecordNumber? Pin
DaveAuld26-Dec-09 3:31
professionalDaveAuld26-Dec-09 3: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.