![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3
![]() |
ok say i have a picture box and want users to be able to upload there own picture into itt what do i do?
|
|
|
|
|
|
#2 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Try this:
Quote:
|
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Apr 2006
Location: orange park Fl
Posts: 53
Rep Power: 3
![]() |
i dont fully understand
|
|
|
|
|
|
#4 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Can you be more specific what don't you understand, any ways here is a little guide to help you:
okay on the menu bar goto project click it, then click the sub menu "Components", then the components dialog box would come up, now scroll down and select Microsoft Common Dialog Control x(x= what version number you are using) check the check box next to its name and then click apply.Click Close to get back to form. Now you should see a new control on the ToolBox called "CommonDialog", put it onto the form, using the properties window change its name to "OpenDialog", now put the picture box onto the form, and also put a command button onto the form. Double click the command button(to get to its command_click event), and put this code into the Command_Click Event: Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|