Computing.Net > Forums > Programming > I need help about vb 6.0

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

I need help about vb 6.0

Reply to Message Icon

Name: mcchoo_ching
Date: February 4, 2003 at 00:31:50 Pacific
OS: Windows 98
CPU/Ram: 133 and 64
Comment:

Hi,
i want to creat a small program in my program when i click on command button then piture appear in picture box. how can i do it.
thanxx for help.



Sponsored Link
Ads by Google

Response Number 1
Name: Mark Pocock
Date: February 4, 2003 at 11:50:19 Pacific
Reply:

In the Command1_Click routine, just do something like :

Private Sub Command1_Click()
Picture1.Picture = LoadPicture ("C:\Windows\Greenstone.bmp")
End Sub


0
Reply to Message Icon

Related Posts

See More


response to comments/rece... VB6 & new OS



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: I need help about vb 6.0

I need help about vb 6.0 www.computing.net/answers/programming/i-need-help-about-vb-60/5404.html

Vb 6.0 www.computing.net/answers/programming/vb-60/18825.html

Select by name Crystal Report in VB 6.0 code www.computing.net/answers/programming/select-by-name-crystal-report-in-vb-60-code/19102.html