Results 1 to 20 of 20

Thread: VB program Frozen..

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2011
    Posts
    55

    VB program Frozen..

    Hey everyone,
    I am making a program that requires the user to enter values and select the correct radio button.
    It freezes when I click Ok button and I am not sure why, I think I am not using the Do Until...Loop properly.
    Ok Button code:
    Code:
    Public Sub btnOk_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOk.Click
    
            Call mainfunction()
    
        End Sub
    I also attached a jpeg of the program to give you guys and idea of it.
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width