Search found 63 matches

by Darren
Fri Dec 21, 2012 10:27 am
Forum: General category
Topic: "Wish List" Item
Replies: 4
Views: 12433

"Wish List" Item

Can you please add "instrrev" to the next release?

This will work similar to "instr" except that it will start at the "end" of the string and work "backwards".

So therefore instrrev("hello world", "o") will return 4

Many thanks!!!
by Darren
Wed Dec 19, 2012 2:43 pm
Forum: examples
Topic: List "Folder Names" to listbox
Replies: 1
Views: 5102

List "Folder Names" to listbox

Can anybody tell me if it is possible, using FNXBasic, to list all the "Folder Names" inside a given "Folder".For example,Say I had a folder called "C:Test"I want to list all the folders that are inside this foldereg [For example only!!!!]C:TestFredC:TestHarryetc etcMan...
by Darren
Wed Dec 05, 2012 8:26 pm
Forum: General category
Topic: Force keyboard numberpad "INS"
Replies: 1
Views: 4814

Force keyboard numberpad "INS"

Does anybody know how I can program FnxBasic to force a keyboard numberpad "INS"?I have a RichEditBox that contains a load of text. I want to be able to overwrite existing text. At present I have to press the numberpad "INS" key firstly. Is there a way with FnxBasic?Thanks in adv...
by Darren
Fri Oct 19, 2012 7:10 am
Forum: General category
Topic: Next Update Release Date
Replies: 2
Views: 6206

Next Update Release Date

Marco,

Can you give any indication of the date you plan to release the next version of FnxBasic?

Kindest Regards

Darren
by Darren
Sat Sep 08, 2012 9:05 am
Forum: discbugs
Topic: Set Default Printer Paper Size To A3
Replies: 0
Views: 4995

Set Default Printer Paper Size To A3

Does anybody know how you can set the default printers paper size, using FNXBasic?I need to be able to set the default printers paper size to either "A4" or "A3"Simply put, when I run another program, written using FNXBasic I need to set the paper size to "A3" at the st...
by Darren
Sat Aug 25, 2012 9:12 am
Forum: General category
Topic: "Wish List" Item
Replies: 4
Views: 12433

"Wish List" Item

Also, can you please add the function "FileCopy".

This would work in a similar way to "Rename", except that the original file will be kept.

The function would be something like...

FileCopy OldName, NewName

by Darren
Fri Aug 24, 2012 8:24 am
Forum: General category
Topic: "Wish List" Item
Replies: 4
Views: 12433

"Wish List" Item

Can I please ask you to consider adding "Com Interop" capability to the next release of FNXBasic?

Please see the following for an explanation of "Com Interop"

http://msdn.microsoft.com/en-us/library/kew41ycz.aspx

Many thanks in advance!!!
by Darren
Fri Aug 24, 2012 7:10 am
Forum: General category
Topic: Copy a file from one directory to another leaving
Replies: 5
Views: 9691

Copy a file from one directory to another leaving

Can anybody tell me how I can copy one file, in a certain directory to another directory, leaving the original file alone.For example,Say I had a file called "C:TestFred.exe", how can I copy this file to a directory called "C:New Folder", leaving the original file where it is.(Th...
by Darren
Thu Aug 02, 2012 2:30 pm
Forum: discbugs
Topic: Do not open notepad if notepad is already open
Replies: 6
Views: 10683

Do not open notepad if notepad is already open

Can anybody help?I have the following code...Dim TextFile As StringTextFile = "C:Documents and SettingsdsmithDesktopMechTools Project FilesThings To do.txt"Shell ("C:WindowsNotePad.exe", Chr$(34) + TextFile + Chr$(34), Sw_ShowNormal)Everything works OKBut If I run it with NotePad...
by Darren
Sun May 27, 2012 4:29 pm
Forum: General category
Topic: StatusBar Problem
Replies: 3
Views: 6758

StatusBar Problem

I am still getting a "List Index out of bounds"

are you getting the above example to work?

I have set the panel to false