Is there any way you can use the same menu without writing it out on each form?. cheers
Not like a static menu on the top left corner of your Form but as a popup menu: Code: PopupMenu frmSomeForm.mnuSomeMenu, , [x-coordinate], [y-coordinate] You can also set coordinates (like in example above).
PopupMenu frmSomeForm.mnuSomeMenu, , [x-coordinate], [y-coordinate]
Use [CODE] tags and rate useful posts VB: MSDN VBnet DevX vbAccelerator DB: W3Schools SQL TechOnTheNet's Oracle/PLSQL ConnectionStrings Misc (IT): Use XP look (manifest) in your apps (sample) MZ-Tools (free and cool VB add-in) Deploy your apps with Inno Setup Misc: Zeitgeist Movie ... so make the best of this test and don't ask why, it's not a question, but a lesson learned in time...
Forum Rules