Click here to Skip to main content
15,917,632 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Recent files in combobox Pin
Dave Kreskowiak2-Nov-06 7:05
mveDave Kreskowiak2-Nov-06 7:05 
AnswerRe: Recent files in combobox Pin
OldWarhorse4-Nov-06 2:21
OldWarhorse4-Nov-06 2:21 
Questiondata grid and odbc,plz help Pin
binujeesman2-Nov-06 3:13
binujeesman2-Nov-06 3:13 
AnswerRe: data grid and odbc,plz help Pin
nlarson112-Nov-06 3:40
nlarson112-Nov-06 3:40 
GeneralRe: data grid and odbc,plz help Pin
binujeesman3-Nov-06 19:24
binujeesman3-Nov-06 19:24 
QuestionHow to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 2:56
kaiwnyt2-Nov-06 2:56 
AnswerRe: How to load other forms in a windows form ? Pin
darkelv2-Nov-06 3:11
darkelv2-Nov-06 3:11 
GeneralRe: How to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 4:02
kaiwnyt2-Nov-06 4:02 
Smile | :) Thanks DarkElv and Yone Low very much !


Main Form: Mainform
Child Form: Form1

Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Form1.ControlBox = False
Form1.FormBorderStyle = Windows.Forms.FormBorderStyle.None
Form1.Dock = DockStyle.Fill
Form1.MaximizeBox = False
Form1.MinimizeBox = False
Form1.TopLevel = False
Panel1.Controls.Add(Form1)
Form1.Show()
Form1.BringToFront()

End Sub



kaiwnyt
AnswerRe: How to load other forms in a windows form ? Pin
Yona Low2-Nov-06 3:17
Yona Low2-Nov-06 3:17 
GeneralRe: How to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 4:06
kaiwnyt2-Nov-06 4:06 
QuestionHow to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke2-Nov-06 0:50
Sunil Lanke2-Nov-06 0:50 
AnswerRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
darkelv2-Nov-06 3:20
darkelv2-Nov-06 3:20 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 1:14
Sunil Lanke7-Nov-06 1:14 
AnswerRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse2-Nov-06 3:30
OldWarhorse2-Nov-06 3:30 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 17:32
Sunil Lanke7-Nov-06 17:32 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse8-Nov-06 3:37
OldWarhorse8-Nov-06 3:37 
Questionsaving during runtime Pin
lukisf2-Nov-06 0:22
lukisf2-Nov-06 0:22 
AnswerRe: saving during runtime Pin
Guffa2-Nov-06 1:07
Guffa2-Nov-06 1:07 
GeneralRe: saving during runtime Pin
lukisf2-Nov-06 1:18
lukisf2-Nov-06 1:18 
GeneralRe: saving during runtime Pin
Dave Kreskowiak2-Nov-06 3:39
mveDave Kreskowiak2-Nov-06 3:39 
Questionaddhandler on runtime Pin
lukisf2-Nov-06 0:08
lukisf2-Nov-06 0:08 
AnswerRe: addhandler on runtime Pin
nlindley72-Nov-06 2:54
nlindley72-Nov-06 2:54 
AnswerRe: addhandler on runtime Pin
Dave Kreskowiak2-Nov-06 3:34
mveDave Kreskowiak2-Nov-06 3:34 
GeneralRe: addhandler on runtime Pin
OldWarhorse2-Nov-06 7:14
OldWarhorse2-Nov-06 7:14 
QuestionPlease help Pin
binujeesman1-Nov-06 22:46
binujeesman1-Nov-06 22:46 

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.