Click here to Skip to main content
15,915,768 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is a context? Pin
Super Lloyd7-Feb-11 15:09
Super Lloyd7-Feb-11 15:09 
Questionhow to access calendar Pin
netJP12L7-Feb-11 9:31
netJP12L7-Feb-11 9:31 
AnswerRe: how to access calendar Pin
Henry Minute7-Feb-11 14:40
Henry Minute7-Feb-11 14:40 
QuestionProblem with panels Pin
nighttrain_7-Feb-11 7:41
nighttrain_7-Feb-11 7:41 
AnswerRe: Problem with panels Pin
Luc Pattyn7-Feb-11 8:08
sitebuilderLuc Pattyn7-Feb-11 8:08 
GeneralRe: Problem with panels Pin
OriginalGriff7-Feb-11 8:17
mveOriginalGriff7-Feb-11 8:17 
AnswerRe: Problem with panels Pin
Luc Pattyn7-Feb-11 8:40
sitebuilderLuc Pattyn7-Feb-11 8:40 
AnswerRe: Problem with panels Pin
OriginalGriff7-Feb-11 8:14
mveOriginalGriff7-Feb-11 8:14 
Nope: it doesn't work like that. When you select "Dock...Fill" the panel covers the entire client area, and will re-size itself to make sure it always does.

If you have multiple controls that are all set to Fill, then tehy are all teh same size, and stacked behind each other. The only way to see them at run time is to make three of them Visible=False and one of them Visible=True

At Design time, they are also stacked up, only you can't make them invisible. The only way I know to select a specific panel is to use the drop down list at the top of the Properties window. Even that won't let you select panel1 and drop controls on it if panel 2 is on top of it. To do that, you will have to select a panel, use the "send to back" button, select a different panel, "send to back" and repeat until you have the panel you wanted.

An easier (and nicer for the user) approach might be to use a TabControl instead, and put each of the panels on separate tabs.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

Digital man: "You are, in short, an idiot with the IQ of an ant and the intellectual capacity of a hose pipe."

GeneralRe: Problem with panels Pin
nighttrain_7-Feb-11 8:26
nighttrain_7-Feb-11 8:26 
GeneralRe: Problem with panels Pin
OriginalGriff7-Feb-11 8:35
mveOriginalGriff7-Feb-11 8:35 
GeneralRe: Problem with panels Pin
nighttrain_7-Feb-11 8:43
nighttrain_7-Feb-11 8:43 
GeneralRe: Problem with panels Pin
OriginalGriff7-Feb-11 8:48
mveOriginalGriff7-Feb-11 8:48 
GeneralRe: Problem with panels Pin
nighttrain_7-Feb-11 8:55
nighttrain_7-Feb-11 8:55 
AnswerRe: Problem with panels Pin
Bassio8-Feb-11 0:55
Bassio8-Feb-11 0:55 
QuestionWebBrowser in Windows applications Pin
Zeyad Jalil7-Feb-11 7:05
professionalZeyad Jalil7-Feb-11 7:05 
AnswerRe: WebBrowser in Windows applications Pin
Luc Pattyn7-Feb-11 8:13
sitebuilderLuc Pattyn7-Feb-11 8:13 
QuestionMysqldatabase connexion Pin
Pierre besquent7-Feb-11 5:34
Pierre besquent7-Feb-11 5:34 
AnswerRe: Mysqldatabase connexion Pin
Umair Feroze7-Feb-11 6:51
Umair Feroze7-Feb-11 6:51 
GeneralRe: Mysqldatabase connexion Pin
Pierre besquent7-Feb-11 21:01
Pierre besquent7-Feb-11 21:01 
AnswerRe: Mysqldatabase connexion Pin
OriginalGriff7-Feb-11 8:24
mveOriginalGriff7-Feb-11 8:24 
AnswerRe: Mysqldatabase connexion Pin
RaviRanjanKr9-Feb-11 3:59
professionalRaviRanjanKr9-Feb-11 3:59 
QuestionFileSystemWatcher how to wait for file copy completion? Pin
Chesnokov Yuriy7-Feb-11 4:02
professionalChesnokov Yuriy7-Feb-11 4:02 
AnswerRe: FileSystemWatcher how to wait for file copy completion? Pin
Thomas Krojer7-Feb-11 4:09
Thomas Krojer7-Feb-11 4:09 
AnswerRe: FileSystemWatcher how to wait for file copy completion? Pin
Chesnokov Yuriy7-Feb-11 7:18
professionalChesnokov Yuriy7-Feb-11 7:18 
AnswerRe: FileSystemWatcher how to wait for file copy completion? Pin
#realJSOP7-Feb-11 4:24
professional#realJSOP7-Feb-11 4:24 

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.