Jump to content

Notepad Open File Help.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Fairy Fighter

Fairy Fighter

    Newbie

  • Members
  • PipPip
  • 21 posts
I am trying to make a notepad writer with VB.

When I select Open, how do I make it so I can find the files on your computer?

Do I you use a System or IO, funtion, I can't seem to figure out which one.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You need to use an open Dialog Box. You can find out more on MSDN: Displaying Open and Save As Dialog Boxes

#3
so1i

so1i

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 312 posts
It calls and run's a .DLL file that will make this the standard "open file" type thing you see on most programs. Really handy!