Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRichEdit control problem in startup Pin
rp_suman6-Jul-08 16:43
rp_suman6-Jul-08 16:43 
AnswerRe: RichEdit control problem in startup Pin
Naveen6-Jul-08 16:59
Naveen6-Jul-08 16:59 
QuestionFile Reading and Writing in C++ Pin
Shah Ravi6-Jul-08 16:42
Shah Ravi6-Jul-08 16:42 
QuestionRe: File Reading and Writing in C++ Pin
David Crow6-Jul-08 17:09
David Crow6-Jul-08 17:09 
AnswerRe: File Reading and Writing in C++ Pin
Shah Ravi6-Jul-08 17:23
Shah Ravi6-Jul-08 17:23 
GeneralRe: File Reading and Writing in C++ Pin
David Crow6-Jul-08 17:27
David Crow6-Jul-08 17:27 
QuestionWindows Process / application Pin
peterupaulo6-Jul-08 15:07
peterupaulo6-Jul-08 15:07 
AnswerRe: Windows Process / application Pin
marcio k6-Jul-08 20:18
marcio k6-Jul-08 20:18 
you'll have to take a snapshot of every process, every second (or a time you decide), and compare with the old snapshot to see if you find a new process.

you can try hooking the api that opens the processes to watch it, but it's somehow expensive to develop... there's the oportunity to write a kernel module and watche the processes memory pages, that is more expensive yet...

i don't really much more clues on how to do it, but there are books that goes deep on theese subjects such as "Windows Rootkits: Subverting the windows kernel" and such.
QuestionTab Initialization Pin
jon_fallon6-Jul-08 11:57
jon_fallon6-Jul-08 11:57 
AnswerRe: Tab Initialization Pin
rp_suman6-Jul-08 16:27
rp_suman6-Jul-08 16:27 
GeneralRe: Tab Initialization Pin
jon_fallon6-Jul-08 17:02
jon_fallon6-Jul-08 17:02 
QuestionPlace Or Arrange pic1 in pic2 Pin
rahzani6-Jul-08 8:30
rahzani6-Jul-08 8:30 
AnswerRe: best arrange tiny pic in big pic Pin
David Crow6-Jul-08 10:31
David Crow6-Jul-08 10:31 
GeneralRe: best arrange tiny pic in big pic Pin
rahzani6-Jul-08 11:16
rahzani6-Jul-08 11:16 
GeneralRe: best arrange tiny pic in big pic Pin
Bram van Kampen6-Jul-08 11:42
Bram van Kampen6-Jul-08 11:42 
AnswerRe:arrange pic1 into pic2 Pin
rahzani6-Jul-08 11:19
rahzani6-Jul-08 11:19 
GeneralRe:arrange pic1 into pic2 Pin
Stephen Hewitt6-Jul-08 15:21
Stephen Hewitt6-Jul-08 15:21 
GeneralRe: best arrange tiny pic in big pic Pin
Stephen Hewitt6-Jul-08 16:37
Stephen Hewitt6-Jul-08 16:37 
QuestionBasic operator overloading Pin
bkelly136-Jul-08 8:21
bkelly136-Jul-08 8:21 
AnswerRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 8:36
Saurabh.Garg6-Jul-08 8:36 
GeneralRe: Basic operator overloading Pin
bkelly136-Jul-08 12:43
bkelly136-Jul-08 12:43 
GeneralRe: Basic operator overloading Pin
Bram van Kampen6-Jul-08 13:11
Bram van Kampen6-Jul-08 13:11 
GeneralRe: Basic operator overloading Pin
bkelly136-Jul-08 16:01
bkelly136-Jul-08 16:01 
GeneralRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 17:51
Saurabh.Garg6-Jul-08 17:51 
GeneralRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 18:05
Saurabh.Garg6-Jul-08 18:05 

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.