Results 1 to 4 of 4

Thread: Browse or Open box

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2001
    Posts
    57

    Browse or Open box

    Are there any easy way to make a commobly seen Browse box or OpenFile box in Windows by VB?

  2. #2
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Use the MS Common Dialog control.
    I'm bringing geeky back...

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2001
    Posts
    57

    I mean sth like this

    I have selected MS Common Dialog Control, then which control is that?
    I mean sth like this:


  4. #4
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Belgium/Antwerp
    Posts
    275
    You place the control on your form
    Place a commandbutton on your form
    In the click event of the button, place: Commondialog1.fileopen

    This should do it.

    Greetz, Luc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width