Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: remaining free space on HD [modified] Pin
Sonia Gupta29-Apr-07 21:52
Sonia Gupta29-Apr-07 21:52 
AnswerRe: remaining free space on HD Pin
johnjsm30-Apr-07 7:25
johnjsm30-Apr-07 7:25 
QuestionHow to populate listbox with it's filepath Pin
x86phre3x29-Apr-07 20:37
x86phre3x29-Apr-07 20:37 
AnswerRe: How to populate listbox with it's filepath Pin
Christian Graus29-Apr-07 20:59
protectorChristian Graus29-Apr-07 20:59 
AnswerRe: How to populate listbox with it's filepath Pin
A*****29-Apr-07 21:13
A*****29-Apr-07 21:13 
GeneralRe: How to populate listbox with it's filepath Pin
x86phre3x30-Apr-07 19:26
x86phre3x30-Apr-07 19:26 
Questionopen a new form from previous one Pin
dadhich29-Apr-07 20:33
dadhich29-Apr-07 20:33 
AnswerRe: open a new form from previous one [modified] Pin
A*****29-Apr-07 20:41
A*****29-Apr-07 20:41 
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click<br />
<br />
Dim frm2 As New Form2<br />
frm2.Showdialog() <br />
end sub


Where button1 is the button that you click on to show the new form.
Where form2 is the name of the form you want to show.

Hope this helps




-- modified at 3:16 Monday 30th April, 2007


My blog:[^]

GeneralRe: open a new form from previous one Pin
Christian Graus29-Apr-07 20:59
protectorChristian Graus29-Apr-07 20:59 
GeneralRe: open a new form from previous one Pin
A*****29-Apr-07 21:16
A*****29-Apr-07 21:16 
GeneralRe: open a new form from previous one Pin
Dave Kreskowiak30-Apr-07 8:13
mveDave Kreskowiak30-Apr-07 8:13 
QuestionHow to open only one instance of an application? Pin
just3ala229-Apr-07 20:18
just3ala229-Apr-07 20:18 
AnswerRe: How to open only one instance of an application? Pin
just3ala229-Apr-07 20:51
just3ala229-Apr-07 20:51 
AnswerRe: How to open only one instance of an application? Pin
Steven J Jowett30-Apr-07 0:42
Steven J Jowett30-Apr-07 0:42 
GeneralRe: How to open only one instance of an application? Pin
just3ala230-Apr-07 3:41
just3ala230-Apr-07 3:41 
QuestionProblem while data insertion in Access - Plz need help Pin
Jats_4ru29-Apr-07 20:09
Jats_4ru29-Apr-07 20:09 
AnswerRe: Problem while data insertion in Access - Plz need help Pin
Christian Graus29-Apr-07 21:00
protectorChristian Graus29-Apr-07 21:00 
GeneralRe: Problem while data insertion in Access - Plz need help Pin
Jats_4ru29-Apr-07 21:08
Jats_4ru29-Apr-07 21:08 
GeneralRe: Problem while data insertion in Access - Plz need help Pin
Colin Angus Mackay30-Apr-07 5:24
Colin Angus Mackay30-Apr-07 5:24 
QuestionHow to read volume label Pin
re infecta29-Apr-07 19:24
re infecta29-Apr-07 19:24 
AnswerRe: How to read volume label Pin
A*****29-Apr-07 19:42
A*****29-Apr-07 19:42 
QuestionRunning a function every hour Pin
re infecta29-Apr-07 19:22
re infecta29-Apr-07 19:22 
AnswerRe: Running a function every hour Pin
Dave Kreskowiak30-Apr-07 8:09
mveDave Kreskowiak30-Apr-07 8:09 
Questioncsv file reading Problem Pin
virendra_00729-Apr-07 19:08
virendra_00729-Apr-07 19:08 
AnswerRe: csv file reading Problem Pin
Dave Kreskowiak30-Apr-07 8:08
mveDave Kreskowiak30-Apr-07 8:08 

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.