Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mailing send error due to ... !!! Pin
John Kh5-Jun-08 19:02
John Kh5-Jun-08 19:02 
QuestionNavigation Pane Pin
felipeoroz5-Jun-08 5:16
felipeoroz5-Jun-08 5:16 
AnswerRe: Navigation Pane Pin
Christian Graus5-Jun-08 5:42
protectorChristian Graus5-Jun-08 5:42 
QuestionGetting error while using WSAStartup method Pin
Chaitanya kumar CVSS5-Jun-08 1:54
Chaitanya kumar CVSS5-Jun-08 1:54 
Questiondisplay information on list box when treeview node is selected Pin
Mamphekgo Bahula5-Jun-08 1:24
Mamphekgo Bahula5-Jun-08 1:24 
AnswerRe: display information on list box when treeview node is selected Pin
Ashfield5-Jun-08 3:21
Ashfield5-Jun-08 3:21 
AnswerRe: display information on list box when treeview node is selected Pin
Anubhava Dimri5-Jun-08 18:44
Anubhava Dimri5-Jun-08 18:44 
QuestionHOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
spinky5-Jun-08 1:12
spinky5-Jun-08 1:12 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Johan Hakkesteegt5-Jun-08 3:16
Johan Hakkesteegt5-Jun-08 3:16 
GeneralRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
MarkB7775-Jun-08 21:05
MarkB7775-Jun-08 21:05 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Ashfield5-Jun-08 3:24
Ashfield5-Jun-08 3:24 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Christian Graus5-Jun-08 4:10
protectorChristian Graus5-Jun-08 4:10 
GeneralRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
MarkB7775-Jun-08 21:07
MarkB7775-Jun-08 21:07 
QuestionRunning VB.Net with Crystal Reports load problem Pin
Central_IT4-Jun-08 23:53
Central_IT4-Jun-08 23:53 
AnswerRe: Running VB.Net with Crystal Reports load problem Pin
ChandraRam5-Jun-08 0:02
ChandraRam5-Jun-08 0:02 
GeneralRe: Running VB.Net with Crystal Reports load problem Pin
Central_IT5-Jun-08 0:09
Central_IT5-Jun-08 0:09 
GeneralRe: Running VB.Net with Crystal Reports load problem Pin
ChandraRam5-Jun-08 0:15
ChandraRam5-Jun-08 0:15 
AnswerRe: Running VB.Net with Crystal Reports load problem Pin
Anubhava Dimri5-Jun-08 18:54
Anubhava Dimri5-Jun-08 18:54 
QuestionWhat is the difference between Return and Exit Sub? Pin
epp11234-Jun-08 23:13
epp11234-Jun-08 23:13 
AnswerRe: What is the difference between Return and Exit Sub? Pin
Jay Royall4-Jun-08 23:33
Jay Royall4-Jun-08 23:33 
GeneralRe: What is the difference between Return and Exit Sub? Pin
Guffa5-Jun-08 23:32
Guffa5-Jun-08 23:32 
Liqz wrote:
Somebody correct me if I'm wrong but is 'exit sub' generally regarded as 'dirty' programming?


Yes, it's generally preferred that a method should have only one exit point, so that the code is easier to follow.

You should however consider if adding more exit points makes the code significantly simpler. Sometimes the robustness of the code stands in conflict with the elegance of the code, and it's robustness that makes the code work well.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: What is the difference between Return and Exit Sub? Pin
Kevin Brydon4-Jun-08 23:56
Kevin Brydon4-Jun-08 23:56 
AnswerRe: What is the difference between Return and Exit Sub? Pin
~Khatri Mitesh~5-Jun-08 2:19
~Khatri Mitesh~5-Jun-08 2:19 
AnswerRe: What is the difference between Return and Exit Sub? Pin
supercat95-Jun-08 6:11
supercat95-Jun-08 6:11 
AnswerRe: What is the difference between Return and Exit Sub? Pin
puffdaddy4115-Jun-08 19:30
puffdaddy4115-Jun-08 19:30 

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.