Search found 5 matches

by amksoft
Wed Jun 10, 2026 1:27 pm
Forum: General category
Topic: FNX Basic 2025 Problem
Replies: 2
Views: 10160

Re: FNX Basic 2025 Problem

I having the same problem, so you are not alone :D.
I hope there will be a solution.
by amksoft
Tue May 07, 2024 10:56 am
Forum: General category
Topic: InputBox in FNXBasic
Replies: 1
Views: 132424

Re: InputBox in FNXBasic

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.
by amksoft
Tue Mar 29, 2022 2:35 pm
Forum: General category
Topic: printer begindoc error
Replies: 2
Views: 68045

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...
by amksoft
Tue Mar 29, 2022 2:25 pm
Forum: General category
Topic: get current directory problem
Replies: 3
Views: 82767

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.
by amksoft
Tue Mar 29, 2022 1:41 pm
Forum: General category
Topic: MAKESHORTCUT command problem
Replies: 2
Views: 75271

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, ...