|
-
Apr 16th, 2011, 06:01 PM
#10
Thread Starter
Member
Re: VB program Frozen..
Thanks B.Killer!! That just cleared up the coding so much!
Code:
Private Sub ControlChanged() Handles optMetric.CheckedChanged, optBelowGround.CheckedChanged, optImperial.CheckedChanged, UpdateButton.Click
mainfunction()
End Sub
With it re-arranged I dont even have to have a wait function! Can I use this code for comboboxes and text boxes? This way the Results will be able to always update themselves without having to click an update button??
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
|