First day of learning VB,i need help!!!

ive created my file menu for my lil text editor,but i do not know how you make this menu function,i.e menu option "open file" how do i get it to bring up the open file dialog box,same for "new file" and "save File" please as well,ive tried searching the net for this basic information to no avail,could anybody help? cheers
[323 byte] By [finlandrocks] at [2007-12-17]
# 1
Hi,

Just double-click the menu item that you want to insert a function into. After double-clicking you will be transferred into the code section where you'll find a function named yourmenuitemname_click this is where you will code the function that you want your menu item to perform.

On showing the save and open dialog box see the openfiledialog and savefiledialog objects...

cheers,

Paul June A. Domag

PaulDomag at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2
Hello , you may want to try search for pdf( sorry,ebook)
<< " Microsoft Visual Basic 2005 Express Edition _ Build a Program Now " >>,
I've been using it also & it showed me how to code the save file dialog , I'll try to attach the code here, new to this board. .....

20 mins Later ... okay good luk' , here we go
Sorry < I'm unable to Paste code to this page
email < bsh11103@hotmail.com > & I'll email it to you, & go to <<www.learnvisualstudio.net>> and check out the free vidz(beginner only though)

ElliottNess at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...