Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalstrtok, Find the next token in a string Pin
gunnar662-Nov-04 23:07
gunnar662-Nov-04 23:07 
GeneralRe: strtok, Find the next token in a string Pin
GDavy3-Nov-04 0:02
GDavy3-Nov-04 0:02 
GeneralRe: strtok, Find the next token in a string Pin
Anonymous3-Nov-04 0:28
Anonymous3-Nov-04 0:28 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 0:52
jan larsen3-Nov-04 0:52 
GeneralRe: strtok, Find the next token in a string Pin
GDavy3-Nov-04 0:59
GDavy3-Nov-04 0:59 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 1:21
jan larsen3-Nov-04 1:21 
GeneralRe: strtok, Find the next token in a string Pin
jan larsen3-Nov-04 0:50
jan larsen3-Nov-04 0:50 
GeneralProblem CRichEditCtrl and scroll-messages Pin
maty22-Nov-04 22:50
maty22-Nov-04 22:50 
I have a problem with my class derived from CRichEditCtrl, I gladly text the Scroll event would intercept however it folds unfortunately.

White someone which there wrong I made?




BOOL CREditControl::PreTranslateMessage(MSG* pMsg)
{

switch(pMsg->wParam )
{
case VK_SCROLL:
//Test
AfxMessageBox("VK_SCROLL");
return true;
}


return CRichEditCtrl::PreTranslateMessage(pMsg);
}

thanks, Matthias
GeneralHelp on Command Line Parameters Pin
WinAPILearner2-Nov-04 21:45
WinAPILearner2-Nov-04 21:45 
GeneralRe: Help on Command Line Parameters Pin
vcplusplus3-Nov-04 0:18
vcplusplus3-Nov-04 0:18 
GeneralRe: Help on Command Line Parameters Pin
David Crow3-Nov-04 3:31
David Crow3-Nov-04 3:31 
GeneralTrouble witn CreateWindow Pin
lillah2-Nov-04 21:30
lillah2-Nov-04 21:30 
GeneralPut focus to App. Pin
V.2-Nov-04 21:24
professionalV.2-Nov-04 21:24 
GeneralRe: Put focus to App. Pin
Neville Franks2-Nov-04 23:37
Neville Franks2-Nov-04 23:37 
GeneralRe: Put focus to App. Pin
V.3-Nov-04 0:14
professionalV.3-Nov-04 0:14 
GeneralRe: Put focus to App. Pin
Rage3-Nov-04 4:47
professionalRage3-Nov-04 4:47 
GeneralAsynch Serial Comms Pin
louis2-Nov-04 20:44
louis2-Nov-04 20:44 
AnswerRe: Read from a file? Pin
Rage2-Nov-04 20:22
professionalRage2-Nov-04 20:22 
GeneralRe: Read from a file? Pin
Larsson2-Nov-04 20:25
Larsson2-Nov-04 20:25 
AnswerRe: Read from a file? Pin
Ted Ferenc2-Nov-04 21:41
Ted Ferenc2-Nov-04 21:41 
AnswerRe: Read from a file? Pin
David Crow3-Nov-04 3:34
David Crow3-Nov-04 3:34 
QuestionRead from a file? Pin
Larsson2-Nov-04 20:18
Larsson2-Nov-04 20:18 
Generalsplit a CString Pin
picasso22-Nov-04 19:46
picasso22-Nov-04 19:46 
GeneralRe: split a CString Pin
Rage2-Nov-04 20:18
professionalRage2-Nov-04 20:18 
GeneralRe: split a CString Pin
RYU^^2-Nov-04 20:19
RYU^^2-Nov-04 20:19 

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.