|
-
Nov 24th, 2000, 07:05 AM
#1
Thread Starter
New Member
Hi, does anyone know how I can remove shape objects from a picturebox at run-time?
Thank you!
-
Nov 24th, 2000, 07:12 AM
#2
_______
<?>
I'm not so sure you can do that. It does have a visisble property so you could make it invisible.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 24th, 2000, 07:35 AM
#3
Thread Starter
New Member
sigh..
I know, its just that I really really need to remove them...
I created them using a dynamic array, if I collapse the array, the shape objects are still there!!
Any ideas how I can get rid of them? They're causing a bunch of errors coz I can dump new objects in the control to overwrite the previous ones...
-
Jul 8th, 2004, 06:30 PM
#4
Lively Member
Great question, I was just about to ask the exact same thing.... Anyone have an answer?
Thanks...
-
Jul 8th, 2004, 06:36 PM
#5
How are you creating them? Please post some code..
VB Code:
For i = 0 To NumObjects.Count
Unload NumObjects(i)
Next i
?
Phreak
Visual Studio 6, Visual Studio.NET 2005, MASM
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
|