Click here to Skip to main content
15,885,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: flexgrid Pin
Christian Graus17-Aug-06 0:58
protectorChristian Graus17-Aug-06 0:58 
GeneralRe: flexgrid Pin
viji]17-Aug-06 2:20
viji]17-Aug-06 2:20 
QuestionDisable Alt+Tab and windows Keys? Pin
ghost18116-Aug-06 23:59
ghost18116-Aug-06 23:59 
AnswerRe: Disable Alt+Tab and windows Keys? Pin
Christian Graus17-Aug-06 0:05
protectorChristian Graus17-Aug-06 0:05 
AnswerRe: Disable Alt+Tab and windows Keys? Pin
hannesHTG17-Aug-06 3:06
hannesHTG17-Aug-06 3:06 
GeneralRe: Disable Alt+Tab and windows Keys? Pin
ghost18117-Aug-06 15:23
ghost18117-Aug-06 15:23 
GeneralRe: Disable Alt+Tab and windows Keys? Pin
ghost18117-Aug-06 19:59
ghost18117-Aug-06 19:59 
Questionhow to break/continue a for loop? [modified] Pin
mimimimilaw16-Aug-06 23:29
mimimimilaw16-Aug-06 23:29 
"end for" can break a for loop.
but how to continue a for?
for example:

For i =0 to 10<br />
if(i =4)<br />
continue<br />
Response.write(i)<br />
Next


the result should be:
012356789

But how to do it in vb??


-- modified at 5:30 Thursday 17th August, 2006
AnswerRe: how to break/continue a for loop? Pin
Christian Graus16-Aug-06 23:46
protectorChristian Graus16-Aug-06 23:46 
AnswerRe: how to break/continue a for loop? Pin
hannesHTG17-Aug-06 3:11
hannesHTG17-Aug-06 3:11 
AnswerRe: how to break/continue a for loop? Pin
Sujith C Jose19-Aug-06 0:17
Sujith C Jose19-Aug-06 0:17 
QuestionVB6 Setup Programm Pin
salam41316-Aug-06 22:30
salam41316-Aug-06 22:30 
QuestionAdding hours to a time Variable Pin
chepps16-Aug-06 21:56
chepps16-Aug-06 21:56 
AnswerRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 0:25
Stephen McGuire17-Aug-06 0:25 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 2:27
chepps17-Aug-06 2:27 
GeneralRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 2:53
Stephen McGuire17-Aug-06 2:53 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 3:04
chepps17-Aug-06 3:04 
GeneralRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 6:42
Stephen McGuire17-Aug-06 6:42 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 22:25
chepps17-Aug-06 22:25 
QuestionPop ups Pin
ii_noname_ii16-Aug-06 20:16
ii_noname_ii16-Aug-06 20:16 
AnswerRe: Pop ups Pin
Guffa16-Aug-06 22:25
Guffa16-Aug-06 22:25 
GeneralRe: Pop ups Pin
ii_noname_ii16-Aug-06 23:38
ii_noname_ii16-Aug-06 23:38 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 2:45
ii_noname_ii17-Aug-06 2:45 
GeneralRe: Pop ups Pin
Guffa17-Aug-06 2:49
Guffa17-Aug-06 2:49 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 3:20
ii_noname_ii17-Aug-06 3:20 

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.