Search:

Type: Posts; User: jdude

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,160

    whoa! thats perfect!!! thank you sooo much! :D

    whoa! thats perfect!!! thank you sooo much! :D
  2. Replies
    10
    Views
    1,160

    Actually, I wanted a command that outputs the key...

    Actually, I wanted a command that outputs the key (sendkey in vbasic). Sorry to take up so much time.
  3. Replies
    10
    Views
    1,160

    Thanks! ( you really are like einstein :p )

    Thanks! ( you really are like einstein :p )
  4. Replies
    10
    Views
    1,160

    One more question (Im pretty new to programming)....

    One more question (Im pretty new to programming). What command would make it seem like im pressing a key on the keyboard?
  5. Replies
    10
    Views
    1,160

    Thank you, looks like just what I was looking for!

    Thank you, looks like just what I was looking for!
  6. Replies
    10
    Views
    1,160

    complete command reference?

    Is there a website out there that has a complete list of commands for the C programming language? Thanks in advance. :D
  7. Thread: WIN32 Problem!

    by jdude
    Replies
    2
    Views
    1,608

    WIN32 Problem!

    I Finally got one of my WIN32 apps to run, now it's not popping up a messagebox when I click "New", am i missing something?

    Main.cpp


    #include <windows.h>
    #include "resource.h"

    /* Declare...
  8. Replies
    5
    Views
    2,059

    why wont this compile?!? :confused:

    I cant figure out why this wont compile.

    Main:


    #include <windows.h>
    #define IDI_MYICON 101

    /* Declare Windows procedure */
    LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);
  9. Thread: Calculator Help!

    by jdude
    Replies
    4
    Views
    1,780

    thanks,that fixed it. :) :D :)

    thanks,that fixed it. :) :D :)
  10. Thread: Calculator Help!

    by jdude
    Replies
    4
    Views
    1,780

    I did what you said and it still doesnt work....

    I did what you said and it still doesnt work. :confused:
  11. Thread: Calculator Help!

    by jdude
    Replies
    4
    Views
    1,780

    Calculator Help!

    I made a simple adding calculator in C and when I use it the sum is off by like 500000. Here is the code:


    #include <stdio.h>
    #include <stdlib.h>

    int main(int argc, char *argv[])
    {
    int...
  12. Replies
    2
    Views
    1,422

    window message help!

    #include <windows.h>
    #include <iostream.h>
    /* Declare Windows procedure */
    LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);

    /* Make the class name into a global variable */...
Results 1 to 12 of 12