Forum: VB.NET Dec 13th, 2007 |
| Replies: 2 Views: 1,584 Hi,
If IsNumeric(Me.txtInput.Text) And Me.txtInput.Text > 10 And Me.txtInput.Text < 100 Then
'you action
End If |
Forum: VB.NET Sep 12th, 2007 |
| Replies: 2 Views: 2,435 Hi,
Add the below code within your sub where xxx is the name of the button you want to click:
xxx.PerformClick() |
Forum: VB.NET Sep 2nd, 2007 |
| Replies: 2 Views: 2,297 Hi,
Check this sample it may be a little complicated but you can isolate the code you need out of it. |