First Windows Forms App
Hey it's my first time making a windows forms app and I am just trying to find out how to for example create a bar with a specific color?
9 Replies
And how would I make a label's background transparent and sort which component goes on top of one another?
It should be located in the toolbox, check it under View tab and then toolbox
to create a toolbar
Alright let me see
Cant find anything named toolbar
Try the View tab, then scroll down until you see "ToolBar"
Sorry, that's toolbox!
I know I was at toolbox
But how do I add a bar from there?
I searched toolbar in toolbox l
you usually don't put a control over another, but you can put one inside another (some controls are called containers)
label transparent background in what sense
i think what you are searching is the toolstrip?
All I am looking for is to add a box of color to my forms app.
That’s all