Click here to Skip to main content
15,908,909 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: How to load other forms in a windows form ? Pin
Yona Low2-Nov-06 3:17
Yona Low2-Nov-06 3:17 
Yes you can!

for some reason Microsoft decided not to include the property in the designer, but it does indeed exist. see the code below.

Dim frm2 As New Form2
frm2.TopLevel = False
Panel1.Controls.Add(frm2)
frm2.Show()
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 
AnswerRe: Please help Pin
Dave Sexton1-Nov-06 23:05
Dave Sexton1-Nov-06 23:05 

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.