Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32 DLL Resource not found Error Pin
Randor 16-Nov-09 11:43
professional Randor 16-Nov-09 11:43 
QuestionVTK & Windows Forms Pin
moon8416-Nov-09 1:02
moon8416-Nov-09 1:02 
Questionrunning program information Pin
itay1016-Nov-09 0:55
itay1016-Nov-09 0:55 
AnswerRe: running program information Pin
Richard MacCutchan16-Nov-09 1:28
mveRichard MacCutchan16-Nov-09 1:28 
GeneralRe: running program information Pin
itay1016-Nov-09 3:15
itay1016-Nov-09 3:15 
GeneralRe: running program information Pin
David Crow16-Nov-09 3:28
David Crow16-Nov-09 3:28 
GeneralRe: running program information Pin
itay1016-Nov-09 4:02
itay1016-Nov-09 4:02 
GeneralRe: running program information Pin
Richard MacCutchan16-Nov-09 4:09
mveRichard MacCutchan16-Nov-09 4:09 
itay10 wrote:
i didn't rely understood how it works.


I agree that some of these functions are not very easy, but that is a fact of programming life. In essence the EnumWindows() call will provide you with some details of each top level Window that is currently open. This information is provided to your callback function, and you need to capture what you need in that function for possible use later in your program. Once you have the top level windows you can call EnumChildWindows() for each one, and that will give you all the views, buttons etc. It is up to you to decide what information you need from all these calls and what you are trying to do with it. If you Google either of these function names you should be able to find any samples or tutorials on the subject.
GeneralRe: running program information Pin
itay1016-Nov-09 21:44
itay1016-Nov-09 21:44 
GeneralRe: running program information Pin
Richard MacCutchan16-Nov-09 21:57
mveRichard MacCutchan16-Nov-09 21:57 
QuestionDLL creation problem Pin
Game-point16-Nov-09 0:19
Game-point16-Nov-09 0:19 
AnswerRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:24
mveRichard MacCutchan16-Nov-09 0:24 
GeneralRe: DLL creation problem Pin
Game-point16-Nov-09 0:34
Game-point16-Nov-09 0:34 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:53
mveRichard MacCutchan16-Nov-09 0:53 
AnswerRe: DLL creation problem Pin
Iain Clarke, Warrior Programmer16-Nov-09 0:41
Iain Clarke, Warrior Programmer16-Nov-09 0:41 
AnswerRe: DLL creation problem Pin
CPallini16-Nov-09 0:43
mveCPallini16-Nov-09 0:43 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:50
mveRichard MacCutchan16-Nov-09 0:50 
GeneralRe: DLL creation problem Pin
CPallini16-Nov-09 0:56
mveCPallini16-Nov-09 0:56 
AnswerRe: DLL creation problem Pin
Game-point16-Nov-09 0:57
Game-point16-Nov-09 0:57 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 1:08
mveRichard MacCutchan16-Nov-09 1:08 
GeneralRe: DLL creation problem Pin
Game-point16-Nov-09 1:16
Game-point16-Nov-09 1:16 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 1:31
mveRichard MacCutchan16-Nov-09 1:31 
GeneralRe: DLL creation problem Pin
Cedric Moonen16-Nov-09 1:13
Cedric Moonen16-Nov-09 1:13 
GeneralRe: DLL creation problem Pin
Rozis16-Nov-09 9:40
Rozis16-Nov-09 9:40 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 21:27
mveRichard MacCutchan16-Nov-09 21:27 

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.