Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to put checkbox in datagrid through DataGridColoumnStyle. Pin
indiaone8-Aug-06 18:49
indiaone8-Aug-06 18:49 
GeneralRe: How to put checkbox in datagrid through DataGridColoumnStyle. Pin
Stephen McGuire9-Aug-06 7:24
Stephen McGuire9-Aug-06 7:24 
QuestionIOException question Pin
AntDorr8-Aug-06 3:35
AntDorr8-Aug-06 3:35 
GeneralRe: IOException question Pin
Guffa8-Aug-06 7:29
Guffa8-Aug-06 7:29 
GeneralRe: IOException question Pin
AntDorr8-Aug-06 8:47
AntDorr8-Aug-06 8:47 
GeneralRe: IOException question Pin
Stephen McGuire8-Aug-06 12:20
Stephen McGuire8-Aug-06 12:20 
GeneralRe: IOException question Pin
AntDorr8-Aug-06 22:43
AntDorr8-Aug-06 22:43 
AnswerRe: IOException question Pin
Stephen McGuire8-Aug-06 7:34
Stephen McGuire8-Aug-06 7:34 
You can have multiple 'Catch' blocks within Try/End Try.

Start with specific errors and catch each err.number in a different catch block.
Your last Catch block should just catch a general 'Exception' to alert you of any unhandled errors that may occur. For example

Try
'Your implementation code
Catch ex As IOException
'Handle error here
Catch ex As Exception
'Alert unhandled error here
End Try

Steve
AnswerRe: IOException question Pin
Dave Kreskowiak8-Aug-06 16:22
mveDave Kreskowiak8-Aug-06 16:22 
GeneralRe: IOException question Pin
Mekong River8-Aug-06 21:50
Mekong River8-Aug-06 21:50 
GeneralRe: IOException question Pin
jonathan159-Aug-06 0:21
jonathan159-Aug-06 0:21 
GeneralRe: IOException question Pin
Dave Kreskowiak9-Aug-06 1:20
mveDave Kreskowiak9-Aug-06 1:20 
QuestionValidation of individual cell in datagrid Pin
hisuman1008-Aug-06 2:54
hisuman1008-Aug-06 2:54 
AnswerRe: Validation of individual cell in datagrid Pin
Stephen McGuire8-Aug-06 7:28
Stephen McGuire8-Aug-06 7:28 
GeneralRe: Validation of individual cell in datagrid Pin
hisuman1008-Aug-06 20:19
hisuman1008-Aug-06 20:19 
GeneralRe: Validation of individual cell in datagrid Pin
Stephen McGuire9-Aug-06 7:08
Stephen McGuire9-Aug-06 7:08 
QuestionHow to get USB Device ID in VB ? [modified] Pin
titusbest8-Aug-06 2:50
titusbest8-Aug-06 2:50 
Questioncrystal report deployment Pin
Pradip Kishore8-Aug-06 1:37
Pradip Kishore8-Aug-06 1:37 
AnswerRe: crystal report deployment Pin
Guerven8-Aug-06 16:42
Guerven8-Aug-06 16:42 
GeneralRe: crystal report deployment Pin
Pradip Kishore9-Aug-06 1:24
Pradip Kishore9-Aug-06 1:24 
Questionhow do i viewing report in vb.net with datasource as mysql ? Pin
Hemachandran pozhichalur8-Aug-06 1:36
Hemachandran pozhichalur8-Aug-06 1:36 
Questionvb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 1:18
Vinicius Pontes8-Aug-06 1:18 
AnswerRe: vb.net 2003 Editor typing problem Pin
Dave Kreskowiak8-Aug-06 1:32
mveDave Kreskowiak8-Aug-06 1:32 
GeneralRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 3:35
Vinicius Pontes8-Aug-06 3:35 
QuestionRe: vb.net 2003 Editor typing problem Pin
Vinicius Pontes8-Aug-06 6:43
Vinicius Pontes8-Aug-06 6:43 

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.