wish:
utf-8 source code editor
Search found 9 matches
- Mon May 09, 2022 3:46 am
- Forum: wishes
- Topic: utf-8 source code editor
- Replies: 0
- Views: 14769
- Wed Mar 30, 2022 4:07 pm
- Forum: General category
- Topic: MAKESHORTCUT command problem
- Replies: 2
- Views: 36705
Re: MAKESHORTCUT command problem
amksoft:
thanks for the answer.
there's no error when creating an exe's shortcut on desktop using MAKESHORTCUT command
How to create a folder's shortcut on desktop?
thanks for the answer.
there's no error when creating an exe's shortcut on desktop using MAKESHORTCUT command
How to create a folder's shortcut on desktop?
- Wed Mar 30, 2022 3:56 pm
- Forum: General category
- Topic: printer begindoc error
- Replies: 2
- Views: 36977
Re: printer begindoc error
amksoft: thanks for the answer, but still got errors ------ dim p as Printer dim i as long 'list all printers' index and name for i=0 to p.Printercount-1 showmessage str$(i)+": "+p.printers(i) next i 'set the printer to use p.printerindex = 1 p.begindoc ------ got error: Runtime error at p...
- Fri Mar 18, 2022 1:13 am
- Forum: General category
- Topic: MAKESHORTCUT command problem
- Replies: 2
- Views: 36705
MAKESHORTCUT command problem
Makeshortcut "d:\temp",specfolder(csidl_desktop)
if the first param is a folder (d:\temp), the generated shortcut on desktop will not work.
thanks
if the first param is a folder (d:\temp), the generated shortcut on desktop will not work.
thanks
- Thu Mar 17, 2022 4:43 pm
- Forum: General category
- Topic: get current directory problem
- Replies: 3
- Views: 36045
get current directory problem
just one line code --------- showmessage dir$("@") copy the compiled showcd.exe to c:\windows\ run in cmd line: >d: d:\>showcd message box result: d:\ but when run showcd with param, e.g. d:\>showcd hello result is c:\windows problem is how to get exact current dir when running with cmd pa...
- Sun Mar 13, 2022 3:05 am
- Forum: General category
- Topic: printer begindoc error
- Replies: 2
- Views: 36977
printer begindoc error
just two lines code: ----------------------------- dim p as Printer p.begindoc ----------------------------- got error: Runtime error at position 1887 Access violation at address 00432A4C in module 'printerTest.exe'. Read of address 0000001D however, with two line code: -----------------------------...
- Sat Mar 12, 2022 3:27 pm
- Forum: General category
- Topic: Printer trouble :(
- Replies: 2
- Views: 39043
Re: Printer trouble :(
same error: violation
when running: myprinter.begindoc
when running: myprinter.begindoc
- Tue Mar 01, 2022 11:29 am
- Forum: General category
- Topic: specfolder function error
- Replies: 0
- Views: 26352
specfolder function error
showmessage specfolder(20)
it works with no errors
show windows fonts folder path
----------------------------------
dim s as string
s = specfolder(20) 'error in this line
showmessage s
Error message: expect a string but found '20'
it works with no errors
show windows fonts folder path
----------------------------------
dim s as string
s = specfolder(20) 'error in this line
showmessage s
Error message: expect a string but found '20'
- Sun Feb 13, 2022 6:22 am
- Forum: General category
- Topic: FnxDesigner help
- Replies: 0
- Views: 27457
FnxDesigner help
Could anyone send me a copy of fnxdesigner?
Thanks a lot.
milo.du@gmail.com
The links below are not valid.
https://fnxbasic.com/fnxforum/viewtopic.php?t=112
http://fnxdesigner.wap3.com
Thanks a lot.
milo.du@gmail.com
The links below are not valid.
https://fnxbasic.com/fnxforum/viewtopic.php?t=112
http://fnxdesigner.wap3.com