Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2007 |
| Replies: 11 Views: 3,049 Could you specify which second = txtdisplay.text causes the error? And what type of error it is? |
Forum: Visual Basic 4 / 5 / 6 Apr 21st, 2007 |
| Replies: 11 Views: 3,049 Ok, so you have made the equals into a label as well and it has an index of 4? Let's look at your lblsign_click Sub. It assigns a value to first, then deletes the text in txtdisplay, then assigns the... |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2007 |
| Replies: 11 Views: 3,049 Whoops! What's gotten into me? My memory must be fading, or maybe I'm just too sleepy right now. Once again, everyone, I'm sorry for double posts. I do hope this will be the last time.
Er, wrong... |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2007 |
| Replies: 11 Views: 3,049 Like I said in my second post, I didn't see that you have already assigned numbers for your variables and that you reversed the assigning process to second. Now, however, I figured out another... |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2007 |
| Replies: 11 Views: 3,049 Sorry for the double post. I didn't see the assigning of the variables the first time. Please look in the sub Eq_Click(), txtdisplay.Text = second must be second = txtdisplay.Text. You reversed the... |
Forum: Visual Basic 4 / 5 / 6 Apr 19th, 2007 |
| Replies: 11 Views: 3,049 You didn't assign the numbers to first and second. And in Private Sub cmdEq_Click(), you can remove the sign = lblsign(Index).caption because it is not necessary and if not removed will alter the... |
Forum: Visual Basic 4 / 5 / 6 Apr 9th, 2007 |
| Replies: 2 Views: 4,662 Does this help?
Dim TaskID As Long
TaskID = Shell(pathname\filename.exe, vbNormalFocus) |