Search:

Type: Posts; User: cgod

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    6,284

    Wow thanks so much ! #include ...

    Wow thanks so much !


    #include <iostream>
    #include <windows.h>
    #include <cstring>
    #include <ctime>
    using namespace std;
    int main()
    {
  2. Replies
    6
    Views
    6,284

    ive found a way of doing it if anyone is...

    ive found a way of doing it if anyone is interested


    #include <iostream>
    #include <windows.h>
    #include <cstring>
    #include <ctime>
    using namespace std;
    int main()
    {
  3. Replies
    6
    Views
    6,284

    Getting file name off path

    Im trying to get the .exe name off the path wich GetModuleFileName(); gives me I just want the exeutable name but i'm stuck I just can't figure it out :O



    SYSTEMTIME ST;...
  4. Replies
    4
    Views
    7,414

    Pause Console (ASM)

    I was wondering if anyone knows how to pause the console in ASM? like with system("pause");
  5. Thread: auto start up

    by cgod
    Replies
    2
    Views
    1,093

    auto start up

    I was wondering im making a program that needs to be able to start up automatically is there any way to do this other than putting it in the startup menu maybe a Registry Key?



    #include...
  6. Replies
    0
    Views
    1,241

    Sending Clicked message

    <input type="submit" value=" Search " class="button" style="width : 60px;" />

    I was wondering if there was any way to send a Clicked message to a HTML button with only the value to go from?


    ...
  7. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: The problem is now we have 1000s of extremists...

    The problem is now we have 1000s of extremists running around the country hellbent on the destruction of the West.
  8. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: Ngoigt good point maybe all religions should be...

    Ngoigt good point maybe all religions should be banned they are costing to many lives.
  9. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: Anyway it does not matter if Islam is a tollernt...

    Anyway it does not matter if Islam is a tollernt religion , you can beleive in anything you like it's when people start dieing because of that beleif that it is not ok.
    Soon enough Islam will have...
  10. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: Well things have changed , ask just about any...

    Well things have changed , ask just about any Muslim leader and he will almost certainly tell you it is not a tollernt religion.
  11. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: Novacain what world do you live in? It seems you...

    Novacain what world do you live in? It seems you are a in a fantasy world.
    You just don't seem to get it when you get people from differnt cultures they have differnt veiws on how the country should...
  12. Thread: War with China

    by cgod
    Replies
    92
    Views
    36,999

    Poll: I would not worry about China its current defence...

    I would not worry about China its current defence expenditure is no where near that of the US. something like 500bn compared to only 60-70bn.
    It also could not afford to start a conflict with any...
  13. Replies
    3
    Views
    2,098

    So there is no way to do what I want to acheive?...

    So there is no way to do what I want to acheive? Is there another language better suited to do what I want to do? maybe C#?
  14. Replies
    3
    Views
    2,098

    EnumChildWindows Problem

    I'm trying to make a program that changes the text of the Searh button on www. google.com ( to try and make a program that "interacts" with IE) but i'm having so problems :( no matter what I do it...
  15. Thread: cacls

    by cgod
    Replies
    1
    Views
    1,663

    cacls

    system(cacls "C:\\C++\\Prime", n);
    Im trying to change the access rights to a folder but im having trouble with the syntax using system. If anyone can help me with this I would be thankfull. :mad:
  16. Thread: Keyboard Hook

    by cgod
    Replies
    19
    Views
    7,361

    MSVC 7.0, it should work on any compiler tho.

    MSVC 7.0, it should work on any compiler tho.
  17. Thread: Keyboard Hook

    by cgod
    Replies
    19
    Views
    7,361

    no its not the code for the DLL compile it....

    no its not the code for the DLL compile it. RegisterhotKey(); makes a global "hotkey" the keylogger works fine just im having trouble freeing the data from logged_keys.
    the free() function won't...
  18. Thread: Keyboard Hook

    by cgod
    Replies
    19
    Views
    7,361

    by the way does anyone know how to clear an array...

    by the way does anyone know how to clear an array of chars is their a function like clear();?
  19. Thread: Keyboard Hook

    by cgod
    Replies
    19
    Views
    7,361

    Here is a keylogger i made today it works fine...

    Here is a keylogger i made today it works fine maybe its some use to you ( dont use it for bad purposes)


    #include <windows.h>
    #include <fstream>
    #include <iostream>
    #include <cstring>...
  20. Replies
    13
    Views
    2,470

    XOR encryption problem

    Im wanting to learn basic encryption to stop editing of .txt files for my game. But I have run into a problem my program crashes ! I just can't find the problem :confused:



    #include...
  21. Thread: Window Names

    by cgod
    Replies
    3
    Views
    1,061

    All windows in all programs, I'm making a program...

    All windows in all programs, I'm making a program that mimicks the Task Manager, but I can't think of any way of doing this.
  22. Thread: Window Names

    by cgod
    Replies
    3
    Views
    1,061

    Window Names

    I was wondering if anyone knew a way of getting the names of all open windows?
  23. Thread: Free Web Hosting

    by cgod
    Replies
    36
    Views
    7,325

    Thanks, I just signed up very fast and...

    Thanks, I just signed up very fast and professional.
    Just wondering but are you going to add in more "advanced" features such as MSQL?
  24. Thread: C

    by cgod
    Replies
    43
    Views
    8,522

    Nice work :)

    Nice work :)
  25. Thread: Spying processes

    by cgod
    Replies
    5
    Views
    1,328

    I dont get what you want to do are you trying to...

    I dont get what you want to do are you trying to check to see if a process is allready running?
Results 1 to 25 of 254
Page 1 of 11 1 2 3 4