|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Custom ContextMenu with underlined textIs there any way to display underlined/highlighted characters in a
custom Context Menu? Preferrably with scrolling. HTML maybe? "_DD" wrote: OwnerDraw menus will give you the flexibility to draw in the context menu. > Is there any way to display underlined/highlighted characters in a > custom Context Menu? Preferrably with scrolling. HTML maybe? But it's a one-time call, meaning that when the user right-clicks the mouse, the context menu will raise the DrawItem event, providing your one chance to draw in the menu. Unfortunately, this does not allow you to create controls or perform further UI operations such as scrolling. If you need the menu to act like a form, the best solution is usually to replace the menu with a popup form instead. That way, you can do pretty much anything you want.
Thread.Suspend()
SaveFileDialog + FileName Passing constructor parameter by value? Using DataGridView with Hashtables Reading Excel File Dynamically change IP Address How to create a sub-class based on some pre-determined flag. Xml Validation - splitting good and bad elements Sending out email from a web page reading NAnt properties from another file |
|||||||||||||||||||||||