groupbox missing from my toolbox

  • Thread starter Thread starter Beemer Biker
  • Start date Start date
B

Beemer Biker

I cannot find a groupbox. It is not under "Standard" nor in "HTML". When I
right click on the toolbox and select "choose items" it does show up with an
[x] and is associated with "System.Windows.Forms". OK, maybe web projects
with C# do not have a groupbox? Is that right? However, other items
associated with "System.Windows.Forms" do show up in my VS8 toolbox.
Currently I am using a panel to group controls. It is missing a caption but
has other properties like scrollbars. I dont need those. I just need a
cosmetic box with a caption to help organize widgets.
 
Eliyahu Goldin said:
The regular way from windows to web is long. Needs a lot of learning.
There are tools that can get you up and running fast. See if this can help
you:
http://www.visualwebgui.com/

yes, this is an old post, but the "newbie" in me just now discovered that
group boxes, etc, can be created and added to the VS2005 toolbox as shown
here:
http://www.aspnetpro.com/newsletterarticle/2004/12/asp200412bm_l/asp200412bm_l.asp

Beemer Biker said:
I cannot find a groupbox. It is not under "Standard" nor in "HTML". When
I right click on the toolbox and select "choose items" it does show up
with an [x] and is associated with "System.Windows.Forms". OK, maybe web
projects with C# do not have a groupbox? Is that right? However, other
items associated with "System.Windows.Forms" do show up in my VS8 toolbox.
Currently I am using a panel to group controls. It is missing a caption
but has other properties like scrollbars. I dont need those. I just need
a cosmetic box with a caption to help organize widgets.
 
Back
Top