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

Visual Basic

 
AnswerRe: A quick threading question Pin
Luc Pattyn15-Mar-11 5:34
sitebuilderLuc Pattyn15-Mar-11 5:34 
GeneralRe: A quick threading question Pin
Аslam Iqbal15-Mar-11 8:18
professionalАslam Iqbal15-Mar-11 8:18 
QuestionAdo,vb .net datagridview datasource runtime Pin
Member 389234313-Mar-11 23:22
Member 389234313-Mar-11 23:22 
AnswerRe: Ado,vb .net datagridview datasource runtime Pin
Simon_Whale13-Mar-11 23:43
Simon_Whale13-Mar-11 23:43 
GeneralRe: Ado,vb .net datagridview datasource runtime Pin
Dalek Dave14-Mar-11 0:06
professionalDalek Dave14-Mar-11 0:06 
QuestionWriting to debug log Pin
cstrader23213-Mar-11 14:50
cstrader23213-Mar-11 14:50 
AnswerRe: Writing to debug log Pin
Luc Pattyn13-Mar-11 15:04
sitebuilderLuc Pattyn13-Mar-11 15:04 
AnswerRe: Writing to debug log Pin
Bernhard Hiller14-Mar-11 2:26
Bernhard Hiller14-Mar-11 2:26 
Catch the specific Exceptions first, then the generic Exception:
Try
   'some code
Catch System.InvalidCastException
   'do something
Catch Exception
   'log it and do something
End Try

But of course you should better find the reason for those InvalidCastException, and get rid of them.
QuestionAccess to the registry key is denied. Pin
TornadoApps10-Mar-11 22:24
TornadoApps10-Mar-11 22:24 
AnswerRe: Access to the registry key is denied. Pin
Dalek Dave10-Mar-11 22:40
professionalDalek Dave10-Mar-11 22:40 
GeneralRe: Access to the registry key is denied. Pin
TornadoApps10-Mar-11 22:51
TornadoApps10-Mar-11 22:51 
GeneralRe: Access to the registry key is denied. Pin
riced10-Mar-11 22:57
riced10-Mar-11 22:57 
AnswerRe: Access to the registry key is denied. Pin
Zagarov18-Mar-11 7:22
Zagarov18-Mar-11 7:22 
Questionadding database while building setup file Pin
basheer.j10-Mar-11 9:33
basheer.j10-Mar-11 9:33 
AnswerRe: adding database while building setup file Pin
Dalek Dave10-Mar-11 10:09
professionalDalek Dave10-Mar-11 10:09 
QuestionHow to synchronize two folder directories? Pin
Member 771466210-Mar-11 3:02
Member 771466210-Mar-11 3:02 
AnswerRe: How to synchronize two folder directories? Pin
RobCroll10-Mar-11 11:50
RobCroll10-Mar-11 11:50 
GeneralRe: How to synchronize two folder directories? [modified] Pin
Member 771466210-Mar-11 20:00
Member 771466210-Mar-11 20:00 
QuestionHow to have common Sub or Function? Pin
Paramu197310-Mar-11 0:28
Paramu197310-Mar-11 0:28 
AnswerRe: How to have common Sub or Function? Pin
Dalek Dave10-Mar-11 0:46
professionalDalek Dave10-Mar-11 0:46 
GeneralRe: How to have common Sub or Function? Pin
Paramu197310-Mar-11 1:02
Paramu197310-Mar-11 1:02 
GeneralRe: How to have common Sub or Function? Pin
Simon_Whale10-Mar-11 5:03
Simon_Whale10-Mar-11 5:03 
AnswerRe: How to have common Sub or Function? Pin
_Erik_10-Mar-11 2:38
_Erik_10-Mar-11 2:38 
AnswerRe: How to have common Sub or Function? Pin
RobCroll10-Mar-11 3:13
RobCroll10-Mar-11 3:13 
AnswerRe: How to have common Sub or Function? Pin
ghaberek18-Mar-11 7:14
ghaberek18-Mar-11 7:14 

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.