Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .exe from VC++ Pin
Anonymous5-Feb-03 2:31
Anonymous5-Feb-03 2:31 
GeneralRe: .exe from VC++ Pin
Abbas_Riazi5-Feb-03 4:58
professionalAbbas_Riazi5-Feb-03 4:58 
GeneralRe: .exe from VC++ Pin
Rage5-Feb-03 0:48
professionalRage5-Feb-03 0:48 
GeneralRe: .exe from VC++ Pin
Anonymous5-Feb-03 5:26
Anonymous5-Feb-03 5:26 
QuestionHow to find a window Pin
olivier5-Feb-03 0:02
olivier5-Feb-03 0:02 
AnswerRe: How to find a window Pin
vikramlinux5-Feb-03 0:33
vikramlinux5-Feb-03 0:33 
GeneralRe: How to find a window Pin
olivier5-Feb-03 0:43
olivier5-Feb-03 0:43 
GeneralRe: How to find a window Pin
vikramlinux5-Feb-03 0:51
vikramlinux5-Feb-03 0:51 
To find the window Handle you need to know which window you are looking for.Windows are basically running objects in memory. At File level it make no sense.So windows classname or caption is essential for finding the handle.you can use FindWindow(...) API to get handle..
Jast have a Look on MS SPY++ utlity. Using that you can figure out classnames /captions and also handles Smile | :)
AnswerRe: How to find a window Pin
Rage5-Feb-03 1:08
professionalRage5-Feb-03 1:08 
QuestionGetting size of the type of var passed inside a void * param? Pin
Joan M4-Feb-03 23:43
professionalJoan M4-Feb-03 23:43 
AnswerRe: Getting size of the type of var passed inside a void * param? Pin
Mike Nordell5-Feb-03 0:03
Mike Nordell5-Feb-03 0:03 
AnswerRe: Getting size of the type of var passed inside a void * param? Pin
Ian Darling5-Feb-03 0:05
Ian Darling5-Feb-03 0:05 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
Joan M5-Feb-03 0:34
professionalJoan M5-Feb-03 0:34 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
Ian Darling5-Feb-03 0:52
Ian Darling5-Feb-03 0:52 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
Joan M5-Feb-03 1:18
professionalJoan M5-Feb-03 1:18 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
Ian Darling5-Feb-03 2:33
Ian Darling5-Feb-03 2:33 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
Joan M5-Feb-03 3:55
professionalJoan M5-Feb-03 3:55 
GeneralRe: Getting size of the type of var passed inside a void * param? Pin
jhwurmbach5-Feb-03 1:17
jhwurmbach5-Feb-03 1:17 
GeneralRemove/insert in files Pin
Rage4-Feb-03 23:11
professionalRage4-Feb-03 23:11 
GeneralRe: Remove/insert in files Pin
Daniel Strigl5-Feb-03 0:35
Daniel Strigl5-Feb-03 0:35 
GeneralRe: Remove/insert in files Pin
Rage5-Feb-03 0:50
professionalRage5-Feb-03 0:50 
GeneralPE FIles Pin
vikramlinux4-Feb-03 22:33
vikramlinux4-Feb-03 22:33 
QuestionEdit box problem again! :) Read-Only and white background? Pin
Rickard Andersson204-Feb-03 22:22
Rickard Andersson204-Feb-03 22:22 
AnswerRe: Edit box problem again! :) Read-Only and white background? Pin
KaЯl4-Feb-03 22:33
KaЯl4-Feb-03 22:33 
GeneralRe: Edit box problem again! :) Read-Only and white background? Pin
Rickard Andersson204-Feb-03 23:08
Rickard Andersson204-Feb-03 23:08 

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.