|
-
May 3rd, 2000, 04:52 PM
#5
transcendental analytic
This is the most common type of thread i've found on this forum: A newbie qwestion and then tons of answers to it. Just because there's noone that really knows what the problem is, but can solve it in their own way.
If I set Text(0).Visible to True again Text(0) appears, but I can't get Text(1), text(2) or anyone else to appear.
They appear behind the original, because as David said, they have the same properties as the original. You can use the move method to move the control. Also use Text(text.count-1) instead of text(1) or text(2) if you use your textbox dynamically
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
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
|