Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPanel + Groupbox Pin
codemunkeh22-May-07 10:03
codemunkeh22-May-07 10:03 
AnswerRe: Panel + Groupbox Pin
Dave Herren22-May-07 11:15
Dave Herren22-May-07 11:15 
GeneralRe: Panel + Groupbox Pin
codemunkeh22-May-07 11:22
codemunkeh22-May-07 11:22 
GeneralRe: Panel + Groupbox Pin
Dave Herren22-May-07 11:55
Dave Herren22-May-07 11:55 
GeneralRe: Panel + Groupbox Pin
codemunkeh22-May-07 12:24
codemunkeh22-May-07 12:24 
GeneralRe: Panel + Groupbox Pin
Dave Herren22-May-07 15:45
Dave Herren22-May-07 15:45 
GeneralRe: Panel + Groupbox Pin
codemunkeh23-May-07 3:11
codemunkeh23-May-07 3:11 
GeneralRe: Panel + Groupbox Pin
Dave Kreskowiak22-May-07 17:53
mveDave Kreskowiak22-May-07 17:53 
Your groupbox's (if I followed this thread correctly) are not in your panel controls. It can appear on top of or under the panel, but you didn't drop the groupbox from the Toolbox ON the panel. You dropped it on the form, then tried to move it into the panel. This just moves the groupbox over the top of the panel.

All you have to do is add the groupbox control(s) to the Panel's Controls collection:
Panel1.Controls.Add(myGroupBox)



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Panel + Groupbox Pin
codemunkeh23-May-07 3:16
codemunkeh23-May-07 3:16 
AnswerNB! Consider it SOLVED Pin
codemunkeh23-May-07 4:52
codemunkeh23-May-07 4:52 
QuestionHelp with an SQL statement... Pin
CCG322-May-07 9:55
CCG322-May-07 9:55 
AnswerRe: Help with an SQL statement... Pin
Dave Herren22-May-07 10:29
Dave Herren22-May-07 10:29 
AnswerRe: Help with an SQL statement... Pin
Dave Herren22-May-07 10:34
Dave Herren22-May-07 10:34 
GeneralRe: Help with an SQL statement... Pin
CCG322-May-07 10:36
CCG322-May-07 10:36 
GeneralRe: Help with an SQL statement... Pin
Colin Angus Mackay22-May-07 10:51
Colin Angus Mackay22-May-07 10:51 
GeneralRe: Help with an SQL statement... Pin
Dave Kreskowiak22-May-07 12:17
mveDave Kreskowiak22-May-07 12:17 
QuestionShowing Additions to a DataSet Pin
Quecumber25622-May-07 8:35
Quecumber25622-May-07 8:35 
AnswerRe: Showing Additions to a DataSet Pin
Marcus J. Smith22-May-07 9:39
professionalMarcus J. Smith22-May-07 9:39 
GeneralRe: Showing Additions to a DataSet Pin
Quecumber25622-May-07 9:59
Quecumber25622-May-07 9:59 
Question.NET 2005 FTP Pin
Wheatie10022-May-07 8:33
Wheatie10022-May-07 8:33 
AnswerRe: .NET 2005 FTP Pin
Dave Kreskowiak22-May-07 17:49
mveDave Kreskowiak22-May-07 17:49 
GeneralRe: .NET 2005 FTP Pin
Wheatie10023-May-07 5:14
Wheatie10023-May-07 5:14 
GeneralRe: .NET 2005 FTP Pin
Dave Kreskowiak23-May-07 15:55
mveDave Kreskowiak23-May-07 15:55 
GeneralRe: .NET 2005 FTP Pin
Wheatie10024-May-07 2:53
Wheatie10024-May-07 2:53 
QuestionFormatExceptionWasUnhandled bug Pin
amatbrewer22-May-07 8:30
amatbrewer22-May-07 8:30 

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.