|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB6 to VB.NET - Whers MDI?Hello, I'm starting now in VB.NET 2003, and I noticed that ther's no MDI
Form, that's kind of harsh when creating a program with multime windows... How can I do this without an MDI? or, Is there a MDI Form in ..Net? Hi Rodrigo,
You simply set the base form (that form with the main menu) as ismdicontainer = true; then each of the menu selections launches the child windows like this: Application.DoEvents() Dim newmdichild As New excelconvertlarge newmdichild.MdiParent = Me newmdichild.Show() HTH, Bernie Yaeger Show quoteHide quote "Rodrigo" <rodrigo***@nerdshack.com> wrote in message news:%231szoPyfFHA.3940@TK2MSFTNGP14.phx.gbl... > Hello, I'm starting now in VB.NET 2003, and I noticed that ther's no MDI > Form, that's kind of harsh when creating a program with multime windows... > How can I do this without an MDI? or, Is there a MDI Form in .Net? "Rodrigo" <rodrigo***@nerdshack.com> schrieb: Visual Studio -- Multiple-Document Interface (MDI) Applications> Hello, I'm starting now in VB.NET 2003, and I noticed that ther's no MDI > Form, that's kind of harsh when creating a program with multime windows... > How can I do this without an MDI? or, Is there a MDI Form in .Net? <URL:http://msdn.microsoft.com/library/en-us/vbcon/html/vbconmdiapplications.asp> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Does String mashal default to UnmanagedType.LPTStr
(newbie warning) vb.net, stdregprov, deletekey - Invalid cast Loop thru all subfolders and list all files under each use ADOX for this :-) Transparent Color in an Icon questions about VB.NET, and uses in education Is there code to convert a c# module to VB? Loading two separate instance of the same assembly Error: Cast From String to type Integer not valid score object property values against a decision rule created from from database table record values |
|||||||||||||||||||||||