Click here to Skip to main content
15,918,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVerbatim literal Pin
LishaDamian30-Jul-07 22:11
LishaDamian30-Jul-07 22:11 
AnswerRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 2:50
mveDave Kreskowiak31-Jul-07 2:50 
GeneralRe: Verbatim literal Pin
Dave Doknjas31-Jul-07 13:45
Dave Doknjas31-Jul-07 13:45 
GeneralRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 16:52
mveDave Kreskowiak31-Jul-07 16:52 
Questionproblems while taking a screen shot Pin
Ahmad Zaidi30-Jul-07 22:10
Ahmad Zaidi30-Jul-07 22:10 
Questiondatetime control is creating problem Pin
Sonia Gupta30-Jul-07 21:58
Sonia Gupta30-Jul-07 21:58 
AnswerRe: datetime control is creating problem Pin
Tom Deketelaere30-Jul-07 23:00
professionalTom Deketelaere30-Jul-07 23:00 
QuestionHow to hide the startup form Pin
Amer Rehman30-Jul-07 21:17
Amer Rehman30-Jul-07 21:17 
Can anybody tell me how to make the startup form invisible. The following code snippet in the included MSDN help displays the form for a while and then the form is closed automatically.

' Visual Basic
Sub Main()
' Instantiate a new instance of Form1.
Dim f1 as New Form1()
' Display a messagebox. This shows the application is running,
' yet there is nothing shown to the user. This is the point at
' which you customize your form.
System.Windows.Forms.MessageBox.Show( _
"The application is running now, but no forms have been shown.")
' Customize the form.
f1.Text = "Running Form"
' Show the instance of the form modally.
f1.ShowDialog()
End Sub


reman

AnswerRe: How to hide the startup form Pin
Tom Deketelaere30-Jul-07 21:26
professionalTom Deketelaere30-Jul-07 21:26 
AnswerRe: How to hide the startup form Pin
Luc Pattyn30-Jul-07 23:24
sitebuilderLuc Pattyn30-Jul-07 23:24 
AnswerRe: How to hide the startup form Pin
Naji El Kotob31-Jul-07 1:10
Naji El Kotob31-Jul-07 1:10 
AnswerRe: How to hide the startup form Pin
Joseph Guadagno31-Jul-07 9:47
Joseph Guadagno31-Jul-07 9:47 
Questionslider and the ruler Pin
eyes200730-Jul-07 21:02
eyes200730-Jul-07 21:02 
AnswerRe: slider and the ruler [modified] Pin
Tom Deketelaere30-Jul-07 21:23
professionalTom Deketelaere30-Jul-07 21:23 
GeneralRe: slider and the ruler Pin
eyes200731-Jul-07 1:15
eyes200731-Jul-07 1:15 
GeneralRe: slider and the ruler Pin
Tom Deketelaere31-Jul-07 1:32
professionalTom Deketelaere31-Jul-07 1:32 
Questionhow can i add groups to sharing folder using vb.Net Pin
koolprasad200330-Jul-07 20:20
professionalkoolprasad200330-Jul-07 20:20 
AnswerRe: how can i add groups to sharing folder using vb.Net Pin
The Man from U.N.C.L.E.31-Jul-07 8:23
The Man from U.N.C.L.E.31-Jul-07 8:23 
GeneralRe: how can i add groups to sharing folder using vb.Net Pin
koolprasad20031-Aug-07 3:06
professionalkoolprasad20031-Aug-07 3:06 
QuestionVoice Recognition Pin
Ashraf zia30-Jul-07 20:00
Ashraf zia30-Jul-07 20:00 
AnswerRe: Voice Recognition Pin
Christian Graus30-Jul-07 20:21
protectorChristian Graus30-Jul-07 20:21 
Questionwindow application deployment problem Pin
Sonia Gupta30-Jul-07 19:37
Sonia Gupta30-Jul-07 19:37 
AnswerRe: window application deployment problem Pin
Christian Graus30-Jul-07 20:22
protectorChristian Graus30-Jul-07 20:22 
QuestionControl to display a merge cell Pin
Mekong River30-Jul-07 16:06
Mekong River30-Jul-07 16:06 
AnswerRe: Control to display a merge cell Pin
Dave Kreskowiak31-Jul-07 2:45
mveDave Kreskowiak31-Jul-07 2:45 

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.