2,784 questions
Refer to the solution and sample code in Preventing edit control text from being autoselected in a dialog box.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi my app is a Win32 platform, in a Dialog box I just have one edit box control (it has read only style) and when dialog is displayed entire text in edit box is selected (highlighted) how to prevent text selection? in initdialog I return false but problem is exist! thanks
Refer to the solution and sample code in Preventing edit control text from being autoselected in a dialog box.