Search:

Type: Posts; User: unselected

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,423

    Here is the stand alone implementation that I...

    Here is the stand alone implementation that I use:



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

    //Global variables
    int QueryLen;
    char *QueryCaption, *QueryText, *QueryDst;
  2. Replies
    4
    Views
    2,423

    You have to make one yourself. The function you...

    You have to make one yourself. The function you want to write is called InputBox. It's not a standard function in C but surprisingly it is in other languages. Check out this code for ideas on how to...
Results 1 to 2 of 2