Search found 27 matches

by dannyboy99
Thu Sep 04, 2008 1:18 pm
Forum: Coding Questions
Topic: File sorting
Replies: 4
Views: 745

Update

I just need a small bit of code to tell the users via a gadget box, the date of the oldest file in the backup directory so they will know when the files were last moved into a removal hd
by dannyboy99
Thu Sep 04, 2008 11:53 am
Forum: Coding Questions
Topic: File sorting
Replies: 4
Views: 745

File sorting

I need to write a simple bit of code, so that I can put a gadget box up with the date of the oldest file in a backup directory.

I can examine the directory, but cannot work out how to continue.

Any ideas please
by dannyboy99
Sun Aug 31, 2008 8:08 pm
Forum: Coding Questions
Topic: Progress bar with different colours
Replies: 2
Views: 809

Progress bar with different colours

I have a progress bar and having been try to program so that at 100%

0 - 50 is colour green
50 - 70 is colour yellow
70 - 100 is colour red

Is there an easy method, or will it involve the use of draw.


Thanks
by dannyboy99
Sun Aug 24, 2008 5:30 pm
Forum: Coding Questions
Topic: Megabtyes
Replies: 16
Views: 3839

Demivec

i have pm you
by dannyboy99
Sun Aug 24, 2008 11:57 am
Forum: Coding Questions
Topic: Megabtyes
Replies: 16
Views: 3839

New coding

I spoke to soon, I will have to rewrite the program

They now want a progress bar to show used/unused disk space

harff182 can you please tell me where to change the drive letter in your coding so I can select the drive to check.

I was going to use the super duper code for total disk space, but ...
by dannyboy99
Thu Aug 21, 2008 7:04 pm
Forum: Coding Questions
Topic: Getting variables from a file
Replies: 9
Views: 1348

Thanks

Thanks very much for those who helped me here.

I have finsihed the programs, which seem to working well.

Thanks again

Danny
by dannyboy99
Thu Aug 21, 2008 6:58 pm
Forum: Coding Questions
Topic: Text
Replies: 10
Views: 1439

Thanks

Thanks very much for those who helped me here especially Demivec

I have finsihed the programs, which seem to working well.

Thanks again

Danny

ps One thing I found was that i could alter the dates of the files, great, but when i copied them it used todays date as creation date.

Is this something ...
by dannyboy99
Thu Aug 21, 2008 6:55 pm
Forum: Coding Questions
Topic: Megabtyes
Replies: 16
Views: 3839

Thanks

Thanks very much for those who helped me here.

I have finsihed the programs, which seem to working well.

Thanks again

Danny
by dannyboy99
Thu Aug 21, 2008 6:54 pm
Forum: Coding Questions
Topic: Menu
Replies: 5
Views: 1280

Thanks

Thanks very much for those who helped me here.

I have finsihed the programs, which seem to working well.

Thanks again

Danny
by dannyboy99
Thu Aug 21, 2008 6:54 pm
Forum: Coding Questions
Topic: Automatic selection
Replies: 14
Views: 1793

Thanks

Thanks very much for those who helped me here.

I have finsihed the programs, which seem to working well.

Thanks again

Danny
by dannyboy99
Thu Aug 21, 2008 6:53 pm
Forum: Coding Questions
Topic: Progressbar with text
Replies: 3
Views: 1087

Thanks

Thanks very much for those who helped me here.

I have finsihed the programs, which seem to working well.

Thanks again

Danny
by dannyboy99
Mon Aug 18, 2008 1:28 pm
Forum: Coding Questions
Topic: Progressbar with text
Replies: 3
Views: 1087

Progressbar with text

Thanks to everyone here for taking pity on a first time programmer. I have finished writing the programs, and will now hand them over for testing.

Just before I do though, I found this snippet that I assume puts a running precentage ie "60%" text in the progress bar.

If OpenWindow(0, 0, 0, 300, 50 ...
by dannyboy99
Sat Aug 16, 2008 7:40 pm
Forum: Coding Questions
Topic: Automatic selection
Replies: 14
Views: 1793

Dannys reply

Thanks for you help

With the help of people here, i have wriiten a program that will process files and send them to vaious network drives, archive, backup, process etc.

Before it sends the files to their locations, it says "Do you want to proceed" and there is a "Cancel" and "OK" button

I was ...
by dannyboy99
Sat Aug 16, 2008 2:16 pm
Forum: Coding Questions
Topic: Automatic selection
Replies: 14
Views: 1793

Automatic selection

I have created a program that has two gadgetbuttons

cancel & ok

Is there a way that ok will work automatically if I press the return/enter button in the same way as you do with Windows programs like Word



Thanks
by dannyboy99
Sat Aug 09, 2008 5:40 pm
Forum: Coding Questions
Topic: Megabtyes
Replies: 16
Views: 3839

Hi

I found this on the web, and to honest it is totally out of my league, but when I run it it says

Structure "Interface" or "Prototype" already declared Quad - any idea pse

drive.s = "C:\"

Structure Quad
L1.l
L2.l
EndStructure

GetDiskFreeSpaceEx_(@drive, FB.Quad, TB.Quad, TFB.Quad)

If TB\L1 ...