not actual vb but stuff to do with programming quick question
an example of an event driven action within these programs please :D
o An MS Office application
o A Macromedia CS3 application
o Windows XP, Vista or 7
im thinking most things are event driven eh?
Re: not actual vb but stuff to do with programming quick question
If you have a general programming question then it belongs in the General Development forum. I've asked the mods to move this thread.
Re: not actual vb but stuff to do with programming quick question
Moved To General Developer
Re: not actual vb but stuff to do with programming quick question
An example would be whatever happens when you press a key or click on something. The event is the key or mouse click, which is passed to the program, and the program responds to that click. This is, to a large extent, mediated by the OS, which sends the click to the appropriate application. So, yes, pretty much everything is event driven these days.