It is my understanding that you cannot create a control in a window via
code. You can clone a control that already exists.
Why is it that you can't make a window that has these controls in it?
You can customize the behavior by putting code in the event handlers
for this window and in the control instance's event handlers.
On Sunday, February 29, 2004, at 04:50 PM, Philip Mobley wrote:
Is there a way to create a window and it's controls entirely with
code? I
want to create a custom ProgressBar dialog class which will handle
creating the window and all of its elements. It would be quite simple
with just a ProgressBar and three StaticText fields. I think I know
how
to create the window, but I am not sure how to assign the Controls to
the
window via code.
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|