Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General.def files Pin
Anonymous10-Dec-03 7:23
Anonymous10-Dec-03 7:23 
GeneralRe: .def files Pin
David Crow10-Dec-03 7:45
David Crow10-Dec-03 7:45 
GeneralRe: .def files Pin
Anonymous10-Dec-03 8:01
Anonymous10-Dec-03 8:01 
GeneralRe: .def files Pin
David Crow10-Dec-03 8:12
David Crow10-Dec-03 8:12 
GeneralPointer to another Window Pin
tjkrz10-Dec-03 7:00
tjkrz10-Dec-03 7:00 
GeneralRe: Pointer to another Window Pin
Antti Keskinen10-Dec-03 7:46
Antti Keskinen10-Dec-03 7:46 
GeneralRe: Pointer to another Window Pin
tjkrz10-Dec-03 8:44
tjkrz10-Dec-03 8:44 
GeneralRe: Pointer to another Window Pin
Antti Keskinen11-Dec-03 7:10
Antti Keskinen11-Dec-03 7:10 
This type of class name means that the program uses MFC to register a new class for itself always when it is run.

This means that the class name of the window is not an usable option. The other poster suggested using window enumeration callback routine. I find this the best alternative as well. Just get the caption of each window and compare X characters of it to see if there is a match. I remember you saying that certain characters of the window title always remain constant, so this would sound like the best course of action.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Pointer to another Window Pin
David Crow10-Dec-03 7:47
David Crow10-Dec-03 7:47 
GeneralRe: Pointer to another Window Pin
Joel Lucsy11-Dec-03 4:08
Joel Lucsy11-Dec-03 4:08 
GeneralRe: Pointer to another Window Pin
tjkrz15-Dec-03 9:21
tjkrz15-Dec-03 9:21 
Generaltemplate design question Pin
pankajdaga10-Dec-03 6:30
pankajdaga10-Dec-03 6:30 
GeneralRe: template design question Pin
Jörgen Sigvardsson10-Dec-03 11:34
Jörgen Sigvardsson10-Dec-03 11:34 
GeneralRe: template design question Pin
pankajdaga10-Dec-03 12:50
pankajdaga10-Dec-03 12:50 
GeneralRe: template design question Pin
Andrew Walker10-Dec-03 12:44
Andrew Walker10-Dec-03 12:44 
GeneralRe: template design question Pin
pankajdaga10-Dec-03 12:52
pankajdaga10-Dec-03 12:52 
QuestionHyperthreading Windows API? Pin
solla10-Dec-03 6:03
solla10-Dec-03 6:03 
AnswerRe: Hyperthreading Windows API? Pin
valikac10-Dec-03 6:20
valikac10-Dec-03 6:20 
GeneralRe: Hyperthreading Windows API? Pin
solla10-Dec-03 6:24
solla10-Dec-03 6:24 
GeneralRe: Hyperthreading Windows API? Pin
David Crow10-Dec-03 8:50
David Crow10-Dec-03 8:50 
GeneralRe: Hyperthreading Windows API? Pin
solla11-Dec-03 1:43
solla11-Dec-03 1:43 
GeneralCreating and Using Static lib Pin
Anonymous10-Dec-03 5:31
Anonymous10-Dec-03 5:31 
GeneralRe: Creating and Using Static lib Pin
Larry J. Siddens10-Dec-03 6:00
Larry J. Siddens10-Dec-03 6:00 
GeneralRe: Creating and Using Static lib Pin
Chris Meech10-Dec-03 6:07
Chris Meech10-Dec-03 6:07 
GeneralMultithreading using _beginthread Pin
madmurdz10-Dec-03 4:54
madmurdz10-Dec-03 4:54 

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.