Search:

Type: Posts; User: Jareds411

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,791

    That's what I want, sorry for not being more...

    That's what I want, sorry for not being more specific.
  2. Replies
    5
    Views
    1,791

    Waiting for input

    How would I have a program wait for me to press "ctrl+shift+c" or something similar while in another program to execute?
  3. Replies
    7
    Views
    1,798

    That code won't compile in dev-c++. :confused: ...

    That code won't compile in dev-c++. :confused:

    Edit: I get these errors
    C:\DOCUME~1\JAREDJ~1\LOCALS~1\Temp/ccKibaaa.o(.text+0x21):Untitled1.cpp: undefined reference to `CreateCompatibleDC@4'...
  4. Replies
    7
    Views
    1,798

    I'm in over my head. :eek: Can you please help...

    I'm in over my head. :eek: Can you please help me out with finishing that code? :)
  5. Replies
    7
    Views
    1,798

    What's an imaging api? :(

    What's an imaging api? :(
  6. Replies
    7
    Views
    1,798

    Taking a screenshot

    I've been looking for awhile, and came up with this code.

    void CaptureScreen()
    {
    int nScreenWidth = GetSystemMetrics(SM_CXSCREEN);
    int nScreenHeight = GetSystemMetrics(SM_CYSCREEN);
    ...
  7. Replies
    3
    Views
    921

    I know some c++. However, I have no knowledge of...

    I know some c++. However, I have no knowledge of anything outside of console apps. I'm pretty sure this would qualify as outside of console apps. ;)
  8. Replies
    3
    Views
    921

    Running a Program

    How would I make a program to run "C:\Program Files\AIM95\aim.exe" and then have the program act like I just pressed F-12 in AIM?
Results 1 to 8 of 9