|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
panel always on topHi,
How can I have a panel that would be on top of any other controls all the time ? Thx "Sam" <samuel.berthe***@voila.fr> schrieb You wouldn't see all the other controls then, right?> Hi, > How can I have a panel that would be on top of any other controls > all the time ? You can set Dock=Fill and use "bring to front" in the context menu of the designer or call BringToFront at runtime. Armin yes thx
I've called bringtofront after adding all the other components and it works fine :) Change the control's 'Z' order & make sure it's on top by validating the 'Z'
order Crouchie1998 BA (HONS) MCP MCSE "Sam" <samuel.berthe***@voila.fr> schrieb: .... by calling the control's 'BringToFront' method.> thanks but how do I do that ? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||