Search found 246 matches

by Marco
Mon Aug 27, 2012 3:41 pm
Forum: discbugs
Topic: input control for real numbers
Replies: 1
Views: 6915

input control for real numbers

hi i added it to the todo list.

best regards
by Marco
Sat Aug 25, 2012 3:26 pm
Forum: General category
Topic: "Wish List" Item
Replies: 4
Views: 11032

"Wish List" Item

ok i added to the todo list.

in the meantime you can use the solotion i mentioned in the general board, i hope.
best regards
by Marco
Fri Aug 24, 2012 8:55 pm
Forum: General category
Topic: Copy a file from one directory to another leaving
Replies: 5
Views: 8933

Copy a file from one directory to another leaving

hi, here`s option one:Declare CopyFileA  as "CopyFileA" of "kernel32"  sourceFileName As String  targetFileName As String  bFailIfExists As integer  result as integerend declarefunction copyfile(source as string,target as string,overwrite as boolean) as i...
by Marco
Tue Aug 21, 2012 3:13 pm
Forum: discbugs
Topic: Do not open notepad if notepad is already open
Replies: 6
Views: 9968

Do not open notepad if notepad is already open

I think it is somehow possible but i did not find the solution yet.
best regards
by Marco
Mon Aug 20, 2012 3:04 pm
Forum: discbugs
Topic: Do not open notepad if notepad is already open
Replies: 6
Views: 9968

Do not open notepad if notepad is already open

busy with that because you need a window handle for that and whe have a process handle.

best regards
by Marco
Sun Aug 19, 2012 8:15 pm
Forum: discbugs
Topic: Do not open notepad if notepad is already open
Replies: 6
Views: 9968

Do not open notepad if notepad is already open

Here `s somthing you can use for it.best regardsdeclare check as "WaitForSingleObject" of "kernel32.dll"  hhandle as integer  dwmilliseconds as integer  result as integerend declare``get windows folderdim winfolder as stringDeclare getwindir as "GetWindowsDire...
by Marco
Thu Aug 16, 2012 3:20 pm
Forum: General category
Topic: I cannot create arrays of controls
Replies: 6
Views: 13837

I cannot create arrays of controls

I`m not sure if that is possible because fnxbasic can only use static components.
On the other hand I`m busy to development a copy function for objects.

best regards
by Marco
Tue Aug 14, 2012 3:41 pm
Forum: General category
Topic: API : Short, Integer and Long ByAddress
Replies: 4
Views: 10774

API : Short, Integer and Long ByAddress

I think this is possible, sometimes a dll function needs a variable withe an adress where it can put`s his data. And not the variable itself. I otherwords it look at the content of the variable to get the address of the other.
I hope this will help a bit.
best regards
by Marco
Tue Aug 14, 2012 3:31 pm
Forum: General category
Topic: I cannot create arrays of controls
Replies: 6
Views: 13837

I cannot create arrays of controls

also not possible, I had to implement it. It is on the todo list.

best regards
by Marco
Mon Aug 13, 2012 3:23 pm
Forum: discbugs
Topic: message compilation error : add the filename
Replies: 1
Views: 4184

message compilation error : add the filename

added to the todo list.
best regards