Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8727445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:26:09+00:00 2026-06-13T08:26:09+00:00

i have created a dialogbox using c++ win32 API… there are 3 text box,1

  • 0

i have created a dialogbox using c++ win32 API…
there are 3 text box,1 combo box and 3 buttons…

now i have 2 problems…

1.when i press the ENTER button,it invoke second button(ID_OK) function,but i want to invoke first button(ID_MYBUTTON)…

2.i am using the code to focus a textbox is,

SetFocus(GetDlgItem(_hwnd, IDC_NAME));

But it cant focus that dialogbox,i mean cursor position is there,but cant get any value,when i typed…

Can anyone resolve it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:26:10+00:00Added an answer on June 13, 2026 at 8:26 am

    This may answer both your questions:
    http://blogs.msdn.com/b/oldnewthing/archive/2004/08/02/205624.aspx:

    Use the DM_SETDEFID message to set the default button in a dialog

    Use the WM_NEXTDLGCTL message instead of SetFocus()

    // set default button
    SendMessage(_hwnd, DM_SETDEFID, (WPARAM)ID_MYBUTTON, 0);
    //TODO: if the former default button's style remains, update with BM_SETSTYLE
    
    // set focus
    SendMessage(_hwnd, WM_NEXTDLGCTL, (WPARAM)GetDlgItem(_hwnd, IDC_NAME), TRUE);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created an application in c++ using VS .Net. There is only the
I am using windows forms application using C#. I have created a dialog box
I have created app using jQuery Mobile and need to get a Dialog box
I have created a text editor using Java, and have it packed in a
I am new to Robotium. I have created an alert dialog box using dialog
I have created a Vb application/exe using ADODC components and common dialog box. but
Is there any way to create blocking dialog box using Javascript/JQuery/Ajax ... I have
I have created a dialog box in an UiApp, using, app.createDialogBox(); I need to
I have created a Dialog Box in a c++ windows application (using ATL lib)
I have created a dialog box in my MFC app as below: BackfaceControlPoints *controlpoints

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.