CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2005
    Posts
    17

    Question input dialog box with browse capability in vb.net

    Hi codeguru,
    I am a newbie to vb.net, the question is

    Is there any input dialog box with browse capability in vb.net or can we use any other dialog box?

    Thanks,

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: input dialog box with browse capability in vb.net

    to browse what? The hard drive? The internet? A datafile? Need more info.

  3. #3
    Join Date
    Feb 2005
    Posts
    17

    Re: input dialog box with browse capability in vb.net

    Browse the hard drive to locate a file

  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: input dialog box with browse capability in vb.net

    In your toolbox you should have a FileOpenDialog control. Put one on your form. Then to show it:

    FileOpenDialog1.ShowDialog()

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

Featured