Click here to Skip to main content
15,888,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: inserting image in sql server 2000 Pin
Steve Pullan7-Mar-06 13:41
Steve Pullan7-Mar-06 13:41 
GeneralRe: inserting image in sql server 2000 Pin
uglyeyes7-Mar-06 17:30
uglyeyes7-Mar-06 17:30 
Questionmultiple web chart in a data repeater. Pin
uglyeyes7-Mar-06 11:51
uglyeyes7-Mar-06 11:51 
AnswerRe: multiple web chart in a data repeater. Pin
Dave Kreskowiak7-Mar-06 13:53
mveDave Kreskowiak7-Mar-06 13:53 
QuestionDatagrid custom columnstyle problem Pin
David M J7-Mar-06 11:48
David M J7-Mar-06 11:48 
QuestionCustom .NET control and collection persistence Pin
rhorc7-Mar-06 11:40
rhorc7-Mar-06 11:40 
QuestionClosing Main Form Pin
jdjd11187-Mar-06 7:24
jdjd11187-Mar-06 7:24 
AnswerRe: Closing Main Form Pin
Chatura Dilan7-Mar-06 14:19
Chatura Dilan7-Mar-06 14:19 
I tested this in VB.Net 2005, but I don’t know if it works in VB.Net 2003

Here, you cannot close the form, but you can hide it like this

Dim frm2 As New frmSecondForm<br />
       frm2.Show()<br />
       Me.Hide()


For the second form

Me.Hide()<br />
        Dim frm1 As New frmFirstForm<br />
        frm1.Show()


If you like to disable the main form while you work with the second form. You can use

Dim frm2 As New frmSecondForm<br />
        frm2.ShowDialog()


If you use VB.Net 2005

frmSecondForm.Show()<br />
        Me.Hide()


For the second form

frmFirstForm.Show()<br />
        Me.Hide()


If you like to disable the main form while you work with the second form. You can use

frmSecondForm.ShowDialog()

chatura
QuestionDatabase Replication Pin
jdjd11187-Mar-06 7:21
jdjd11187-Mar-06 7:21 
AnswerRe: Database Replication Pin
Steve Pullan7-Mar-06 11:12
Steve Pullan7-Mar-06 11:12 
QuestionCombobox events Pin
eatwork7-Mar-06 6:17
eatwork7-Mar-06 6:17 
QuestionNeed Advice Pin
Darshon7-Mar-06 5:47
Darshon7-Mar-06 5:47 
AnswerRe: Error reading database file when deploying a vb.net project? Pin
H@is@here7-Mar-06 5:57
H@is@here7-Mar-06 5:57 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
Rashar7-Mar-06 6:12
Rashar7-Mar-06 6:12 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
H@is@here7-Mar-06 6:28
H@is@here7-Mar-06 6:28 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
Rashar7-Mar-06 12:31
Rashar7-Mar-06 12:31 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
H@is@here7-Mar-06 22:53
H@is@here7-Mar-06 22:53 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
Rashar8-Mar-06 2:17
Rashar8-Mar-06 2:17 
GeneralRe: Error reading database file when deploying a vb.net project? Pin
Rashar8-Mar-06 5:38
Rashar8-Mar-06 5:38 
QuestionAxWebBrowser without form support Pin
Sufyan_shani7-Mar-06 4:47
Sufyan_shani7-Mar-06 4:47 
AnswerRe: AxWebBrowser without form support Pin
Dave Kreskowiak7-Mar-06 5:23
mveDave Kreskowiak7-Mar-06 5:23 
GeneralRe: AxWebBrowser without form support Pin
Darshon7-Mar-06 5:33
Darshon7-Mar-06 5:33 
AnswerRe: AxWebBrowser without form support Pin
Darshon7-Mar-06 5:31
Darshon7-Mar-06 5:31 
Question[Resolved] HTML Text Editor &gt; Browser in one Pin
RichardBerry7-Mar-06 4:23
RichardBerry7-Mar-06 4:23 
AnswerRe: HTML Text Editor > Browser in one Pin
FeRtoll8-Mar-06 2:00
FeRtoll8-Mar-06 2:00 

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.