Basic HTML version of Foils prepared July 5 98

Foil 93 PPT Slide

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


Event procedures are named as follows.
Sub Objectname_Event()
I.e.. If a right-click event is to be detected by a sheet then use the following
Sub Worksheet_BeforeRightClick()
  • Events can also occur on forms and dialog boxes. Different controls present on the form can trigger different events.
  • Eg. A button control on the form can recognize the Clicked event
  • The naming convention for event procedures is as above.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998