Click here to Skip to main content
16,004,860 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Substring extraction in DOS Pin
PJ Arends18-Apr-04 9:45
professionalPJ Arends18-Apr-04 9:45 
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 9:51
professionalRavi Bhavnani18-Apr-04 9:51 
GeneralRe: Substring extraction in DOS Pin
John R. Shaw18-Apr-04 9:53
John R. Shaw18-Apr-04 9:53 
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 10:08
professionalRavi Bhavnani18-Apr-04 10:08 
GeneralRe: Substring extraction in DOS Pin
John R. Shaw18-Apr-04 10:39
John R. Shaw18-Apr-04 10:39 
GeneralRe: Substring extraction in DOS Pin
Ravi Bhavnani18-Apr-04 10:50
professionalRavi Bhavnani18-Apr-04 10:50 
GeneralRe: Substring extraction in DOS Pin
Robert A. T. Káldy19-Apr-04 1:47
Robert A. T. Káldy19-Apr-04 1:47 
GeneralOnChar() in Dialog Pin
dart1318-Apr-04 8:02
dart1318-Apr-04 8:02 
I have a problem with mapping keys to buttons on the dialog.
I tried by catching WM_CHAR message like this

void CDialogbasedDlg::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags)
{
switch(nChar)
{
case '1': //do sth
break;
//...
}
CDialog::OnChar(nChar, nRepCnt, nFlags);
}

but it didn't work. The application just beeps when I press '1'.

GeneralRe: OnChar() in Dialog Pin
Christian Graus18-Apr-04 11:20
protectorChristian Graus18-Apr-04 11:20 
GeneralRe: OnChar() in Dialog Pin
dart1318-Apr-04 23:27
dart1318-Apr-04 23:27 
GeneralRe: OnChar() in Dialog Pin
Christian Graus19-Apr-04 10:54
protectorChristian Graus19-Apr-04 10:54 
GeneralRe: OnChar() in Dialog Pin
dart1319-Apr-04 11:34
dart1319-Apr-04 11:34 
GeneralRe: OnChar() in Dialog Pin
Christian Graus19-Apr-04 11:54
protectorChristian Graus19-Apr-04 11:54 
GeneralRe: OnChar() in Dialog Pin
dart1319-Apr-04 12:02
dart1319-Apr-04 12:02 
Generalstange va_start() behavior Pin
toxcct18-Apr-04 6:10
toxcct18-Apr-04 6:10 
GeneralRe: stange va_start() behavior Pin
Tim Smith18-Apr-04 6:19
Tim Smith18-Apr-04 6:19 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 6:25
toxcct18-Apr-04 6:25 
GeneralRe: strange va_start() behavior Pin
Nitzan Shaked18-Apr-04 6:58
Nitzan Shaked18-Apr-04 6:58 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 7:13
toxcct18-Apr-04 7:13 
GeneralRe: strange va_start() behavior Pin
jmkhael18-Apr-04 22:23
jmkhael18-Apr-04 22:23 
GeneralRe: strange va_start() behavior Pin
toxcct18-Apr-04 22:31
toxcct18-Apr-04 22:31 
QuestionHow to Subclassing an ActivX to monitor it's messge [no events]? Pin
Behzad Ebrahimi18-Apr-04 5:47
Behzad Ebrahimi18-Apr-04 5:47 
GeneralEdit the Enum Section of the registry Pin
tareqsiraj18-Apr-04 3:43
tareqsiraj18-Apr-04 3:43 
GeneralRe: Edit the Enum Section of the registry Pin
Antti Keskinen18-Apr-04 6:26
Antti Keskinen18-Apr-04 6:26 
GeneralRe: Edit the Enum Section of the registry Pin
tareqsiraj20-Apr-04 0:09
tareqsiraj20-Apr-04 0:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.