Search found 4 matches

by Dale
Tue Aug 05, 2008 4:35 pm
Forum: Coding Questions
Topic: Setting permissions (CHMOD) ?
Replies: 1
Views: 701

Setting permissions (CHMOD) ?

OK I'm using SendFTPFile to ftp files to my server. Could somebody please tell me how to set permissions (chmod) for these files,

Thanks,
Dale.
by Dale
Mon Jun 16, 2008 4:26 pm
Forum: Coding Questions
Topic: Right I've just about had it...
Replies: 11
Views: 3369

I knew it had to be something really simple,

many thanks everyone :D
by Dale
Mon Jun 16, 2008 4:02 pm
Forum: Coding Questions
Topic: Right I've just about had it...
Replies: 11
Views: 3369

Right I've just about had it...

OK I've spent half a day searching the forum for a solution to this:

I want to be able to grab some text that is highlighted in an EditorGadget. I found only one solution but it didn't work when I tried it. If I remember correctly from VB the solution involved GetSelLength, GetSelStart and ...
by Dale
Wed May 28, 2008 8:31 am
Forum: Coding Questions
Topic: InternetReadFile Solution Required
Replies: 2
Views: 1247

InternetReadFile Solution Required

I am writing a software that downloads a lot of links from the web, to do this I am using InternetReadFile. Everything works great but occasionally the program is halted for a long time by a stubborn website. Is there any way to create a time out so that InternetReadFile will quite trying to ...