Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a textbox programmatically
Message
From
04/05/2006 07:06:23
 
 
To
04/05/2006 06:59:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01119077
Message ID:
01119079
Views:
21
Agnes

See Help on CreateObject().

e.g.
Thisform.oTextBox = CreateObject( "textBox")
With thisform.oTextBox
  .Width = 100
  .Left  = 10
 ... etc.
EndWith
>HI all ,
>
>I would want to create programmatically a textbox.
>
>Tahnks
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform