Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Cannot display popup menu from modal form


Message #1 by "Marco Straforini" <marco@c...> on Wed, 19 Sep 2001 01:26:17
Chan,
is your menu in Form1 visible? If yes, than your code works ok.
In my case, the first menu is invisible and I display it as a popup.
m.


-----Original Message-----
From: Chan Khin Sin [mailto:kschan@s...]
Sent: Wednesday, September 19, 2001 1:19 AM
To: professional vb
Subject: [pro_vb] RE: Cannot display popup menu from modal form


I try to stimulate your problem but i still able to popup the menu.
this is the code. I am not sure whether i stimulate it correctly or not:

code in form1:
Private Sub mnuform2_Click()

    Form2.Show vbModal
    
End Sub


  Return to Index