Hi all
I've a very newbie question here I'm sure but that is why I am on the
gettingstarted list.
I'm trying to code the existance of controls on a window so that I can add
them as needed at runtime. What I tried on a clean window's Open event was as
follows:
dim a as new EditField
a.enabled = true
a.top = 10
a.left = 10
a.Width = 100
a.Height = 25
a.BackColor = &cFFFFFF
a.MultiLine = true
a.border = true
a.text = "Test text"
a.visible = true
It compiles and the window opens but I see no control. I was used to VB6 when
I could just use LOAD. I guess my question is: can I do it this way and if not
is there another way besides using containers.
Thanks
Derek
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+
countries) for 2ยข/min or less.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>