Click here to Skip to main content
15,917,174 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 0:49
Ganesh India18-Oct-06 0:49 
AnswerRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:00
protectorChristian Graus18-Oct-06 1:00 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:07
Ganesh India18-Oct-06 1:07 
GeneralRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:28
protectorChristian Graus18-Oct-06 1:28 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:30
Ganesh India18-Oct-06 1:30 
GeneralRe: VB.NET 2005 Startup object Pin
Christian Graus18-Oct-06 1:33
protectorChristian Graus18-Oct-06 1:33 
GeneralRe: VB.NET 2005 Startup object Pin
Ganesh India18-Oct-06 1:45
Ganesh India18-Oct-06 1:45 
GeneralRe: VB.NET 2005 Startup object Pin
Dave Sexton18-Oct-06 2:25
Dave Sexton18-Oct-06 2:25 
You could use

Sub Main()
Dim frmL as New frmLogin
Dim frmM as new frmMDI

Application.Run(frmL)'run login form


Application.Run(frmM)'run MDI form

End Sub

QuestionHow to send info out the lpt port? Pin
FriendlySoluations18-Oct-06 0:18
FriendlySoluations18-Oct-06 0:18 
AnswerRe: How to send info out the lpt port? Pin
sathish s18-Oct-06 0:42
sathish s18-Oct-06 0:42 
QuestionThe ENTER key Pin
Zaegra17-Oct-06 23:20
Zaegra17-Oct-06 23:20 
AnswerRe: The ENTER key Pin
Christian Graus17-Oct-06 23:37
protectorChristian Graus17-Oct-06 23:37 
AnswerRe: The ENTER key Pin
nlarson1118-Oct-06 3:39
nlarson1118-Oct-06 3:39 
AnswerRe: The ENTER key Pin
Are Jay18-Oct-06 3:52
Are Jay18-Oct-06 3:52 
GeneralRe: The ENTER key Pin
Zaegra18-Oct-06 20:35
Zaegra18-Oct-06 20:35 
QuestionProgressbar Pin
viji]17-Oct-06 22:23
viji]17-Oct-06 22:23 
AnswerRe: Progressbar Pin
Christian Graus17-Oct-06 22:46
protectorChristian Graus17-Oct-06 22:46 
AnswerRe: Progressbar Pin
Mavusana17-Oct-06 23:45
Mavusana17-Oct-06 23:45 
AnswerRe: Progressbar Pin
Dave Kreskowiak18-Oct-06 3:34
mveDave Kreskowiak18-Oct-06 3:34 
Questioncan windows service possible in xp Pin
Pradip Kishore17-Oct-06 21:58
Pradip Kishore17-Oct-06 21:58 
AnswerRe: can windows service possible in xp Pin
Christian Graus17-Oct-06 22:03
protectorChristian Graus17-Oct-06 22:03 
AnswerRe: can windows service possible in xp Pin
Dave Kreskowiak18-Oct-06 5:48
mveDave Kreskowiak18-Oct-06 5:48 
Questionvb send mail Pin
aparna.shukla117-Oct-06 21:37
aparna.shukla117-Oct-06 21:37 
AnswerRe: vb send mail Pin
Christian Graus17-Oct-06 21:56
protectorChristian Graus17-Oct-06 21:56 
AnswerRe: vb send mail Pin
Mavusana17-Oct-06 22:20
Mavusana17-Oct-06 22: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.