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

C / C++ / MFC

 
AnswerRe: Problem with '&' character to dispaly in Static Text control. Pin
Stephen Hewitt1-Jul-10 18:23
Stephen Hewitt1-Jul-10 18:23 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
Le@rner1-Jul-10 18:27
Le@rner1-Jul-10 18:27 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
Stephen Hewitt1-Jul-10 18:39
Stephen Hewitt1-Jul-10 18:39 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
Le@rner1-Jul-10 18:58
Le@rner1-Jul-10 18:58 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
Stephen Hewitt1-Jul-10 19:05
Stephen Hewitt1-Jul-10 19:05 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
Le@rner1-Jul-10 20:11
Le@rner1-Jul-10 20:11 
GeneralRe: Problem with '&' character to dispaly in Static Text control. Pin
«_Superman_»1-Jul-10 19:21
professional«_Superman_»1-Jul-10 19:21 
Questionabout SetThreadContext Pin
rockago1-Jul-10 10:06
rockago1-Jul-10 10:06 
<br />
BOOL WINAPI MySetThreadContext(HANDLE hThread, CONST CONTEXT *lpContext)<br />
{<br />
CString s;<br />
BOOL nResult=CopySetThreadContext(hThread,lpContext);<br />
s.Format("%x",lpConText->Dr0);<br />
MessageBox(NULL,s,s,MB_OK);<br />
return nResult;<br />
}<br />

This's hook SetThreadContext.
This can be blocked to the address you set up Dr0 how that kind of block you want to change the address register value Dr0 it?
For example, Dr0 address change eip to 00123456 then how to get this 00123456 intercept? OMG | :OMG:
QuestionPrevent context switch Pin
Shay Harel1-Jul-10 8:37
Shay Harel1-Jul-10 8:37 
AnswerRe: Prevent context switch Pin
Cedric Moonen1-Jul-10 8:40
Cedric Moonen1-Jul-10 8:40 
GeneralRe: Prevent context switch Pin
Shay Harel1-Jul-10 9:00
Shay Harel1-Jul-10 9:00 
AnswerRe: Prevent context switch Pin
Niklas L1-Jul-10 9:27
Niklas L1-Jul-10 9:27 
GeneralRe: Prevent context switch Pin
Shay Harel1-Jul-10 10:21
Shay Harel1-Jul-10 10:21 
GeneralRe: Prevent context switch Pin
«_Superman_»1-Jul-10 18:29
professional«_Superman_»1-Jul-10 18:29 
GeneralRe: Prevent context switch Pin
Niklas L1-Jul-10 22:21
Niklas L1-Jul-10 22:21 
AnswerRe: Prevent context switch Pin
CPallini1-Jul-10 10:13
mveCPallini1-Jul-10 10:13 
GeneralRe: Prevent context switch Pin
Shay Harel1-Jul-10 10:20
Shay Harel1-Jul-10 10:20 
GeneralRe: Prevent context switch Pin
CPallini1-Jul-10 10:25
mveCPallini1-Jul-10 10:25 
AnswerRe: Prevent context switch Pin
Luc Pattyn1-Jul-10 11:33
sitebuilderLuc Pattyn1-Jul-10 11:33 
GeneralRe: Prevent context switch Pin
CPallini1-Jul-10 20:30
mveCPallini1-Jul-10 20:30 
QuestionWanna knw hw to build this Virtual Reality App...? Pin
Rashmi Bachani1-Jul-10 8:23
Rashmi Bachani1-Jul-10 8:23 
AnswerRe: Wanna knw hw to build this Virtual Reality App...? Pin
Cedric Moonen1-Jul-10 8:44
Cedric Moonen1-Jul-10 8:44 
GeneralRe: Wanna knw hw to build this Virtual Reality App...? Pin
Fabrice Vergnenegre1-Jul-10 12:10
Fabrice Vergnenegre1-Jul-10 12:10 
QuestionRender formula in a program Pin
Gagnon Claude1-Jul-10 8:12
Gagnon Claude1-Jul-10 8:12 
QuestionRe: Render formula in a program Pin
David Crow1-Jul-10 8:16
David Crow1-Jul-10 8: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.