Re: [VB6] popup or context menu with no window border
- From: "Randy Birch" <rgb_removethis@xxxxxxxx>
- Date: Sun, 22 Jan 2006 18:37:52 -0500
put it on another form, which you load (using Load) but don't show, and
reference it using the form name (e.g. frmHidden.mnuPopup). Or use the API
to create the menu on-the-fly and show it with TrackPopupMenu ... do a
search for the "cPopupMenu" class.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
Please reply to the newsgroups so all can participate.
<MatthewBrown@xxxxxxxxx> wrote in message
news:1137948624.891418.117260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
: Hello,
:
:
: I'm almost done with my project.
:
: The last thing is quite critical.
:
: The best solution for me would be a context menu on single click on
: picture1.
:
: Now, I've found code for this, and programming it isn't an issue.
:
:
: The issue is that when I make a menu, even if it's not visible (as with
: my desired context menu), I can no longer effectively used No Window
: Borders. How can I solve this problem?
:
:
: Thanks,
:
: Matt
:
.
- References:
- [VB6] popup or context menu with no window border
- From: MatthewBrown
- [VB6] popup or context menu with no window border
- Prev by Date: reading and writing registry using WMI in VB6
- Next by Date: Re: Matrix math in vb
- Previous by thread: Re: popup or context menu with no window border
- Next by thread: Re: [VB6] popup or context menu with no window border
- Index(es):