Example of sending the key input to the dialog (focus item):
// add semicolon to the end of edit string DWORD Keys[2]={KEY_END,';'}; Info.SendDlgMessage(hDlg,DM_KEY,sizeof(Keys)/sizeof(Keys[0]),(LONG_PTR)Keys);