Jobs
Author: T-Programs Date Submitted: 10/14/2005 Category: Forms Compatibility: .NET,VB 6 This code has been accessed 11707 times.
Email Yourself this snippet:
1.Create a new form 2.Open "menu editor" (of the new form) 3.Ad an menu like: MNU |__Open File |__Create File |__Delete File
Code
'At the first form: Private Sub Command1_Click() PopupMenu Form2.MNU End Sub