Search:

Type: Posts; User: rsmith5413

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,219

    diskfree question

    ok, I don't get it. when I do the properties of a cdr that has not been
    closed yet, it displays accurate disk free and disk total. but when I use
    this common code (even in C-Builder which I use), I...
  2. Replies
    15
    Views
    4,807

    what it is...

    use this for an example...

    you get in your car and start roaming the streets...
    the scenery flashes by your window... the faster you go,
    the scenery goes faster...
    you go around the block......
  3. Replies
    1
    Views
    967

    problem with DiskFree with cdr's

    given the following code...

    __int64 AmtFree = DiskFree(0);
    __int64 Total = DiskSize(0);
    AnsiString S;
    S.sprintf("%I64d percent of the space on drive 0 is free: %I64d KB", AmtFree*100/Total,...
Results 1 to 3 of 3