Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Transfering an exe file . How ? Pin
Mark Salsbery24-Nov-06 6:19
Mark Salsbery24-Nov-06 6:19 
Questionhow can we retrieve selection state of listcontrol Pin
johnalek23-Nov-06 23:50
johnalek23-Nov-06 23:50 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Mila02523-Nov-06 23:58
Mila02523-Nov-06 23:58 
AnswerRe: how can we retrieve selection state of listcontrol Pin
Galatei24-Nov-06 1:52
Galatei24-Nov-06 1:52 
Questionkeyboard focus Pin
priyank_ldce23-Nov-06 22:36
priyank_ldce23-Nov-06 22:36 
AnswerRe: keyboard focus Pin
Nibu babu thomas23-Nov-06 23:10
Nibu babu thomas23-Nov-06 23:10 
QuestionRe: keyboard focus Pin
priyank_ldce23-Nov-06 23:27
priyank_ldce23-Nov-06 23:27 
AnswerRe: keyboard focus Pin
Nibu babu thomas23-Nov-06 23:31
Nibu babu thomas23-Nov-06 23:31 
priyank_ldce wrote:
only if that edit control is in the same application. but I want to get handle of edit control that is in another application. Is it possible?


GetFocus returns the window with the keyboard focus for the current thread's message queue. If GetFocus returns NULL, another thread's queue may be attached to a window that has the keyboard focus.

Use the GetForegroundWindow function to retrieve the handle to the window with which the user is currently working. You can associate your thread's message queue with the windows owned by another thread by using the AttachThreadInput function.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: keyboard focus Pin
Rajesh R Subramanian23-Nov-06 23:38
professionalRajesh R Subramanian23-Nov-06 23:38 
QuestionBudget Prediction through Networks Pin
Rwabe23-Nov-06 21:48
Rwabe23-Nov-06 21:48 
QuestionHow to know whether the tray of CD drive is open or close? Pin
monkinrain23-Nov-06 21:13
monkinrain23-Nov-06 21:13 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
Galatei23-Nov-06 22:09
Galatei23-Nov-06 22:09 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
Nibu babu thomas23-Nov-06 23:15
Nibu babu thomas23-Nov-06 23:15 
AnswerRe: How to know whether the tray of CD drive is open or close? Pin
monkinrain24-Nov-06 0:35
monkinrain24-Nov-06 0:35 
QuestionAllocating meoery or mapping? Pin
sawerr23-Nov-06 21:06
sawerr23-Nov-06 21:06 
AnswerRe: Allocating meoery or mapping? Pin
prasad_som23-Nov-06 21:32
prasad_som23-Nov-06 21:32 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 22:00
sawerr23-Nov-06 22:00 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 22:21
sawerr23-Nov-06 22:21 
GeneralRe: Allocating meoery or mapping? Pin
Mr.Brainley23-Nov-06 22:40
Mr.Brainley23-Nov-06 22:40 
AnswerRe: Allocating meoery or mapping? Pin
Mr.Brainley23-Nov-06 22:21
Mr.Brainley23-Nov-06 22:21 
GeneralRe: Allocating meoery or mapping? Pin
sawerr23-Nov-06 23:53
sawerr23-Nov-06 23:53 
QuestionHow to make setting of unicode during OS installation. Pin
Atul2323-Nov-06 20:13
Atul2323-Nov-06 20:13 
AnswerRe: How to make setting of unicode during OS installation. Pin
Cedric Moonen23-Nov-06 20:27
Cedric Moonen23-Nov-06 20:27 
GeneralRe: How to make setting of unicode during OS installation. Pin
Atul2323-Nov-06 20:55
Atul2323-Nov-06 20:55 
GeneralRe: How to make setting of unicode during OS installation. Pin
prasad_som23-Nov-06 21:21
prasad_som23-Nov-06 21:21 

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.