home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RB3641.ZIP / EX1 / MYMNMTHD.MTH < prev    next >
Text File  |  1991-12-16  |  324b  |  14 lines

  1.  
  2.  
  3.  
  4. !TestView methods !
  5.  
  6. myMenuMethod
  7.          "This method is activated when 'MyChoice'
  8.           is selected in the pulldown 'My Menu'"
  9.  
  10.          MessageBox
  11.                     titled: 'Gotcha!!!!!!'
  12.                     withText: 'My menu WORKS !!!!!!'
  13.                     style: MbOk | MbIconexclamation.! !
  14.