|
-
Jan 16th, 2002, 08:53 PM
#1
-
Jan 16th, 2002, 08:54 PM
#2
textbox can hold any number...
-
Jan 16th, 2002, 08:56 PM
#3
Addicted Member
Please show us the code you are using...
Thanks...
Rikk =\=
Starcraft, Protoss Scout Driver!
-
Jan 16th, 2002, 08:59 PM
#4
-
Jan 16th, 2002, 08:59 PM
#5
Frenzied Member
Text boxes don't think in terms of numbers. They think in terms of each character, so the actualy value of the number doesnt matter.
You just proved that sig advertisements work.
-
Jan 16th, 2002, 09:07 PM
#6
Conquistador
-
Jan 16th, 2002, 09:09 PM
#7
(64565/2) characters I think
-
Jan 16th, 2002, 09:12 PM
#8
Need-a-life Member
Originally posted by da_silvy
they can hold 32K yeah?
I really have no idea. But the problem he's having is because of the stack.
The are only two ways you could get rid of this problem, ¿?NotoriouS?¿ Analysing the code yoursef, and debug it.... or posting the code for us to read it. We won't be able to guess what's the problem with your code. My guess was the further I can get with the data you supplied.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Jan 16th, 2002, 09:12 PM
#9
Addicted Member
Maybe 129130/4 ??
Rikk =\=
Starcraft, Protoss Scout Driver!
-
Jan 16th, 2002, 09:42 PM
#10
this is the code:
Private Sub Text1_Change()
Text1.Text = Text1.Text+1
End Sub
Form Load()
Text1.Text = Text1.Text+1
End Sub
So basically every time it changes it changes it again I guess that's why I got the error.
-
Jan 16th, 2002, 09:53 PM
#11
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
|