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

C / C++ / MFC

 
GeneralRe: about Hook WriteProcessMemory Pin
Garth J Lancaster28-May-10 22:33
professionalGarth J Lancaster28-May-10 22:33 
GeneralRe: about Hook WriteProcessMemory Pin
Richard MacCutchan28-May-10 23:09
mveRichard MacCutchan28-May-10 23:09 
QuestionWrite a function to cause a thread to wait Pin
Danzy8328-May-10 9:08
Danzy8328-May-10 9:08 
AnswerRe: Write a function to cause a thread to wait Pin
CPallini28-May-10 9:19
mveCPallini28-May-10 9:19 
AnswerRe: Write a function to cause a thread to wait Pin
Luc Pattyn28-May-10 9:33
sitebuilderLuc Pattyn28-May-10 9:33 
AnswerRe: Write a function to cause a thread to wait Pin
Cedric Moonen28-May-10 10:02
Cedric Moonen28-May-10 10:02 
GeneralRe: Write a function to cause a thread to wait Pin
CPallini28-May-10 11:08
mveCPallini28-May-10 11:08 
AnswerRe: Write a function to cause a thread to wait Pin
malaugh28-May-10 11:18
malaugh28-May-10 11:18 
All the CPU cycles are going to reaing the clock over and over. If you want to be independant of windows, the function uSleep is Unix the equivelent of Sleep, just add
<br />
#ifndef WIN32<br />
#define Sleep(x) uSleep(x * 1000)<br />
#endif<br />
<br />

To the top of your code
AnswerRe: Write a function to cause a thread to wait Pin
Richard MacCutchan28-May-10 22:17
mveRichard MacCutchan28-May-10 22:17 
QuestionOnPrint from IE Pin
mesajflaviu28-May-10 4:34
mesajflaviu28-May-10 4:34 
AnswerRe: OnPrint from IE Pin
mesajflaviu28-May-10 7:43
mesajflaviu28-May-10 7:43 
QuestionAllocating memory for function pointers [modified] Pin
SelvaKr28-May-10 4:08
SelvaKr28-May-10 4:08 
AnswerRe: Allocating memory for function pointers Pin
Aescleal28-May-10 4:16
Aescleal28-May-10 4:16 
GeneralRe: Allocating memory for function pointers Pin
SelvaKr28-May-10 4:41
SelvaKr28-May-10 4:41 
QuestionHow can draw a Side bar like a CodeProject Left Sidebar? Pin
Le@rner28-May-10 2:53
Le@rner28-May-10 2:53 
AnswerRe: How can draw a Side bar like a CodeProject Left Sidebar? Pin
Richard MacCutchan28-May-10 3:06
mveRichard MacCutchan28-May-10 3:06 
GeneralRe: How can draw a Side bar like a CodeProject Left Sidebar? Pin
Le@rner28-May-10 18:09
Le@rner28-May-10 18:09 
GeneralRe: How can draw a Side bar like a CodeProject Left Sidebar? Pin
Richard MacCutchan28-May-10 22:14
mveRichard MacCutchan28-May-10 22:14 
QuestionHow do i check whether a window is opened or not Win 32 Pin
arun_pk28-May-10 2:21
arun_pk28-May-10 2:21 
AnswerRe: How do i check whether a window is opened or not Win 32 Pin
Aescleal28-May-10 2:30
Aescleal28-May-10 2:30 
AnswerRe: How do i check whether a window is opened or not Win 32 Pin
Emilio Garavaglia28-May-10 2:50
Emilio Garavaglia28-May-10 2:50 
QuestionProblem with manifest file Pin
sashoalm28-May-10 1:55
sashoalm28-May-10 1:55 
AnswerRe: Problem with manifest file Pin
sashoalm28-May-10 3:31
sashoalm28-May-10 3:31 
GeneralRe: Problem with manifest file Pin
Randor 28-May-10 4:04
professional Randor 28-May-10 4:04 
QuestionHow to find a file is already opened or not? Pin
Paulraj G27-May-10 23:37
Paulraj G27-May-10 23:37 

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.