Because nobody else would type 30000 lines rather than 10.
You enter 33 into the textbox, which IS greater than 32, so you get the message. That is what you wanted?Code:If Val(Options1.Textbox.Text) >= 32 Then Testbox.ShowDialog() End If
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 81
Threaded View
|
Click Here to Expand Forum to Full Width |