added controls

billybean

Member
Licensed User
how do i save controls that i add in run time so they are therewhen i run the program again:sign0085:
 

ExcludeReality

Active Member
Licensed User
Write the controls to a text file and read it when the program starts

For example (a textbox):
FileWrite (WriteData,Textbox3 & Textbox3.text)
 
Top