|
-
Dec 2nd, 1999, 07:05 AM
#1
Thread Starter
Hyperactive Member
i am making a program that changes the value of a checkbox from 1 to 0 ... (the box is in form2 and the code to change it is in form1)
the code i am using is :
form2.check1(0).value = 0
the problem is that each time this line executes it calls the sub check1_click... this is annoying to me coz check1_click contains a lot of code i dont want to execute then .... any suggestions to bypas this undesirable "side effect " of the value change to 0 ???
- regards -
- razzaj -
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|