Click here to Skip to main content
15,905,781 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Can't use MessageBox.Show in Visual Studio Project Pin
mtone25-Jan-05 1:52
mtone25-Jan-05 1:52 
GeneralRe: Can't use MessageBox.Show in Visual Studio Project Pin
Anonymous25-Jan-05 2:52
Anonymous25-Jan-05 2:52 
GeneralRe: Can't use MessageBox.Show in Visual Studio Project Pin
mtone25-Jan-05 5:40
mtone25-Jan-05 5:40 
QuestionHow can I modify a cell value on Datagrid ? (VB.NET) Pin
rafavasbr24-Jan-05 8:10
rafavasbr24-Jan-05 8:10 
QuestionHow can I modify a cell value on Datagrid ? Pin
rafavasbr24-Jan-05 8:09
rafavasbr24-Jan-05 8:09 
AnswerRe: How can I modify a cell value on Datagrid ? Pin
Anonymous25-Jan-05 6:19
Anonymous25-Jan-05 6:19 
GeneralClosing form and form childs crisis! Pin
carlos_rocha23-Jan-05 22:47
carlos_rocha23-Jan-05 22:47 
GeneralRe: Closing form and form childs crisis! Pin
GuruPandian24-Jan-05 16:39
GuruPandian24-Jan-05 16:39 
Hi,

- If the Form1 is a MainForm then (Form1 -> Property -> isMdiContainer=True)

- I hope the below code will help U

Private Sub CallForm2(...) Handles MenuItem2.Click
Dim F2 As New Form2()
F2.MdiParent = Me
F2.Show()
End Sub

Private Sub CallForm3(...) Handles MenuItem3.Click
Dim F3 As New Form3()
F3.MdiParent = Me
F3.Show()
End Sub

Private Sub CallExit(...) Handles MenuItem4.Click
Application.ExitThread()
End Sub


With Regards
PANDIAN SSmile | :)
Generalnetwork programming question for advanced Pin
alain_yaghi23-Jan-05 22:35
alain_yaghi23-Jan-05 22:35 
GeneralVB6 .object in .NET? (for MapFactor OCX) Pin
Briga23-Jan-05 22:21
Briga23-Jan-05 22:21 
GeneralRe: VB6 .object in .NET? (for MapFactor OCX) Pin
Dave Kreskowiak24-Jan-05 3:51
mveDave Kreskowiak24-Jan-05 3:51 
GeneralRe: VB6 .object in .NET? (for MapFactor OCX) Pin
rwestgraham30-Jan-05 18:19
rwestgraham30-Jan-05 18:19 
GeneralRe: VB6 .object in .NET? (for MapFactor OCX) Pin
Briga11-Feb-05 4:29
Briga11-Feb-05 4:29 
GeneralVB.net and access Pin
kingcobra012823-Jan-05 19:23
kingcobra012823-Jan-05 19:23 
GeneralRe: VB.net and access Pin
Tom John23-Jan-05 23:34
Tom John23-Jan-05 23:34 
GeneralRe: VB.net and access Pin
kingcobra012824-Jan-05 8:32
kingcobra012824-Jan-05 8:32 
Generalhelp me! Pin
Anonymous23-Jan-05 19:09
Anonymous23-Jan-05 19:09 
GeneralRe: help me! Pin
Dave Kreskowiak24-Jan-05 3:47
mveDave Kreskowiak24-Jan-05 3:47 
QuestionHow to Open file Media and Record Wav by Wav ? Pin
jang_dotnet22-Jan-05 23:53
jang_dotnet22-Jan-05 23:53 
AnswerRe: How to Open file Media and Record Wav by Wav ? Pin
Dave Kreskowiak23-Jan-05 6:16
mveDave Kreskowiak23-Jan-05 6:16 
GeneralMD5 hash into an XML Pin
Programazing22-Jan-05 12:19
Programazing22-Jan-05 12:19 
GeneralRe: Project Managers/Project Leaders//Senior Programmers Pin
Dave Kreskowiak23-Jan-05 6:14
mveDave Kreskowiak23-Jan-05 6:14 
GeneralKeeping web site refreshed Pin
aprx22-Jan-05 4:44
aprx22-Jan-05 4:44 
GeneralRe: Keeping web site refreshed Pin
Tom John23-Jan-05 23:56
Tom John23-Jan-05 23:56 
GeneralRe: Keeping web site refreshed Pin
aprx24-Jan-05 0:16
aprx24-Jan-05 0:16 

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.