Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating a log file Pin
Jason Henderson25-Apr-04 18:27
Jason Henderson25-Apr-04 18:27 
GeneralRe: Creating a log file Pin
Mortis25-Apr-04 23:56
Mortis25-Apr-04 23:56 
Generalterminating processes Pin
Ryan McDermott25-Apr-04 5:16
Ryan McDermott25-Apr-04 5:16 
GeneralRe: terminating processes Pin
valikac25-Apr-04 5:36
valikac25-Apr-04 5:36 
GeneralRe: terminating processes Pin
Paul Ranson25-Apr-04 8:34
Paul Ranson25-Apr-04 8:34 
GeneralRe: terminating processes Pin
Shree25-Apr-04 19:02
Shree25-Apr-04 19:02 
QuestionAdding text to CRicheditctrl? Pin
CodeBrain25-Apr-04 5:08
CodeBrain25-Apr-04 5:08 
AnswerRe: Adding text to CRicheditctrl? Pin
Dominik Reichl25-Apr-04 6:19
Dominik Reichl25-Apr-04 6:19 
Have you tried
m_RTFEdit.SetSel(0,-1);<br />
m_RTFEdit.ReplaceSel(pszData);


Best regards,
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: Adding text to CRicheditctrl? Pin
CodeBrain25-Apr-04 7:24
CodeBrain25-Apr-04 7:24 
GeneralOpening a document Pin
Arnav25-Apr-04 3:53
Arnav25-Apr-04 3:53 
GeneralRe: Opening a document Pin
peterchen25-Apr-04 4:05
peterchen25-Apr-04 4:05 
GeneralRe: Opening a document Pin
Mike Dimmick25-Apr-04 9:33
Mike Dimmick25-Apr-04 9:33 
GeneralCustom Cursor Pin
Anonymous25-Apr-04 1:35
Anonymous25-Apr-04 1:35 
GeneralRe: Custom Cursor Pin
Michael Dunn25-Apr-04 5:09
sitebuilderMichael Dunn25-Apr-04 5:09 
Questionwhy do i get an image fudge? Pin
YaronNir25-Apr-04 0:56
YaronNir25-Apr-04 0:56 
AnswerRe: why do i get an image fudge? Pin
ohadp25-Apr-04 3:06
ohadp25-Apr-04 3:06 
GeneralRe: why do i get an image fudge? Pin
YaronNir25-Apr-04 3:23
YaronNir25-Apr-04 3:23 
GeneralHelp needed (Invalid hook handle) Pin
Abin25-Apr-04 0:38
Abin25-Apr-04 0:38 
GeneralCatching RPC-Server Errors Pin
Christian Zellner24-Apr-04 22:36
Christian Zellner24-Apr-04 22:36 
QuestionHow to find change in display ? Pin
Jijo.Raj24-Apr-04 22:33
Jijo.Raj24-Apr-04 22:33 
AnswerRe: How to find change in display ? Pin
User 665825-Apr-04 0:30
User 665825-Apr-04 0:30 
GeneralRe: How to find change in display ? Pin
Jijo.Raj25-Apr-04 3:11
Jijo.Raj25-Apr-04 3:11 
GeneralRe: How to find change in display ? Pin
grigsoft25-Apr-04 5:31
grigsoft25-Apr-04 5:31 
GeneralRe: How to find change in display ? Pin
Jijo.Raj25-Apr-04 21:03
Jijo.Raj25-Apr-04 21:03 
GeneralRe: How to find change in display ? Pin
grigsoft25-Apr-04 21:16
grigsoft25-Apr-04 21:16 

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.