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

Visual Basic

 
GeneralRe: How can i make an installable file...? Pin
fmlove6-Feb-07 22:46
fmlove6-Feb-07 22:46 
GeneralRe: How can i make an installable file...? Pin
FeRtoll7-Feb-07 2:53
FeRtoll7-Feb-07 2:53 
QuestionHow can i make an installable file...? Pin
fmlove6-Feb-07 4:10
fmlove6-Feb-07 4:10 
AnswerRe: How can i make an installable file...? Pin
Kschuler6-Feb-07 10:12
Kschuler6-Feb-07 10:12 
QuestionXML Pin
samerh6-Feb-07 3:57
samerh6-Feb-07 3:57 
AnswerRe: XML Pin
Christian Graus6-Feb-07 9:43
protectorChristian Graus6-Feb-07 9:43 
QuestionScreensaver to play first... Pin
Dave McCool6-Feb-07 3:50
Dave McCool6-Feb-07 3:50 
AnswerRe: Screensaver to play first... Pin
Taylor Kobani6-Feb-07 5:29
Taylor Kobani6-Feb-07 5:29 
you can make a form with formborderstyle=none and set the background in the way you want.
add a timer to your source code and set its interval= 10000 and enabled = true

add another form for your login
add code below in the timer tick sub

dim Mylogin as new frmlogin
hide
mylogin.show
timer1.enabled=false

if this can not solve your problems please describe that what is your exact problem






A.E.K

QuestionProblems with my Watch Window in debugging mode Pin
ONeil Tomlinson6-Feb-07 2:13
ONeil Tomlinson6-Feb-07 2:13 
Questioni want to create conaction Between web cam and PictureBox Pin
Ahmed El-Badry6-Feb-07 0:52
Ahmed El-Badry6-Feb-07 0:52 
AnswerRe: i want to create conaction Between web cam and PictureBox Pin
Christian Graus6-Feb-07 0:59
protectorChristian Graus6-Feb-07 0:59 
Questioni want to add Button and imge in DataGrid VS.net2003 Pin
Ahmed El-Badry6-Feb-07 0:45
Ahmed El-Badry6-Feb-07 0:45 
AnswerRe: i want to add Button and imge in DataGrid VS.net2003 Pin
Taylor Kobani6-Feb-07 5:32
Taylor Kobani6-Feb-07 5:32 
GeneralRe: i want to add Button and imge in DataGrid VS.net2003 Pin
Ahmed El-Badry6-Feb-07 23:38
Ahmed El-Badry6-Feb-07 23:38 
Questiontyped datasets and parent/child relationships Pin
steve_rm6-Feb-07 0:27
steve_rm6-Feb-07 0:27 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 2:50
professionalAndi Fandrich6-Feb-07 2:50 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 4:30
steve_rm6-Feb-07 4:30 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 5:20
professionalAndi Fandrich6-Feb-07 5:20 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 7:36
steve_rm6-Feb-07 7:36 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 21:06
professionalAndi Fandrich6-Feb-07 21:06 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm7-Feb-07 5:50
steve_rm7-Feb-07 5:50 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich7-Feb-07 7:09
professionalAndi Fandrich7-Feb-07 7:09 
QuestionDynamicly set different property of object Pin
Philippe Delodder6-Feb-07 0:02
Philippe Delodder6-Feb-07 0:02 
AnswerRe: Dynamicly set different property of object Pin
nlarson116-Feb-07 3:56
nlarson116-Feb-07 3:56 
GeneralRe: Dynamicly set different property of object Pin
Philippe Delodder6-Feb-07 4:07
Philippe Delodder6-Feb-07 4:07 

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.