Marco,
Do you have a possible release date for the next release of FnxBasic?
Will it create 64 bit "exe" files?
Regards
Darren
Search found 63 matches
- Tue Mar 24, 2015 9:05 am
- Forum: General category
- Topic: Next Release of FnxBasic?
- Replies: 18
- Views: 43931
- Wed Aug 20, 2014 11:18 am
- Forum: discbugs
- Topic: FnxBasic - Error???
- Replies: 0
- Views: 20945
FnxBasic - Error???
Does anybody else experience the same problem when editing a FnxBasicprogram?I can have a program run perfectly then, if I modify the program in any way, for example correcting a spelling mistake on a command button or adding a space to the program, then the program stops working and displays a &quo...
- Tue Aug 19, 2014 7:08 am
- Forum: General category
- Topic: Next Release of FnxBasic?
- Replies: 18
- Views: 43931
Next Release of FnxBasic?
Marco,
Can you give any indication for your next release of FnxBasic?
Looking forward to its release!!!!!
Regards
Darren
Can you give any indication for your next release of FnxBasic?
Looking forward to its release!!!!!
Regards
Darren
- Wed Jul 23, 2014 7:51 pm
- Forum: General category
- Topic: Reading Value From Registry "HKLM"
- Replies: 0
- Views: 17047
Reading Value From Registry "HKLM"
Can anybody help?????I have the following FNXBasic program....dim reg as registrydim key as stringkey="HKEY_LOCAL_MACHINESOFTWAREMechTools3D C.A.D Program Name"showmessage reg.readkey(key)It has been modified from the one I downloaded from a "Google" search that worked fine!!!!Wh...
- Fri Jun 27, 2014 6:28 pm
- Forum: discbugs
- Topic: RichEditText box not enabled=false on runtime
- Replies: 1
- Views: 9197
RichEditText box not enabled=false on runtime
Can anybody help?I have two RichEdit boxes, 1 and 2RichEdit2.Enabled =false!!!!On run RichEdit2 is not shown disabled (eg Greyed out)Run the source code and delete the text from RichEdit1 then you will see RichEdit2 is Greyed out. Why does it not get Greyed out when I run the code from the start?Tha...
- Mon Apr 28, 2014 2:34 pm
- Forum: General category
- Topic: Next Release of FnxBasic?
- Replies: 18
- Views: 43931
Next Release of FnxBasic?
Marco,Are you going to release an update of FNXbasic in the near future?I was wondering if you are going to add InstrRev?I am trying to extract the filename from a path. For exampleI need to extract the filename "Test.dwg" from the path"N:EngineeringDrawingsCad DrawingsDrawingsTest.dw...
- Mon Jan 20, 2014 12:39 pm
- Forum: General category
- Topic: StatusBar Problem????
- Replies: 2
- Views: 6615
StatusBar Problem????
Please refer to the code shown below........OBJECT MainForm As Form Left=247 Top=118 Caption="New Form" ClientHeight=383 ClientWidth=684 OBJECT StatusBar1 As StatusBar Width=1000 Height=19 AddPanel Pane...
- Tue Nov 26, 2013 3:25 pm
- Forum: General category
- Topic: Terminate a "Shelled" Program Using FnxBasic
- Replies: 1
- Views: 6927
Terminate a "Shelled" Program Using FnxBasic
Can anybody help???I am using "Shell" to run an external program (example Only!!!) thus:Dim Pid As IntegerPid = Shell("notepad.exe")`Showmessage(Pid)Is it possible to terminate the "shelled program" using FnxBasicEg Using the value "Pid"????Many thanks in adva...
- Thu Nov 21, 2013 7:34 am
- Forum: General category
- Topic: Viewing JPG
- Replies: 10
- Views: 19353
Viewing JPG
Angel,Many thanks for your reply!!!!I have downloaded the dll from http://www.dll-files.com/dllindex/dll-files.shtml?jpegdll and it does not work.The other website http://heliso.tripod.com/programm/jpeg/jpeg.htmThe download does not unzip.If possible, can you please email me your copy of the dll fil...
- Wed Nov 20, 2013 10:18 am
- Forum: General category
- Topic: Viewing JPG
- Replies: 10
- Views: 19353
Viewing JPG
The above code does not work!
Can somebody post the actual project source code.
Regards
Darren
Can somebody post the actual project source code.
Regards
Darren