Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thumbsize calculation MATH problems Pin
alex.barylski26-Aug-02 10:55
alex.barylski26-Aug-02 10:55 
GeneralWM_DROPFILES vs IDropTarget Pin
CaesarCZ25-Aug-02 22:48
CaesarCZ25-Aug-02 22:48 
GeneralProblem with multiple acitvex instances on Win9x Pin
KaЯl25-Aug-02 21:42
KaЯl25-Aug-02 21:42 
GeneralCreateProcess Pin
Anonymous25-Aug-02 21:43
Anonymous25-Aug-02 21:43 
GeneralRe: CreateProcess Pin
Tomasz Sowinski25-Aug-02 23:24
Tomasz Sowinski25-Aug-02 23:24 
GeneralRe: CreateProcess Pin
Daniel Turini26-Aug-02 0:35
Daniel Turini26-Aug-02 0:35 
QuestionHow I can get listview's item text of other application? Pin
mmlxl25-Aug-02 16:06
mmlxl25-Aug-02 16:06 
AnswerRe: How I can get listview's item text of other application? Pin
alex.barylski25-Aug-02 23:03
alex.barylski25-Aug-02 23:03 
I'm thinking you could:

Use FindWindow() to find the parent window in which you listview/ctrl resides. Iterate the the child windows using GetWindow() and stop when you find the window whose class is "SysListView32" or "msctrls32" or whatever...actually use SPY++ first to determine the class name, cuz i'm unsure...

Once you have the handle to that listview window attach it to an CListCtrl object and goe nutts...extracting items just like you normally would...

cheers Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralIt can't work! Pin
mmlxl25-Aug-02 23:21
mmlxl25-Aug-02 23:21 
AnswerRe: How I can get listview's item text of other application? Pin
Tomasz Sowinski25-Aug-02 23:34
Tomasz Sowinski25-Aug-02 23:34 
GeneralRe: How I can get listview's item text of other application? Pin
mmlxl26-Aug-02 21:37
mmlxl26-Aug-02 21:37 
GeneralIs it possible to... Pin
Abin25-Aug-02 15:24
Abin25-Aug-02 15:24 
GeneralRe: Is it possible to... Pin
alex.barylski25-Aug-02 22:56
alex.barylski25-Aug-02 22:56 
Generaldirect3d meshbuilder load problem Pin
devvvy25-Aug-02 15:09
devvvy25-Aug-02 15:09 
GeneralRe: direct3d meshbuilder load problem Pin
Brian Azzopardi25-Aug-02 23:55
Brian Azzopardi25-Aug-02 23:55 
GeneralRe: direct3d meshbuilder load problem Pin
Daniel Turini26-Aug-02 0:37
Daniel Turini26-Aug-02 0:37 
GeneralMFC app + lib that includes STL linking probs Pin
Steve The Plant25-Aug-02 13:30
Steve The Plant25-Aug-02 13:30 
GeneralRe: MFC app + lib that includes STL linking probs Pin
Daniel Turini25-Aug-02 15:00
Daniel Turini25-Aug-02 15:00 
GeneralRe: MFC app + lib that includes STL linking probs Pin
Christian Graus25-Aug-02 15:11
protectorChristian Graus25-Aug-02 15:11 
GeneralRe: MFC app + lib that includes STL linking probs Pin
Steve The Plant25-Aug-02 16:45
Steve The Plant25-Aug-02 16:45 
Generalno select list view Pin
Steve L.25-Aug-02 13:06
Steve L.25-Aug-02 13:06 
GeneralRe: no select list view Pin
alex.barylski25-Aug-02 22:53
alex.barylski25-Aug-02 22:53 
GeneralAbout expose counters to Performance Monitor in Win2000 Pin
sherry_ca25-Aug-02 12:22
sherry_ca25-Aug-02 12:22 
GeneralRe: About expose counters to Performance Monitor in Win2000 Pin
Chris Hambleton26-Aug-02 8:04
Chris Hambleton26-Aug-02 8:04 
GeneralOptimisations cause white dialog background. Pin
Jurgen25-Aug-02 12:00
Jurgen25-Aug-02 12:00 

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.