borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Close an API)Next Topic (Image Processing) New Topic New Poll Post Reply
AndreaVB Forum : API : A very stupid Question! Solved Topic
Poster Message
Asim-GDI GURU
Level: Sage

Registered: 29-07-2005
Posts: 54

icon A very stupid Question!

Hello,
I know thats the most stupid question but I'm stuck over it...
Listen now..
Using the LoadPicture() function in VB, one can load any picture into a PictureBox.But how can one remove it? Like emptying the picturebox.How can this be done...

Regards,
Asim Siddiqui...

26-09-2005 at 03:36 PM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: A very stupid Question!

Its simple as this:

Private Sub Command1_Click()
Picture1.Picture = Nothing
End Sub



____________________________
Im JAMES  

28-09-2005 at 05:18 AM
View Profile Send Email to User Show All Posts | Quote Reply
Asim-GDI GURU
Level: Sage

Registered: 29-07-2005
Posts: 54
icon Re: A very stupid Question!

thanks buddy..problem solved..

28-09-2005 at 09:45 AM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: A very stupid Question!

It was nothing    

____________________________
Im JAMES  

03-10-2005 at 03:22 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : API : A very stupid Question! Solved Topic
Previous Topic (Close an API)Next Topic (Image Processing) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder