Search:

Type: Posts; User: ColdFire

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    3,941

    thanks

    thanks
  2. Replies
    10
    Views
    3,941

    I'm not using a form, is there any way to still...

    I'm not using a form, is there any way to still use that?
  3. Replies
    10
    Views
    3,941

    just tryed that, still doesn't work.

    just tryed that, still doesn't work.
  4. Replies
    10
    Views
    3,941

    I restored my working copy from my backups, this...

    I restored my working copy from my backups, this is what i used when I was using Borland C++ builder 5.02 and it worked fine, since i switched to Borland C++ builder 6 it compiles fine but does...
  5. Replies
    10
    Views
    3,941

    Open/Save Dialog with BC++ 6.0

    I'm trying to get the Common Open/Save dialogs to come up but they won't display no matter what I try, I'm using Borland C++ Builder 6.0 and i've tryed just about all the examples with...
  6. Replies
    3
    Views
    1,053

    it still crashes, any other ideas?

    it still crashes, any other ideas?
  7. Replies
    3
    Views
    1,053

    Scanning a document for tags

    i'm using this code to scan a document for the <script and </script> tags, I'm trying to copy each occurance of javascript from a html file and past is into a seperate edit.

    szJava =...
  8. Replies
    4
    Views
    2,104

    you could just use a text editor to make the...

    you could just use a text editor to make the resource file.
  9. Replies
    10
    Views
    1,428

    i had no real reason for doing it, just got bored...

    i had no real reason for doing it, just got bored and was playing around with arrays and loops and descided to try it, wanted to see how many combinations there were when it finished. I tryed it...
  10. Replies
    10
    Views
    1,428

    reading really big files

    I made a little program that gets all the possible combination of letters 0-9 a-z and A-Z in an 8 character long string. I let it run and print to a file, 4 hrs later i canceled it and the file was...
  11. Replies
    4
    Views
    1,229

    if you don't want to go threw all that you could...

    if you don't want to go threw all that you could try using DrawText i think that allows the \n's
  12. Replies
    6
    Views
    1,536

    is the first field of your messagebox set to the...

    is the first field of your messagebox set to the HWND of your window?
  13. Replies
    1
    Views
    1,379

    Scanning a directory

    just by looking at this code can anyone see why it crashes my program each time? it does what its suppose to then when i gets to the last file it crashes.


    char *Buffer;
    ...
  14. Replies
    2
    Views
    1,068

    ok thanks

    ok thanks
  15. Replies
    2
    Views
    1,068

    adding a regestry key

    is there any way to add a regestry key though c without messages comming up like editing regestry? i know how to make a key and export it but that makes a popup confirmation message.
  16. Replies
    0
    Views
    1,842

    borland c++ builder 6 enterprise

    does anyone know how to compile a program in borland c++ builder 6 enterprise that won't require all those dll's. so i can just send an exe and have it work, used to be able to do it in 5.02
  17. Replies
    3
    Views
    1,122

    that fixed it, thanks.

    that fixed it, thanks.
  18. Replies
    3
    Views
    1,122

    still doesn't work,any other ideas?

    still doesn't work,any other ideas?
  19. Replies
    3
    Views
    1,122

    Downloading a file though HTTP requests

    i'm trying to download a zip file from a website, i think i have the request structured properly but there something wrong because when i try and open the file it says its an invalid arcive

    here...
  20. Replies
    4
    Views
    1,371

    Can you see any dll's on your system, on some...

    Can you see any dll's on your system, on some pc's dll's are hidden
  21. Replies
    3
    Views
    2,044

    The PASV command returns sucessful but anything i...

    The PASV command returns sucessful but anything i send after that doesn't seem to do anything, heres what happens.


    after passive mode everything seems dead, nothing returns a response from the...
  22. Replies
    3
    Views
    2,044

    winsock ftp client

    with a ftp client does your connection need to be asynchronous or blocking.

    i have it blocking and after i send the pasv command and try to send something such as the list command nothing happens.
  23. Replies
    2
    Views
    1,333

    i'm just saving it as a gif right now and using a...

    i'm just saving it as a gif right now and using a normal image program to display it so its nothing on that end.
  24. Replies
    2
    Views
    1,333

    getting an image from a server.

    I'm attempting to get an image from a server using the HTTP request but the image won't display right. I'm just connecting with a telnet server and the content-length field matches what the file...
  25. Replies
    1
    Views
    987

    If yours is like mine, make sure when your...

    If yours is like mine, make sure when your starting a new project and your in the New Project dialog you have the bubble next to static filled not dynamic it should be in the group box below...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4