S Sam Jun 29, 2005 #1 Hi, How can I have a panel that would be on top of any other controls all the time ? Thx
A Armin Zingler Jun 29, 2005 #2 Sam said: Hi, How can I have a panel that would be on top of any other controls all the time ? Click to expand... You wouldn't see all the other controls then, right? You can set Dock=Fill and use "bring to front" in the context menu of the designer or call BringToFront at runtime. Armin
Sam said: Hi, How can I have a panel that would be on top of any other controls all the time ? Click to expand... You wouldn't see all the other controls then, right? You can set Dock=Fill and use "bring to front" in the context menu of the designer or call BringToFront at runtime. Armin
C Crouchie1998 Jun 29, 2005 #3 Change the control's 'Z' order & make sure it's on top by validating the 'Z' order Crouchie1998 BA (HONS) MCP MCSE
Change the control's 'Z' order & make sure it's on top by validating the 'Z' order Crouchie1998 BA (HONS) MCP MCSE
S Sam Jun 29, 2005 #5 yes thx I've called bringtofront after adding all the other components and it works fine
H Herfried K. Wagner [MVP] Jun 29, 2005 #6 Sam said: thanks but how do I do that ? Click to expand... .... by calling the control's 'BringToFront' method.
Sam said: thanks but how do I do that ? Click to expand... .... by calling the control's 'BringToFront' method.