im writing simple win32 application that is window and static text , now i want to enable the user to copy the text with his right click (mark and copy ) how can i do that ?
Code:
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG1 DIALOG 0, 0, 369, 318
STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU
CAPTION "Win32 demo"
FONT 8, "Ms Shell Dlg"
{
     LTEXT           "Questions to [email protected]", IDC_STATIC, 96, 87, 150, 8, SS_LEFT
}