Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Crystal report KeycodeV2.dll Pin
Dave Kreskowiak3-Feb-06 8:38
mveDave Kreskowiak3-Feb-06 8:38 
GeneralRe: Crystal report KeycodeV2.dll Pin
microuser_20003-Feb-06 20:40
microuser_20003-Feb-06 20:40 
GeneralRe: Crystal report KeycodeV2.dll Pin
Dave Kreskowiak4-Feb-06 7:07
mveDave Kreskowiak4-Feb-06 7:07 
QuestionFinding Least & Max value Pin
Chandan_Kr3-Feb-06 0:11
Chandan_Kr3-Feb-06 0:11 
AnswerRe: Finding Least & Max value Pin
Steve Pullan3-Feb-06 0:51
Steve Pullan3-Feb-06 0:51 
GeneralRe: Finding Least & Max value Pin
Chandan_Kr3-Feb-06 19:43
Chandan_Kr3-Feb-06 19:43 
GeneralRe: Finding Least & Max value Pin
Steve Pullan5-Feb-06 12:17
Steve Pullan5-Feb-06 12:17 
QuestionError Handleing Pin
alien viper2-Feb-06 23:40
alien viper2-Feb-06 23:40 
'****************************************
Try
'Do Something
Catch ex As Exception
Msgbox ex.Message
End Try
'****************************************
Try
'Do Something
Catch ex As Exception
Throw New Exception(ex.Message)
End Try
'****************************************

Which is better and show me the best and explain why

!Thanks!

!alien!
AnswerRe: Error Handleing Pin
Steve Pullan3-Feb-06 0:03
Steve Pullan3-Feb-06 0:03 
AnswerRe: Error Handleing Pin
malharone3-Feb-06 6:19
malharone3-Feb-06 6:19 
QuestionClass to convert HTML to text Pin
gaudenzio2-Feb-06 23:40
gaudenzio2-Feb-06 23:40 
AnswerRe: Class to convert HTML to text Pin
gaudenzio3-Feb-06 5:19
gaudenzio3-Feb-06 5:19 
QuestionCorp an Image in VB 6.0 Pin
miftha2-Feb-06 21:54
miftha2-Feb-06 21:54 
GeneralRe: Corp an Image in VB 6.0 Pin
bskirkman2-Feb-06 23:07
bskirkman2-Feb-06 23:07 
Questionusing DBNull.value Pin
raj kumar reddy2-Feb-06 19:39
raj kumar reddy2-Feb-06 19:39 
AnswerRe: using DBNull.value Pin
Rana Muhammad Javed Khan2-Feb-06 20:48
Rana Muhammad Javed Khan2-Feb-06 20:48 
GeneralRe: using DBNull.value Pin
Colin Angus Mackay2-Feb-06 23:05
Colin Angus Mackay2-Feb-06 23:05 
GeneralRe: using DBNull.value Pin
Guffa2-Feb-06 21:07
Guffa2-Feb-06 21:07 
AnswerRe: using DBNull.value Pin
alien viper2-Feb-06 21:41
alien viper2-Feb-06 21:41 
QuestionDatagrid Editing Pin
mayhem_rules2-Feb-06 19:31
mayhem_rules2-Feb-06 19:31 
AnswerRe: Datagrid Editing Pin
Rana Muhammad Javed Khan2-Feb-06 20:33
Rana Muhammad Javed Khan2-Feb-06 20:33 
GeneralRe: Datagrid Editing Pin
mayhem_rules2-Feb-06 20:49
mayhem_rules2-Feb-06 20:49 
QuestionVB 2005 Express and the Pocket PC Pin
delphidab2-Feb-06 19:02
delphidab2-Feb-06 19:02 
AnswerRe: VB 2005 Express and the Pocket PC Pin
Dave Kreskowiak3-Feb-06 8:31
mveDave Kreskowiak3-Feb-06 8:31 
Questionrubber banding and tracking linked image boxes linked by rubber bands Pin
miraz9122-Feb-06 18:01
miraz9122-Feb-06 18:01 

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.