remcoploeg
August 17th, 2001, 04:15 AM
Does anybody know what the code is, if somebody double click (with the mouse) on a textbox he loads a form??
Remco Ploeg
ploegr@promar-agencies.nl
Remco Ploeg
ploegr@promar-agencies.nl
|
Click to See Complete Forum and Search --> : doubleclick on textbox remcoploeg August 17th, 2001, 04:15 AM Does anybody know what the code is, if somebody double click (with the mouse) on a textbox he loads a form?? Remco Ploeg ploegr@promar-agencies.nl Sephozzy August 17th, 2001, 05:01 AM Try this private Sub txtTextbox_DblClick() Load frmForm 'if not already loaded frmForm.Show End Sub If anything in this post makes sense it was written by me, if not I don't know who wrote it codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |