Click here to Skip to main content
15,890,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: question??? Pin
CHELA FE3-Dec-06 16:32
CHELA FE3-Dec-06 16:32 
GeneralRe: question??? Pin
Christian Graus3-Dec-06 16:50
protectorChristian Graus3-Dec-06 16:50 
Questionloops? Pin
jady843-Dec-06 9:15
jady843-Dec-06 9:15 
GeneralRe: loops? Pin
Guffa3-Dec-06 11:43
Guffa3-Dec-06 11:43 
GeneralRe: loops? Pin
jady843-Dec-06 12:22
jady843-Dec-06 12:22 
GeneralRe: loops? Pin
Christian Graus3-Dec-06 14:22
protectorChristian Graus3-Dec-06 14:22 
AnswerRe: loops? Pin
MatrixCoder3-Dec-06 13:09
MatrixCoder3-Dec-06 13:09 
AnswerRe: loops? Pin
Taylor Kobani4-Dec-06 23:54
Taylor Kobani4-Dec-06 23:54 
i dont know if u realy want to write the program in this way but this is wrong.when

1)enable timer and change its interval to 1000
write in root of ur class:

public frm1 as new ALT1
public frm2 as new ALT2

write in timer tick sub
static t as integer
t+=1
select case t
case 25
frm1.show
case 30
frm2.show
end select

of course if u want to keep ur code just write the code below before first end if of ur code:
exit sub




Questiontimer Pin
bapu28893-Dec-06 7:30
bapu28893-Dec-06 7:30 
AnswerRe: timer Pin
Guffa3-Dec-06 8:48
Guffa3-Dec-06 8:48 
QuestionRe: timer Pin
bapu28894-Dec-06 8:20
bapu28894-Dec-06 8:20 
AnswerRe: timer Pin
Dave Kreskowiak3-Dec-06 12:13
mveDave Kreskowiak3-Dec-06 12:13 
QuestionRegarding Crystal report Pin
Rmesh3-Dec-06 3:59
Rmesh3-Dec-06 3:59 
AnswerRe: Regarding Crystal report Pin
pathak783-Dec-06 18:31
pathak783-Dec-06 18:31 
GeneralRe: Regarding Crystal report Pin
Rmesh4-Dec-06 0:43
Rmesh4-Dec-06 0:43 
NewsCan't find ComponentModel.Design.MultilineStringEditor Pin
Malhavoc3-Dec-06 2:45
Malhavoc3-Dec-06 2:45 
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
visualhint4-Dec-06 2:18
visualhint4-Dec-06 2:18 
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
Malhavoc4-Dec-06 2:30
Malhavoc4-Dec-06 2:30 
Questionsql statement Pin
obarahmeh2-Dec-06 23:45
obarahmeh2-Dec-06 23:45 
AnswerRe: sql statement Pin
Tamimi - Code2-Dec-06 23:57
Tamimi - Code2-Dec-06 23:57 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:05
obarahmeh3-Dec-06 0:05 
AnswerRe: sql statement Pin
Christian Graus2-Dec-06 23:59
protectorChristian Graus2-Dec-06 23:59 
AnswerRe: sql statement Pin
Christian Graus3-Dec-06 0:38
protectorChristian Graus3-Dec-06 0:38 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:59
obarahmeh3-Dec-06 0:59 
AnswerRe: sql statement Pin
Guffa3-Dec-06 7:14
Guffa3-Dec-06 7: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.