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

Search:

Type: Posts; User: pavankn18

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    I had working code with me, one from msdn and as saidfrom i had no problem when a start from win32 template. I wasn't looking at msg pump as dialogue box was receiving "WM_INITDIALOG". I never...
  2. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    Thanks a lot sir.igor.

    feeling better now.
  3. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    Thanks sir,

    Though i could not solve the problem, i can move on now because that reason is convincing but i am still a little sad that i failed to write such simple application from an empty file....
  4. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    When a dialog is created only dialog window is active so only all msgs now received by dialog proc,
    1. soon a dialog window is created case "WM_INITDIALOG" is entered.
    2. even if i click the only...
  5. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    To simplify the question : any guess why a button in dialog box may not create "WM_COMMAND" message upon clicking it?
  6. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    i'm not using mfc, i have not touched mfc yet, i am a beginner, i don't know why, if i do the same things with win32 template everything works smoothly, for now i badly want to know what is really...
  7. Replies
    14
    Views
    2,620

    Re: Dialogue box button not working

    Yes i used Breakpoints at 2 locations
    1. at switch statement


    2. at WM_COMMAND of Dialog1Proc

    case WM_COMMAND:


    switch statement is executed and WM_COMMAND is never reached (verified by...
  8. Replies
    14
    Views
    2,620

    [RESOLVED] Dialogue box button not working

    Dialogue box in the program is displayed but button will not respond.

    I created dialogue box using resource wizard,
    code in Resource.rc for dialogue box is generated as below


    IDD_DIALOG1...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured