Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: BitMap button Pin
only coder13-Nov-07 19:36
only coder13-Nov-07 19:36 
GeneralRe: BitMap button Pin
Anu_Bala13-Nov-07 20:15
Anu_Bala13-Nov-07 20:15 
AnswerRe: BitMap button Pin
Amar Sutar13-Nov-07 19:40
Amar Sutar13-Nov-07 19:40 
AnswerRe: BitMap button Pin
David Crow14-Nov-07 3:42
David Crow14-Nov-07 3:42 
QuestionPosting Message to another Application Window Pin
Sethuraman.K13-Nov-07 18:09
Sethuraman.K13-Nov-07 18:09 
AnswerRe: Posting Message to another Application Window Pin
Hamid_RT13-Nov-07 18:16
Hamid_RT13-Nov-07 18:16 
GeneralRe: Posting Message to another Application Window Pin
Sethuraman.K13-Nov-07 18:23
Sethuraman.K13-Nov-07 18:23 
GeneralRe: Posting Message to another Application Window Pin
Hamid_RT13-Nov-07 18:48
Hamid_RT13-Nov-07 18:48 
Yeah I understood it was for example.
if you have handle to that program you can use of this code for get handle to other controls on that forum and then send your message to a control.
for(CWnd* pWnd = needsto handle; pWnd;pWnd = pWnd ->GetNextWindow())
{
pWnd ->GetWindowTextW(str);
}

AnswerRe: Posting Message to another Application Window Pin
only coder13-Nov-07 18:46
only coder13-Nov-07 18:46 
AnswerRe: Posting Message to another Application Window Pin
Naveen13-Nov-07 18:52
Naveen13-Nov-07 18:52 
QuestionAPI used to files name inside a folder Pin
neha.agarwal2713-Nov-07 18:03
neha.agarwal2713-Nov-07 18:03 
AnswerRe: API used to files name inside a folder Pin
manish.patel13-Nov-07 18:09
manish.patel13-Nov-07 18:09 
AnswerRe: API used to files name inside a folder Pin
Amar Sutar13-Nov-07 18:11
Amar Sutar13-Nov-07 18:11 
GeneralRe: API used to files name inside a folder Pin
Paresh Chitte13-Nov-07 18:19
Paresh Chitte13-Nov-07 18:19 
AnswerRe: API used to files name inside a folder Pin
Hamid_RT13-Nov-07 18:11
Hamid_RT13-Nov-07 18:11 
AnswerRe: API used to files name inside a folder Pin
Sethuraman.K13-Nov-07 18:19
Sethuraman.K13-Nov-07 18:19 
QuestionAbout Memory utilization Pin
manish.patel13-Nov-07 17:14
manish.patel13-Nov-07 17:14 
AnswerRe: About Memory utilization Pin
Peter Weyzen13-Nov-07 22:20
Peter Weyzen13-Nov-07 22:20 
GeneralRe: About Memory utilization Pin
manish.patel13-Nov-07 23:46
manish.patel13-Nov-07 23:46 
GeneralRe: About Memory utilization Pin
Mark Salsbery14-Nov-07 7:55
Mark Salsbery14-Nov-07 7:55 
GeneralRe: About Memory utilization Pin
manish.patel13-Nov-07 23:52
manish.patel13-Nov-07 23:52 
GeneralRe: About Memory utilization Pin
Peter Weyzen14-Nov-07 18:18
Peter Weyzen14-Nov-07 18:18 
QuestionADO, how to group by record count, and get the first of every group Pin
followait13-Nov-07 16:05
followait13-Nov-07 16:05 
Questioncode to walk down all a program's windows Pin
Lowell Boggs13-Nov-07 12:28
Lowell Boggs13-Nov-07 12:28 
AnswerRe: code to walk down all a program's windows Pin
User 58385213-Nov-07 15:35
User 58385213-Nov-07 15:35 

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.