Search found 63 matches
- Mon Nov 18, 2013 8:30 am
- Forum: discbugs
- Topic: "GetClientRect" Of "User32"
- Replies: 1
- Views: 6308
"GetClientRect" Of "User32"
I am trying to convert a VB6 file into FnxBasic, eventually allowing me to view PDF files in a forms "window".I am having trouble with "GetClientRect" Of "User32"Here is my code so far:Declare FormRectangle As "GetClientRect" Of "User32" ...
- Mon Nov 04, 2013 10:56 am
- Forum: General category
- Topic: Next Release of FnxBasic?
- Replies: 18
- Views: 41928
Next Release of FnxBasic?
Marco,Can you give any indication for the next release date for FnxBasic?Will it include my suggestion InstrRev?One problem with FnxBasic is the following.....If you had a project containing many ".inc" files if an error occurs on any of the ".inc" files, FnxBasic does not tell t...
- Sat Sep 28, 2013 7:54 am
- Forum: General category
- Topic: Print image & contents of RichEdit on one sheet
- Replies: 1
- Views: 5104
Print image & contents of RichEdit on one sheet
I have a RichEdit control with various lines of text. I can print the contents of this RichEdit control to the printer OK.Does anybody know if it is possible to Add a bmp image onto the top of the sheet prior to printing.Simply put, I want the company logo to be printed every time I print the conten...
- Fri Aug 16, 2013 6:53 am
- Forum: General category
- Topic: New "Wish List" Item - FindFile$
- Replies: 0
- Views: 16084
New "Wish List" Item - FindFile$
Can I please ask if you can consider adding the following function to the next release of FnxBasic?Add a command similar to "FindFirst$" called something like "FindFile"It would work similar to FindFirst$ except it will not be used in a "FindNext$" loopThe command would...
- Wed Jul 03, 2013 12:50 pm
- Forum: General category
- Topic: FnxBasic 64 Bit Version
- Replies: 1
- Views: 4949
FnxBasic 64 Bit Version
It has been well over a year (April 2012) since the last message regarding a 64 bit version of FnxBasic!
Can you please tell me if a 64 bit version of FnxBasic is in the pipeline?
Many Thanks!!!
Darren
Can you please tell me if a 64 bit version of FnxBasic is in the pipeline?
Many Thanks!!!
Darren
- Sun Jun 09, 2013 9:33 pm
- Forum: General category
- Topic: List all files in folder with subfolders
- Replies: 0
- Views: 13089
List all files in folder with subfolders
Does anybody know how to list all files in a particular folder including sub folders
for example.....
if I want to list all "*.txt" files in a folder called "C:Test" including sub folders?
Thanks
for example.....
if I want to list all "*.txt" files in a folder called "C:Test" including sub folders?
Thanks
- Wed Apr 10, 2013 9:29 am
- Forum: General category
- Topic: Folder Dialog
- Replies: 1
- Views: 4816
Folder Dialog
Does anybody know how I can call the "browse for folder" dialog using an FnxBasic API call?
Please see the folowing link for a picture of "browse for folder" dialog
http://www.functionx.com/bcb/controls/browsefolder.htm
Regards
Darren
Please see the folowing link for a picture of "browse for folder" dialog
http://www.functionx.com/bcb/controls/browsefolder.htm
Regards
Darren
- Wed Apr 10, 2013 7:32 am
- Forum: General category
- Topic: FNXDesigner
- Replies: 1
- Views: 5746
FNXDesigner
I have a copy of FNX Designer.
Please email me and I will send you a copy.
My email address is
d.j.smith@aim.com
Please email me and I will send you a copy.
My email address is
d.j.smith@aim.com
- Fri Jan 18, 2013 10:18 am
- Forum: General category
- Topic: Get "Name" of the person "Logged On" to the
- Replies: 1
- Views: 5093
Get "Name" of the person "Logged On" to the
Can anybody tell me how I can get the current "User Name" of the person logged onto the computer?
- Thu Jan 03, 2013 8:51 pm
- Forum: General category
- Topic: Date Format
- Replies: 1
- Views: 4881
Date Format
Can anybody help?I am having problems with Date$Using FNX Basic if I use "SHOWMESSAGE DATE$" it gives me "1/3/2013"I have tried vb script and the date is correctly shown as "03/01/2013" My registry settings are correct eg shortdate = "dd/MM/yyyy"Can anybody te...