Welcome, Guest. Please login or register.

Author Topic: programming reaction  (Read 1981 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: programming reaction
« on: March 07, 2006, 09:22:17 PM »
Code: [Select]


#define MY_GADGET_ID 4711

...

anygadgetObject,
   GA_ID,MY_GADGET_ID,
   GA_RelVerify,TRUE,
End,

...

case MY_GADGET_ID:
...


Bye,
Thomas