NET-1.1: Owner Draw Context Menu
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi to everyone, I've written a small application which reside in the tray area, with a context menu and no form. I'm trying to display a user drawn menu, the same way I already did so many times in standard Windows application, by using the DrawMenu & MeasureItem couple (and of course the UserDraw property set to True); but I'm getting no output, just a blank line, even the text ("View logs", for instance) disappear, though if I click on the item I get the expected behaviour (the log window appears). By the way, another difference with the standard Windows app, is that I'm defining the menu items in the sub Main (since I have no form) Can someone please help me. Thanks in advance Marco Turrini