PetroAg
Petroleum
- Oct 8, 2003
- 1
Howdy,
Basically I want to know how to click on the box and make it output a true or false value so that i can use it to choose which equations i need to use.
An example psudocode might be...
Is the box checked?
Yes: The Well is deviated
No: The Well is vertical
if deviated run the deviation equations
else run the vertical equations.
I can do the "if true" part but I dont know how to do the
Private Sub Checkbox_???? ()
end Sub
Or How to call it.
Can anyone help me please?
Thank you
Basically I want to know how to click on the box and make it output a true or false value so that i can use it to choose which equations i need to use.
An example psudocode might be...
Is the box checked?
Yes: The Well is deviated
No: The Well is vertical
if deviated run the deviation equations
else run the vertical equations.
I can do the "if true" part but I dont know how to do the
Private Sub Checkbox_???? ()
end Sub
Or How to call it.
Can anyone help me please?
Thank you