Hi,
There is no InputBox function, like VB6 has, in FnxBasic.
you have to create your own form that acts as a inputbox
See the examples/dialogs for hints on to create your own forms.
Search found 4 matches
- Tue May 07, 2024 10:56 am
- Forum: General category
- Topic: InputBox in FNXBasic
- Replies: 1
- Views: 5550
- Tue Mar 29, 2022 2:35 pm
- Forum: General category
- Topic: printer begindoc error
- Replies: 2
- Views: 36976
Re: printer begindoc error
Hi, I think you forgot te tell the system what printer to use: dim p as printer p.Printercount Integer R The number of printers that has been installed. p.Printerindex Integer RW The index of the printer that is used for the printjob. p.Printers(index) String R The name of the printer with a specifi...
- Tue Mar 29, 2022 2:25 pm
- Forum: General category
- Topic: get current directory problem
- Replies: 3
- Views: 36045
Re: get current directory problem
You are right, if you use a command$ string values then the behaviour of the DIR$() changes.
I tried a few things, but no result.
I tried a few things, but no result.
- Tue Mar 29, 2022 1:41 pm
- Forum: General category
- Topic: MAKESHORTCUT command problem
- Replies: 2
- Views: 36702
Re: MAKESHORTCUT command problem
Hi, according to the MakeShortcut then:filename" has to be a EXE filename (contains the icon to be used) MAKESHORTCUT command Creates a shortcut into a specified folder. Syntax Makeshortcut filename,target folder Creates a windows shortcut with the icon of the exe file within the targetfolder, ...