Click here to Skip to main content
15,912,082 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionmissing properties windows Pin
ssbelfast2-May-06 8:42
ssbelfast2-May-06 8:42 
AnswerRe: missing properties windows Pin
CWIZO2-May-06 8:44
CWIZO2-May-06 8:44 
GeneralRe: missing properties windows Pin
ssbelfast2-May-06 8:48
ssbelfast2-May-06 8:48 
GeneralRe: missing properties windows THE ANSWER Pin
ssbelfast2-May-06 23:15
ssbelfast2-May-06 23:15 
QuestionMessage Box Pin
Wrongway43212-May-06 7:02
Wrongway43212-May-06 7:02 
AnswerRe: Message Box Pin
CWIZO2-May-06 8:45
CWIZO2-May-06 8:45 
GeneralRe: Message Box Pin
Wrongway43212-May-06 8:53
Wrongway43212-May-06 8:53 
Questionform inside a pannel Pin
paulo sousa2-May-06 4:26
paulo sousa2-May-06 4:26 
I´m trying to make an "administrative console style" application using
vb.net (an application with a visual layout as usual mmc console applications). I'm
using a main form with a SplitContainer. In the left SplitterPanel I have
a TreeView control, and my idea is to open "subforms" in the right side
SplitterPanel. This is easy to do with code like:

Dim frm As Form
frm = New subform
frm.TopLevel = False
Me.SplitterPanel1.Panel2.Controls.Add(frm)
frm.Show()

This works. The problem is when need to resize the main form. The
"subform" remains in the some original size. Can someone tell me how
to force the subform to resize ? Is there any better way to make
this "administrative console like" type of applications?
Thank you
AnswerRe: form inside a pannel Pin
darkelv2-May-06 5:06
darkelv2-May-06 5:06 
Questiondelaying comport output in microseconds Pin
dbaabaa2-May-06 3:30
dbaabaa2-May-06 3:30 
AnswerRe: delaying comport output in microseconds Pin
Steve Pullan2-May-06 13:23
Steve Pullan2-May-06 13:23 
GeneralRe: delaying comport output in microseconds Pin
dbaabaa2-May-06 18:44
dbaabaa2-May-06 18:44 
GeneralRe: delaying comport output in microseconds Pin
Steve Pullan2-May-06 19:06
Steve Pullan2-May-06 19:06 
NewsRe: delaying comport output in microseconds Pin
Steve Pullan2-May-06 17:48
Steve Pullan2-May-06 17:48 
QuestionRDA Pin
UniBond2-May-06 3:08
UniBond2-May-06 3:08 
QuestionColumn Header(Listview) Pin
mandev20052-May-06 1:20
mandev20052-May-06 1:20 
Questiondatagrid in vb 6.0 Pin
pankajgarg122-May-06 0:22
pankajgarg122-May-06 0:22 
QuestionHow to refresh data grid automatically after add client Pin
scarface192-May-06 0:07
scarface192-May-06 0:07 
AnswerRe: How to refresh data grid automatically after add client Pin
| Muhammad Waqas Butt |2-May-06 1:05
professional| Muhammad Waqas Butt |2-May-06 1:05 
QuestionStartup Program Pin
ADY0071-May-06 23:28
ADY0071-May-06 23:28 
AnswerRe: Startup Program Pin
CWIZO1-May-06 23:49
CWIZO1-May-06 23:49 
AnswerRe: Startup Program Pin
Hari Om Prakash Sharma2-May-06 1:30
Hari Om Prakash Sharma2-May-06 1:30 
Questioncrystal reports Pin
skippydog1-May-06 23:19
skippydog1-May-06 23:19 
Questioncustom control question Pin
batmike20001-May-06 22:02
batmike20001-May-06 22:02 
QuestionDLL Hell in VB Pin
D.N.1-May-06 20:19
D.N.1-May-06 20:19 

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.