Click here to Skip to main content
15,891,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: object to interface casting Pin
Dave Kreskowiak7-Mar-08 3:12
mveDave Kreskowiak7-Mar-08 3:12 
GeneralRe: object to interface casting Pin
shadow_27-Mar-08 4:10
professionalshadow_27-Mar-08 4:10 
NewsRe: object to interface casting Pin
shadow_27-Mar-08 2:58
professionalshadow_27-Mar-08 2:58 
GeneralWindowless ActiveX controls are not supported Pin
tjskcp5-Mar-08 15:51
tjskcp5-Mar-08 15:51 
GeneralRe: Windowless ActiveX controls are not supported Pin
Christian Graus5-Mar-08 16:29
protectorChristian Graus5-Mar-08 16:29 
GeneralRe: Windowless ActiveX controls are not supported Pin
tjskcp5-Mar-08 17:08
tjskcp5-Mar-08 17:08 
GeneralRe: Windowless ActiveX controls are not supported Pin
Christian Graus5-Mar-08 21:40
protectorChristian Graus5-Mar-08 21:40 
QuestionHow do I exit a loop early Pin
AAGTHosting5-Mar-08 14:09
AAGTHosting5-Mar-08 14:09 
I want to exit a for each loop early. How do I do that.

Here is my loop? Some code from inside the loop is missing.

For Each row As DataRow In dtGetLid.Rows
            dtCkLessStat.Clear()
            Call checkLessonStatus(Convert.ToInt32(row("less_id")), dtpText)

        Next


Can I put it in a function and then exit the function when the loop finds a particular condition?

How do I exit the function?
AnswerRe: How do I exit a loop early Pin
Christian Graus5-Mar-08 14:12
protectorChristian Graus5-Mar-08 14:12 
GeneralRe: How do I exit a loop early Pin
AAGTHosting5-Mar-08 14:26
AAGTHosting5-Mar-08 14:26 
GeneralRe: How do I exit a loop early Pin
Christian Graus5-Mar-08 16:47
protectorChristian Graus5-Mar-08 16:47 
AnswerRe: How do I exit a loop early Pin
Nilesh Hapse5-Mar-08 18:29
Nilesh Hapse5-Mar-08 18:29 
GeneralDisplay table relations in datagridview Pin
regedit5-Mar-08 7:27
regedit5-Mar-08 7:27 
QuestionChallenging Crystal Reports / .NET Windows application question Pin
KreativeKai5-Mar-08 6:19
professionalKreativeKai5-Mar-08 6:19 
AnswerRe: Challenging Crystal Reports / .NET Windows application question [modified] Pin
KreativeKai5-Mar-08 8:17
professionalKreativeKai5-Mar-08 8:17 
GeneralRe: Challenging Crystal Reports / .NET Windows application question Pin
codemunch5-Mar-08 9:28
codemunch5-Mar-08 9:28 
GeneralRe: Challenging Crystal Reports / .NET Windows application question Pin
KreativeKai6-Mar-08 2:45
professionalKreativeKai6-Mar-08 2:45 
GeneralRe: Challenging Crystal Reports / .NET Windows application question Pin
codemunch6-Mar-08 8:44
codemunch6-Mar-08 8:44 
GeneralReading all data from port 80 Pin
stikiweb5-Mar-08 5:43
stikiweb5-Mar-08 5:43 
QuestionReport.Sections.Add gets an error, why? Pin
soporificeffect5-Mar-08 2:03
soporificeffect5-Mar-08 2:03 
GeneralTransparencykey not working Pin
Ahmad Zaidi5-Mar-08 1:12
Ahmad Zaidi5-Mar-08 1:12 
GeneralRe: Transparencykey not working Pin
Xmen Real 5-Mar-08 2:28
professional Xmen Real 5-Mar-08 2:28 
QuestionHow to copy files in a folder tree into a single folder Pin
Krishnaraj Barvathaya B5-Mar-08 0:51
Krishnaraj Barvathaya B5-Mar-08 0:51 
AnswerDuplicate Post. Ignore It! Pin
Vasudevan Deepak Kumar5-Mar-08 0:57
Vasudevan Deepak Kumar5-Mar-08 0:57 
QuestionSQL Timeout Pin
Zacharia John4-Mar-08 23:51
Zacharia John4-Mar-08 23:51 

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.