i m making window application , in this i need to upload & show pictures, But i not find the browse control in the toolbox.
can any one help me to find the browse control in toolbox in vs2005.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nir BarPosted Sep 30, 2009, 8:57 AM
WebBrowser control is used to surf the web
I think that you mean to browse your local file don't you?
You should use the FileDialog. This is the normal "Open File" dialog that you see in Windows
Please mark this post as an answer if it helps you
Nir
Nagesh RPosted Oct 1, 2009, 6:51 AM
you can use the above path to store your picture file...
Vikas AhlawatPosted Oct 1, 2009, 1:00 AM
Now i want to save this Image in the Picture folder which is in my application.
so how can i do this?
Roei BarPosted Sep 30, 2009, 11:56 AM
and you can setup the Filter to any file type
and startup directory
Vikas AhlawatPosted Sep 30, 2009, 8:30 AM
but my first problem is that , when i put web browse control on the form it appear as a rectangle box. it not shows browse button and when i run my application browse control not display on the form.
please help me
Nir BarPosted Sep 30, 2009, 8:12 AM
Maybe you can also use the PictureBox control?
Please mark this post as an answer if it helps you
Nir
Vikas AhlawatPosted Sep 30, 2009, 8:10 AM
Nir BarPosted Sep 30, 2009, 7:50 AM
Do you mean a web-browser control?
There's WebBrowser control
Please mark this post as an answer if it helps you
Nir