Adding a frame control to VB.NET windows application

  • Thread starter Thread starter Damian
  • Start date Start date
D

Damian

Hi !

I cant see the frame control in the toolbox in VS.NET. Can someone
tell me how I can add this to my Solution/Project ?

Thanks
 
Hi Damian,

I also never saw it, in my opinion frames are not standard used in VS.net
2002 and VS.net 2003.

Do you often see an ASPX page with frames, I have read that it is because
asp.net is handling complete form send and retrieve. I have also read that
Whidbey get more design features, but if there is framehandling, that is
something I did not look for.

I hope this helps,

Cor
 
* (e-mail address removed) (Damian) scripsit:
I cant see the frame control in the toolbox in VS.NET. Can someone
tell me how I can add this to my Solution/Project ?

It's called GroupBox now.
 
Back
Top