Create a label at runtime 
Author Message
 Create a label at runtime

Hi,

How can I create a label at runtime? Some code is appreciated.

Greetings, Dolf



Sat, 15 Nov 2003 04:09:20 GMT  
 Create a label at runtime
It would be my guess that you'll have to use a object-oriented language like
Delphi if you want to do advanced things like creating new objects at
run-time.

--

A Dio

Bj?rn Valstr?m
Bjorn Valstrom


Quote:

> Hi,

> How can I create a label at runtime? Some code is appreciated.

> Greetings, Dolf



Sat, 15 Nov 2003 10:31:04 GMT  
 Create a label at runtime
If you want to load controls at runtime you need to have one alreay on the
form as part of a control array.  Then you add controls using LOAD.

    MK


Quote:

> Hi,

> How can I create a label at runtime? Some code is appreciated.

> Greetings, Dolf



Sat, 15 Nov 2003 11:58:03 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. creating a label on a form in runtime

2. Creating labels or other objects at runtime

3. can you create labels during runtime?

4. Create label during runtime

5. Create a Label or a Textbox at Runtime in VB 5

6. Create TextBox & Label at runtime

7. Creating a Label Array or Collection at runtime

8. Creating Label Arrays at Runtime

9. Creating a label on at runtime

10. Creating Textboxes , Labels and Other Objects At RunTime

11. Create textboxes and labels on report at runtime

12. Changing Textbox or Labels at runtime....

 

 
Powered by phpBB® Forum Software