I have a usercontrol that I divide with a SplitContainer.
I set some specific positions and everything works fine.
The problem is that EVERY time I change anything in the control (code or
design) the designer moves around a couple of lines in the designer file
which means I get a runtime excep...
more >>
I am coming from the FoxPro world where its form designer supported a
"Builder" hook.
With this hook we can "select" multiple controls, and then right click to
invoke our custom builder. In that builder, we are setting multiple
properties and do other operations like build tables (add new ...
more >>
I am very new to C#. I need to create a Windows form that will read a
SQL table and populate a treeview. I can connect to the DB, create
the dataadapter, populate a data set. The problem is how to use the
dataset to populate a treeview.
I have looked at a few examples but none use a dataset...
more >>
hi
I have a question about ToolStrip control in design-time.
In design-time, the ToolStrip control's designer can show some kinds of
ToolStripItem,like ToolStripItemLabel,ToolStripItemButton,ToolstripItemText
and so on.
Now I want the dropdownlist can only show the kind of ToolStripItemButton...
more >>
I have a designer surface that allows several custom user controls to
be used on it. I have created a new user control which is a container
that needs to only allow a few of the possible controls choices to be
placed in it.
I've experimented with a ParentControlDesigner and found that the
va...
more >>