CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: eggyegg123

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    FIXED! Thank you Igor Vartanov, i should have read more carefully, when you worte "Returns True by Default", changed and now working !

    TYVM :)

    Sorry for stuffing up such good advice :)
    ...
  2. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    ... <<<iddiot for not reading igor's post properly :)
  3. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    Would like to again thank everyone who is/has taking/taken the time to look at this problem that is driving me nuts.
    Im new to winapi and C (my first languages). Self taught and relise im doing...
  4. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    Figured out the codey/quotey thing :)

    Ok this is main.c, have gotton rid of main coding, this is skeleton, but same issue still arises when clicking EnterTips on the file menu.



    #include...
  5. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    Quote:

    No Luck there, same problem still occuring with changed values.


    Code to come, if somone could tell me how to quote and post code like others do would be gr8 lol.
  6. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    ahh ok, il try that tonight, and let you know how it goes :) thx very much for the tip.
  7. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    srry bout the bodgey code dump, will try post more compilable code tomoz( main project is on work pc, i work alotta night shifts and get time to code in the wee hours of the morning).

    Quote:...
  8. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    //***********************************************************************************
    IDD_NEW DIALOG 0, 0, 239, 66 // ID = IDD_NEW TYPE = Dialog box
    CAPTION "New Player Rego" // diaglog box...
  9. Replies
    14
    Views
    12,793

    Re: Winapi, dialog box procedure problem

    LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);


    // globals


    char szClassName[ ] = "Mb Program !";

    int WINAPI WinMain (HINSTANCE hThisInstance,
    ...
  10. Replies
    14
    Views
    12,793

    Winapi, dialog box procedure problem

    Hey :), first post Thanks all in advance, ive already been helped soo much by this site and others.


    Problem: I have 2 dialog box's and 2 dialog box procedures: BOOL 'name'DlgProc(bla bla).
    ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured