plz help me..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • derik
    New Member
    • Jan 2007
    • 19

    plz help me..

    Let me know how can we browse all the files in a system
    and to select and open a file .
    Its just like there is "open' button when I click that button
    I shud get all the files and i hav to open one of the file (.doc or .text or .jpg)
    How can i achieve this in vb.net.
  • Sandeep akhare
    New Member
    • May 2006
    • 29

    #2
    Hi
    Play with System.IO you will definatly find :)

    Comment

    • enreil
      New Member
      • Jan 2007
      • 86

      #3
      You'll want to use the FolderBrowserDi alog located in the System.IO namespace.

      Originally posted by derik
      Let me know how can we browse all the files in a system
      and to select and open a file .
      Its just like there is "open' button when I click that button
      I shud get all the files and i hav to open one of the file (.doc or .text or .jpg)
      How can i achieve this in vb.net.

      Comment

      Working...