Click Event handeler

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

I'm totally new to this and this is my first project not from the book
I have added the Standard Items to my MenuStrip1
Here is the problem I have looked all day in the help for sample coding
to do things like:
Open files
Save
Save As
Edit and it's subs etc.
So just posting a copy of the code for me is not what I need the most I need
help getting help
Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
information and none of it what I needed yet!

Thank you in advance,
Randy
 
Randy said:
I'm totally new to this and this is my first project not from the book
I have added the Standard Items to my MenuStrip1
Here is the problem I have looked all day in the help for sample coding
to do things like:
Open files
Save
Save As
Edit and it's subs etc.
So just posting a copy of the code for me is not what I need the most I
need help getting help
Using HELP in the VS2005 IDE is not too helpful thus far -- Too much
information and none of it what I needed yet!

Thank you in advance,
Randy
What you want are the dialog components supplied in the .NET Framework.
You can start here and follow the links to specifics on the dialog(s) you
want to use.

http://msdn.microsoft.com/library/d...y/en-us/vbcon/html/vbcondialogboxcontrols.asp
 
Not sure I underestand your question - but if I had to guess - stop using
"Search" and start using "Index", when looking for Help on a subject.
 
Back
Top