Search:

Type: Posts; User: nicauron

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,713

    It's not a malicious thing. The topics that i...

    It's not a malicious thing. The topics that i made are all for different aims. I'm not trying to create a keylogger, there are too many of them on the net. The FTP post was to upload files...
  2. Replies
    12
    Views
    1,713

    I need that the program starts when windows...

    I need that the program starts when windows starts, so i need that the program is in the correct position, else it couldn't be executed. It's not a suspicios thing. But I'll try to find something.
  3. Replies
    12
    Views
    1,713

    Getting pathname from program in execution

    I have written a program that must copy himself in a directory, but i can't know the path in which it will be executed, so i need to know this. How can i do??
  4. Replies
    16
    Views
    3,128

    it's so weird, i made what you said and now the...

    it's so weird, i made what you said and now the error changed, now the compiler found some errors in a function that Dev-C++ hadn't found, because the function worked!!
    These are the errors:
    ...
  5. Replies
    16
    Views
    3,128

    The folder Path was already charged, and i added...

    The folder Path was already charged, and i added the library wininet.lib to the linkers but i already have the same problem.
  6. Replies
    16
    Views
    3,128

    I'm sorry but i don't know how to do it? Can you...

    I'm sorry but i don't know how to do it? Can you explain to me? Now I have installed Pelles C
  7. Replies
    16
    Views
    3,128

    I'm using Dev-C++ and i made #include ...

    I'm using Dev-C++ and i made #include <wininet.h>
    So what is the problem??
  8. Replies
    16
    Views
    3,128

    I tried to use this library but i found some...

    I tried to use this library but i found some errors
    int SendFTP() {


    HINTERNET hInternet;
    HINTERNET hFtpSession;
    hInternet =...
  9. Replies
    16
    Views
    3,128

    Help with python inside C

    I wrote a simple ftp uploader with python, because ftplib is a very simple library, and i wanted to use this script in C but i have no idea, how to do this.
    Can you help me? Or can you suggest me an...
  10. Replies
    7
    Views
    4,507

    I think that it's a good suggestion but it's also...

    I think that it's a good suggestion but it's also difficult. I will try. I'm working to a menu, in which you must choose, and the choise must be copied in a log file.
  11. Replies
    7
    Views
    4,507

    So what i can do? I understand that i have one...

    So what i can do? I understand that i have one button for each letter but i thought that normally the function got lowercases letters.
    If i push any button i got an uppercase letter and i want...
  12. Replies
    7
    Views
    4,507

    GetAsyncKeyState is case insensitive?

    Good morning, I'm a new member of the forum. I' trying from yesterday to use GetAsyncKeyState to create a program that uses the keyboard to be controlled. But I would like to understand why if I use...
Results 1 to 12 of 12