web frame?

dsquare

New member
Joined
Feb 21, 2009
Messages
4
Programming Experience
Beginner
How do i create something like a web frame in .net?? wat tool do i hav to use?? can anyone give links to where I can learn to use the tools in Visual studio??
 
I mean to say, there will be a window which has the menus...and another window that displays the content of those menu...you know like frames in a webpage
 
What you can do is make a form that has the buttons or whatever for the "menu" and you simply pass those "commands" back to the parent form (the menu form would be opened as a child)
 
Back
Top