
09-27-2008, 9:41 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 36
Posts: 8,138
Reputation: 876
|
|
It is not a bug, the behaviour is by design so the menu will still fully display when there is limited space. Ever tried context menu on system tray icons? The same can be seen for a maximized form context menu if you challenge the right-bottom borders. You can use ContextMenuStrip.SourceControl property to find which control the menu relates to.
__________________
See this thread about how to use forum markup codes for code blocks etc (present the problem/post properly  )
Some useful links: Learning videoes, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
DR. WEIR: Download it to a non-networked, firewalled computer.
TECHNICIAN: Yes, ma'am.
|