How can I add it to a windows application program?
thanx in advance
Printable View
How can I add it to a windows application program?
thanx in advance
Welcome to the Forums.
Do you mean a file or a folder browser?
Whichever you want, you drag and drp the control from the toolbox on to your form. Then set its properties and display under a click event of a button or such.
thanx my friend
but another quastion
how can I make the browse window show only spacific files?
Create a filter for it.
VB Code:
OpenFileDialog1.Filter = "Image files only (.gif, .jpg, bmp)|*.gif; *.jpg; *.bmp"
Thanx dude, I found my answer after 2 houres of search :).
Oh, ok. I just got up for the morning here.
Next time you should mark your thread as "Resolved" so we will know you have solved your issue. ;)
Ps, would have been faster to search vbf instead. :)