J
Jesper F
I have a drag-n-drop rutine with code running in the MouseDown, MouseUp,
MoveMove and other events.
Variables are created and used in one event and used in the next.
Could I use class programming in this situation? Is it possible to
instantiate class in on event and keep working with it in another? It limits
the use of the class that everything has to initiate, run and terminate in
each event.
Any input is appreciated, thanks
/ Jesper
MoveMove and other events.
Variables are created and used in one event and used in the next.
Could I use class programming in this situation? Is it possible to
instantiate class in on event and keep working with it in another? It limits
the use of the class that everything has to initiate, run and terminate in
each event.
Any input is appreciated, thanks
/ Jesper