PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on April 09, 2004, 07:18:40 PM

Title: Runtime syntax
Post by: Anonymous on April 09, 2004, 07:18:40 PM
What is the syntax to assign a value to a Text box... seems to me that is VB it was something like: userpass.Text = "mypassword ".

I am not having any luck... after reading a record, I want to be able to display the results in various Text boxes...

Thank you,

Buck
Title: Runtime syntax
Post by: TechSupport on April 09, 2004, 07:27:27 PM
Windows API is what FireFly uses. You need the SetWindowText
command. FireFly does not use the VB like syntax and never will.
FireFly is designed to allow quick development of user interfaces
while still retaining the power of the Win32 API.