Click here to Skip to main content
15,891,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralIssueVision Pin
progload26-Sep-04 16:44
progload26-Sep-04 16:44 
GeneralRe: IssueVision - Clickety Pin
Dave Kreskowiak27-Sep-04 3:19
mveDave Kreskowiak27-Sep-04 3:19 
GeneralRe: IssueVision - Clickety Pin
progload27-Sep-04 6:56
progload27-Sep-04 6:56 
GeneralRe: IssueVision - Clickety Pin
Dave Kreskowiak27-Sep-04 7:18
mveDave Kreskowiak27-Sep-04 7:18 
GeneralRe: IssueVision Pin
Steven Campbell27-Sep-04 4:35
Steven Campbell27-Sep-04 4:35 
GeneralRe: IssueVision Pin
progload27-Sep-04 7:06
progload27-Sep-04 7:06 
GeneralCreating an MDI child Pin
Verolix26-Sep-04 15:42
Verolix26-Sep-04 15:42 
GeneralRe: Creating an MDI child Pin
Nick Seng26-Sep-04 16:20
Nick Seng26-Sep-04 16:20 
Depends on whether you are using vb6 or .Net

In vb6, Set the MDIChild property of your child form to true during design time.

For VB.Net, you have to explicitly assign the child to the MDI Parent during runtime, just before the child is shown
Dim frm as frmText
frm.MDIParent = frmMain
frm.Show()




"if you vote me down, I shall become more powerful than you can possibly imagine" - Michael P. Butler.
GeneralRe: Creating an MDI child Pin
Verolix27-Sep-04 15:54
Verolix27-Sep-04 15:54 
GeneralRe: Creating an MDI child Pin
Desi Bravo27-Sep-04 19:54
Desi Bravo27-Sep-04 19:54 
GeneralAttach Bitmap on a Button Pin
eshban28426-Sep-04 7:59
eshban28426-Sep-04 7:59 
GeneralRe: Attach Bitmap on a Button Pin
Anonymous26-Sep-04 12:04
Anonymous26-Sep-04 12:04 
QuestionWinForm or Asp.net? Pin
Mekong River26-Sep-04 3:47
Mekong River26-Sep-04 3:47 
AnswerRe: WinForm or Asp.net? Pin
Dave Kreskowiak27-Sep-04 3:23
mveDave Kreskowiak27-Sep-04 3:23 
GeneralRe: WinForm or Asp.net? Pin
Mekong River27-Sep-04 3:57
Mekong River27-Sep-04 3:57 
GeneralDecision VB.Net, Vb6, Access and SQL server Pin
Mekong River26-Sep-04 3:32
Mekong River26-Sep-04 3:32 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Dave Kreskowiak27-Sep-04 0:49
mveDave Kreskowiak27-Sep-04 0:49 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Mekong River27-Sep-04 4:51
Mekong River27-Sep-04 4:51 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Dave Kreskowiak27-Sep-04 6:35
mveDave Kreskowiak27-Sep-04 6:35 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Mekong River27-Sep-04 16:47
Mekong River27-Sep-04 16:47 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Dave Kreskowiak27-Sep-04 17:19
mveDave Kreskowiak27-Sep-04 17:19 
GeneralRe: Decision VB.Net, Vb6, Access and SQL server Pin
Mekong River27-Sep-04 17:54
Mekong River27-Sep-04 17:54 
QuestionHow can I get a mapped network devices with help of SHGetFolderLocation Pin
dave_g2226-Sep-04 3:05
dave_g2226-Sep-04 3:05 
AnswerRe: How can I get a mapped network devices with help of SHGetFolderLocation Pin
Anonymous26-Sep-04 12:36
Anonymous26-Sep-04 12:36 
GeneralRe: How can I get a mapped network devices with help of SHGetFolderLocation Pin
dave_g2226-Sep-04 19:48
dave_g2226-Sep-04 19:48 

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.