Since practically everyone wants to try and make a form designer
at some point or another, I figured I'd put (throw) together a document
to describe ways to accomplish it.
If anyone wants to add something to it, do so in the way described in the
OTHER catagory and repost it so we can all benefit from each others ideas and
advice.
at some point or another, I figured I'd put (throw) together a document
to describe ways to accomplish it.
If anyone wants to add something to it, do so in the way described in the
OTHER catagory and repost it so we can all benefit from each others ideas and
advice.
With this list, you'd add to it when a control is created and make the corresponding
HWND in the list equal zero, when the control is deleted. When a control is created the list should be parsed for a zero
entry and if found the new HWND should be put there.
HWND in the list equal zero, when the control is deleted. When a control is created the list should be parsed for a zero
entry and if found the new HWND should be put there.
I guess it would be better if you just delete that element of the list when the control is deleted and just add a new element to the list when a control is created instead of searching for a 0.
I guess that would work too. :)
I just though having a large array would
be easier than adding and removing from
a list...
I just though having a large array would
be easier than adding and removing from
a list...
I am working on a OOP model, I think it helps