Yes, that's it. Thanks a lot.
Search found 38 matches
- Tue Jul 03, 2012 11:32 am
- Forum: Coding Questions
- Topic: Shellexecute_() in Linux
- Replies: 4
- Views: 841
Re: Shellexecute_() in Linux
@Little John:
Yes, that's it. Thanks a lot.
Yes, that's it. Thanks a lot.
- Tue Jul 03, 2012 9:20 am
- Forum: Coding Questions
- Topic: Shellexecute_() in Linux
- Replies: 4
- Views: 841
Re: Shellexecute_() in Linux
A function that will open the file like:
Is there something like that?ShellExecute_(0, "", image.zip, "", "", #SW_SHOWNORMAL)
- Tue Jul 03, 2012 5:06 am
- Forum: Coding Questions
- Topic: Shellexecute_() in Linux
- Replies: 4
- Views: 841
Shellexecute_() in Linux
Hello,
Is there a function in Linux which is equivalent to Shellexecute in Windows?
Thanks.
Is there a function in Linux which is equivalent to Shellexecute in Windows?
Thanks.
- Mon Jul 02, 2012 8:56 am
- Forum: Applications - Feedback and Discussion
- Topic: minizip lib
- Replies: 25
- Views: 20105
Re: minizip lib
Hello,
Is there a library for linux which is something like this?
Thanks.
Is there a library for linux which is something like this?
Thanks.
- Mon Jul 02, 2012 8:44 am
- Forum: Linux
- Topic: Zip Function for Linux
- Replies: 5
- Views: 2732
Re: Zip Function for Linux
@Idle:
I tried it but it doesn't support zip file.
I tried it but it doesn't support zip file.
- Thu Jun 28, 2012 9:01 am
- Forum: Linux
- Topic: Zip Function for Linux
- Replies: 5
- Views: 2732
Re: Zip Function for Linux
Tnx idle.
I'll try it.
I'll try it.
- Thu Jun 28, 2012 8:37 am
- Forum: Linux
- Topic: Zip Function for Linux
- Replies: 5
- Views: 2732
Re: Zip Function for Linux
Tnx idle.
How about compressing multiple file or adding file to the existing zip file?
How about compressing multiple file or adding file to the existing zip file?
- Thu Jun 28, 2012 7:30 am
- Forum: Linux
- Topic: Zip Function for Linux
- Replies: 5
- Views: 2732
Zip Function for Linux
Hello,
Needs help on zip function or library for linux like PureZip.
Any ideas?
Thank you.
Needs help on zip function or library for linux like PureZip.
Any ideas?
Thank you.
- Sat May 12, 2012 7:23 am
- Forum: Linux
- Topic: ListViewGadget with Transparent Background
- Replies: 0
- Views: 1353
ListViewGadget with Transparent Background
Hello,
Is there a way to make the ListViewGadget in Linux transparent?
Thank you.
Is there a way to make the ListViewGadget in Linux transparent?
Thank you.
- Fri May 11, 2012 3:38 am
- Forum: Coding Questions
- Topic: ListViewGadget with Transparent Background - Linux
- Replies: 0
- Views: 496
ListViewGadget with Transparent Background - Linux
Hello,
Is there a way to make the ListViewGadget in Linux transparent?
Thank you.
Is there a way to make the ListViewGadget in Linux transparent?
Thank you.
- Tue Apr 17, 2012 9:06 am
- Forum: Coding Questions
- Topic: Saving a video file to mysql database..
- Replies: 3
- Views: 1306
Re: Saving a video file to mysql database..
@kinglestat:
thank you your reply..
but I still can't make it work..
thank you your reply..
but I still can't make it work..
- Wed Apr 11, 2012 3:15 am
- Forum: Coding Questions
- Topic: Saving a video file to mysql database..
- Replies: 3
- Views: 1306
Saving a video file to mysql database..
Hello,
Does anyone tried saving a video file in mysql database?
I tried using this code:
file$ = OpenFileRequester("Choose a file", "", pattern$, 0)
If ReadFile(0, file$)
length = Lof(0)
*filereadbuffer = AllocateMemory(length)
ReadData(0,*filereadbuffer,length)
filename ...
Does anyone tried saving a video file in mysql database?
I tried using this code:
file$ = OpenFileRequester("Choose a file", "", pattern$, 0)
If ReadFile(0, file$)
length = Lof(0)
*filereadbuffer = AllocateMemory(length)
ReadData(0,*filereadbuffer,length)
filename ...
- Sat Feb 11, 2012 9:06 am
- Forum: Coding Questions
- Topic: need to add folder not the contains using this lib
- Replies: 9
- Views: 3345
Re: need to add folder not the contains using this lib
Hello,
PureZip has this function:
and it works the same way as your function

PureZip has this function:
Code: Select all
PureZIP_AddFiles("C:\Test.ZIP", "C:\File\*.*", #PureZIP_StorePathAbsolute, #PureZIP_Recursive)
Code: Select all
Procedure Add2ZIP(Path.s)
EndProcedure
- Tue Jan 24, 2012 12:57 pm
- Forum: Tricks 'n' Tips
- Topic: comDoc
- Replies: 30
- Views: 11201
Re: comDoc
@Kwaï chang caïne:
Tnx for the info.
Too bad I can't download it
Tnx for the info.
Too bad I can't download it
- Fri Jan 20, 2012 4:06 am
- Forum: Tricks 'n' Tips
- Topic: comDoc
- Replies: 30
- Views: 11201
Re: comDoc
Hello,
This seems good, where could I download it?
Thank you.
This seems good, where could I download it?
Thank you.