toolbox problem

phinds

New member
Joined
Dec 5, 2010
Messages
2
Programming Experience
10+
When I select a standard windows form at design time, then in the toolbox, under the "general" section, there are ellipse, line, and rectangle, but they are all gray and so can't be used and I can't find any way to make them not gray and thus usable. What am I missing? The help system tells how to USE them but nothing about how to make them accessible, it just assumes they are.

I have no problem drawing a line on a form at run-time but I want to drop one on at design time and can't find any way ... that's my real problem.

I'm not a heavy user of VB.NET so I figure there's probably something simple that I'm overlooking.

LATER:

I see now that numerous of the expandable sub-headers in the toolbox are ALSO filled with gray icons.

For example, the "dialogs" section is black but the "dialog editor" is gray. "Common Controls" is full of black but "Common" is full of gray.

When I have NO form open, ALL of the sub-headers are full of gray, but when I open a standard windows form, SOME of them turn black. It seems to me that there must be some configuration setting that is associated with the form type, or something, and that it is set differently than what I want. That's just a guess, though, based mostly on ignorance of the underlying workings of the IDE.

LATER STILL:

OK, I guess I've found the problem. These controls are WPF controls and apparently there are no windows form control equivalents and you can't use WPF controls on a windows form. Nuts.

Thanks for any help,
 
Last edited:
Back
Top