Re: [VB6] popup or context menu with no window border

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
:

.