Search:

Type: Posts; User: comwiz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    3,257

    I would suggest h3ro's way. It seems to be the...

    I would suggest h3ro's way. It seems to be the easiest.
  2. It's not so much the mouse hijacking, I want to...

    It's not so much the mouse hijacking, I want to be able to still use my computer while still sending mouse info the the desired window.
  3. Just tried it again with a button inside of my...

    Just tried it again with a button inside of my web browser. I don't know what is wrong. Everything builds w/o error. :confused:

    Another question:
    Does the cursor just have to be inside the...
  4. No, it doesn't. For example, I tested it with...

    No, it doesn't. For example, I tested it with notepad. I shrunk the notepad window so I just saw the Toolbar, put the console window on the other side of my screen. I set my mouse over the (X) on...
  5. Moving the mouse with SendMessage / PostMessage

    Hi,
    I have a few questions:

    1. What is the difference between SendMessage and PostMessage?

    2. Am I using SendMessage correctly? I want to emulate mouse movement in a certain window while...
  6. Replies
    2
    Views
    1,441

    Windows Programming Books

    Can anybody recommend some good Windows programming books. I'm interested in writing GUI applications. Thanks!
  7. Replies
    2
    Views
    1,731

    Searching for specific string using fstream

    Hi,
    i haven't posted in a while (I've been a little busy). But I am writing a small console phonebook. What I want to know is, how do I search a text file for a specific string of text using...
  8. Replies
    33
    Views
    11,927

    You scare me...

    You scare me...
  9. Replies
    9
    Views
    3,045

    You may want to try this and Emulate the card...

    You may want to try this and Emulate the card just to make sure it is not the card model. I would also make sure the drivers are up to date.

    Emulator:...
  10. Thread: Learning OpenGL

    by comwiz
    Replies
    5
    Views
    2,910

    DA-BUMP BA-BUMP... Ok Just this last once and I...

    DA-BUMP BA-BUMP... Ok Just this last once and I will let it die :(
  11. Thread: Learning OpenGL

    by comwiz
    Replies
    5
    Views
    2,910

    Anybody?

    Anybody?
  12. Replies
    40
    Views
    6,360

    never use your email address like that. Spambots...

    never use your email address like that. Spambots pick it up and will spam you.

    do:

    ahluka_lt "at" hotmail "dot" com

    -Kyle
  13. Thread: Learning OpenGL

    by comwiz
    Replies
    5
    Views
    2,910

    Learning OpenGL

    Hey All,
    I have been studing C++ for a few months and have decided to start learning OpenGL. I bought a Book Entitled "Begining OpenGL Game Programming" and have been reading some tutorials on NeHe....
  14. Thread: helllpppp

    by comwiz
    Replies
    4
    Views
    1,202

    I charge $60/ Hour. You can send the money via...

    I charge $60/ Hour. You can send the money via PayPal or A Check To:

    Do Your Own Homework!!! Co.
    PO Box 01010
    Get some help, urself.

    -Kyle
  15. Replies
    2
    Views
    1,712

    Also check out http://www.liberatedgames.com ...

    Also check out
    http://www.liberatedgames.com

    -Kyle
  16. Thread: srand()

    by comwiz
    Replies
    35
    Views
    3,679

    Thanks for clearing that up. Much appreciated

    Thanks for clearing that up. Much appreciated
  17. Thread: srand()

    by comwiz
    Replies
    35
    Views
    3,679

    I have a question, what is the difference between...

    I have a question, what is the difference between just an int and a signed or unsigned int?
  18. Replies
    16
    Views
    2,917

    Well with a title like: "College kid-need help w/...

    Well with a title like: "College kid-need help w/ C program by tonight", Thats sure to get people to help you. People get annoyed when people ask others to do homework for them.

    If you tried...
  19. Thread: srand()

    by comwiz
    Replies
    35
    Views
    3,679

    % 2 is the modulus Operator, It divides by 2 and...

    % 2 is the modulus Operator, It divides by 2 and checks for a remainder. The static_cast casts it as an integer.
  20. Thread: srand()

    by comwiz
    Replies
    35
    Views
    3,679

    srand() is usually placed on the top of int main...

    srand() is usually placed on the top of int main ()

    Here is an example.


    #include <iostream>
    #include <ctime>

    int main()
    {
  21. Replies
    16
    Views
    2,917

    How about you read THIS...

    How about you read THIS
  22. Thread: blinking output

    by comwiz
    Replies
    7
    Views
    6,272

    Yeah, That Code Is Way To Hard On The Processor....

    Yeah, That Code Is Way To Hard On The Processor. When I ran the code, My CPU Usage went up From 0% to 45%.

    -Kyle
  23. Thread: Quick Question

    by comwiz
    Replies
    4
    Views
    983

    alright, got it now, thanks for the help

    alright, got it now, thanks for the help
  24. Thread: Quick Question

    by comwiz
    Replies
    4
    Views
    983

    Quick Question

    Hey all,
    I have a question. I want to break up an integer by digits. For example,


    1234

    1
    2
    3
    4
  25. Thread: Custom Database

    by comwiz
    Replies
    5
    Views
    1,170

    You can use the fstream header file to deal with...

    You can use the fstream header file to deal with file I/O
    Heres an example (No Encryption):


    #include <iostream>
    #include <fstream>
    using namespace std;

    int main ()
    {
Results 1 to 25 of 45
Page 1 of 2 1 2