English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am used to MS Access Database but wants to move with time! I need help on how to create sub forms in VB.NET. Any ebooks for download or site will help. Have been searching but i think i am spending more time online than concentrating on development.

2007-04-12 00:55:42 · 2 answers · asked by Nuel 1 in Computers & Internet Programming & Design

2 answers

Dim open as New Form2
open.Show()
Me.Hide()

2007-04-12 09:35:35 · answer #1 · answered by Anonymous · 0 0

MDI or Multiple document interface see link

A simple sub form may be done by creating a new form object and calling either the show or show diaog. The trick is declare a variable as a new form

dim myFrm as New Form2

myFrm.Show

place this code in a button click event and you will create and open a new Form2 every time you click the button

2007-04-12 01:47:16 · answer #2 · answered by MarkG 7 · 1 0

fedest.com, questions and answers