Click here to Skip to main content
15,895,798 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Questionroblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
drexler_kk4-Jun-08 23:08
drexler_kk4-Jun-08 23:08 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
Noctris5-Jun-08 12:24
Noctris5-Jun-08 12:24 
GeneralRe: Problem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
drexler_kk5-Jun-08 15:17
drexler_kk5-Jun-08 15:17 
GeneralRe: Problem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
Noctris10-Jun-08 12:50
Noctris10-Jun-08 12:50 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
SteveNY11-Jun-08 5:37
SteveNY11-Jun-08 5:37 
AnswerRe: roblem with MySQL 1.0 .NET Connector using VB.NET Window Form Application Pin
SteveNY11-Jun-08 6:56
SteveNY11-Jun-08 6:56 
Questionscalable picture box Pin
iain65944-Jun-08 23:07
iain65944-Jun-08 23:07 
AnswerRe: scalable picture box Pin
JoeSharp4-Jun-08 23:40
JoeSharp4-Jun-08 23:40 
GeneralRe: scalable picture box Pin
iain65945-Jun-08 4:13
iain65945-Jun-08 4:13 
AnswerRe: scalable picture box Pin
Christian Graus5-Jun-08 4:51
protectorChristian Graus5-Jun-08 4:51 
QuestionHow to set default credentials on Vista using .Net ? Pin
Rizwan Bashir4-Jun-08 22:46
Rizwan Bashir4-Jun-08 22:46 
Questioncreate word document with open xml format Pin
zvedu0074-Jun-08 22:21
zvedu0074-Jun-08 22:21 
QuestionPassing Object Arrays as arguments and changing it. Pin
Joakim Nygren4-Jun-08 21:14
Joakim Nygren4-Jun-08 21: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.