Search:

Type: Posts; User: meb4u

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,618

    Iam using microsoft vc++.I think u are right .The...

    Iam using microsoft vc++.I think u are right .The problem lies in winuser.h
    The macro #ifndef NOWINABLE
    is the cause of the problem. The GetGUIThreadInfo function comes under this .
    The...
  2. Replies
    6
    Views
    3,618

    The error message is as below error C2065:...

    The error message is as below
    error C2065: 'GUITHREADINFO' : undeclared identifier
    error C2065: 'GetGUIThreadInfo' : undeclared identifier

    The header files required are windows.h and...
  3. Replies
    6
    Views
    3,618

    using GetGUIThreadInfo

    When i try to use this function (GetGUIThreadInfo) and also the structure GetGUIThreadInfo iam getting a compiler error.The header file windows.h is included.But no way out .
  4. Replies
    2
    Views
    1,530

    get handle of window of another application

    Is it possible to get the handle of the editbox which is present in a window in another application. I have to post the message to that editbox from my application.
    NB:Iam not able to use...
  5. use the function atoi(char *)

    use the function atoi(char *)
  6. Thread: a question

    by meb4u
    Replies
    22
    Views
    2,156

    is this the way that you want?? * ...

    is this the way that you want??

    *
    **
    ***
    ****
    *****
    ******
  7. Replies
    1
    Views
    868

    try the command as below "Attrib +H...

    try the command as below

    "Attrib +H c:\\windows\\desktop\\Test.txt"
  8. c the sample program below char* pFileName =...

    c the sample program below


    char* pFileName = "testwrite.txt";
    char* pFileName2 = "testread.txt";
    CStdioFile f1,f2;
    f1.Open( pFileName, CFile::modeCreate
    | CFile::modeWrite |...
Results 1 to 8 of 8