Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB64 PE and Inform PE numeric input box
#2
(03-11-2024, 08:32 AM)Willi Grundmann Wrote: Hi,

I am learning QB64 Phoenix Edition and Inform PE with the intention to do a hobby project.

In my test GUI I have a numeric input box.

How can I pass in QB64 PE the value of the numeric input box to a variable? I could not find it in the Inform PE examples.

Is there a way to get a manual for QB64 and Inform?
Welcome to the QB64-PE forums.

Use the Value property of the control to get / set the value. So, if your numeric text box control name is foo, then you can use:

Code: (Select All)
x = Control(foo).Value ' get
Control(foo).Value = x ' set

See the attachment in the following post for a complete example.
https://qb64phoenix.com/forum/showthread...3#pid23253

Also,
QB64-PE wiki: https://qb64phoenix.com/qb64wiki/index.php/Main_Page
InForm-PE wiki: https://github.com/a740g/InForm-PE/wiki
Reply


Messages In This Thread
RE: QB64 PE and Inform PE numeric input box - by a740g - 03-11-2024, 08:45 AM



Users browsing this thread: 2 Guest(s)