M
Mark Olbert
Could someone please explain to me why the f**k my Windows.Forms application only allows >>one<<
user control to appear in the My User Controls section of the toolbar???
I ran into this problem when I created my second user control. It compiled fine, no messages, but it
refused to show up in the My User Controls section.
Thinking that it might be a problem with the structure of the second user control, I deleted it and
then made a copy of the first user control (which DOES appear in My User Controls), changed the
copy's class name, compiled it (again with no errors)... and still nothing. There should've been two
different user controls in My User Controls. And since the source code files are identical, except
for the class name, why the first one should appear but the second one not is...bizarre. To say the
least!
Any thoughts on how to solve this problem would be greatly appreciated.
- Mark
user control to appear in the My User Controls section of the toolbar???
I ran into this problem when I created my second user control. It compiled fine, no messages, but it
refused to show up in the My User Controls section.
Thinking that it might be a problem with the structure of the second user control, I deleted it and
then made a copy of the first user control (which DOES appear in My User Controls), changed the
copy's class name, compiled it (again with no errors)... and still nothing. There should've been two
different user controls in My User Controls. And since the source code files are identical, except
for the class name, why the first one should appear but the second one not is...bizarre. To say the
least!
Any thoughts on how to solve this problem would be greatly appreciated.
- Mark