Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Regular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 19:32
_AnsHUMAN_ 6-Nov-06 19:32 
QuestionRe: Regular expression!!! [modified] Pin
kakan6-Nov-06 19:38
professionalkakan6-Nov-06 19:38 
GeneralRe: Regular expression!!! Pin
kakan6-Nov-06 20:28
professionalkakan6-Nov-06 20:28 
GeneralRe: Regular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 21:08
_AnsHUMAN_ 6-Nov-06 21:08 
GeneralRe: Regular expression!!! Pin
kakan6-Nov-06 21:12
professionalkakan6-Nov-06 21:12 
QuestionRe: Regular expression!!! Pin
David Crow7-Nov-06 2:52
David Crow7-Nov-06 2:52 
AnswerRe: Regular expression!!! Pin
kakan7-Nov-06 2:56
professionalkakan7-Nov-06 2:56 
QuestionExtract information from a List class (Win32 API question) Pin
Leprechaun786-Nov-06 6:03
Leprechaun786-Nov-06 6:03 
Hi all,

I am currently involved in a migration project from one reporting tool to another. The tool I am migrating reports from displays a large number of items in a window similar to a list box with no option to cut and paste so I currently have to copy them by hand and type them back into the new reporting tool.

The reporting tool API does not have an object that will allow me to access the information so I was wondering if I could get Windows to output the items to a text file as it was displaying them on the screen.

I downloaded the WindowDump utility from

http://msdn.microsoft.com/msdnmag/issues/02/08/EscapefromDLLHell/

in the hope that it would extract the information for me but unfortunately it indicated that the window I was looking at was not the ListBox class but a List class, which I'm assuming is a custom class with no associated Windows functions that will allow me to retrieve information from it.

I then attempted to use windows subclassing to intercept the messages from the List class but discovered that SetWindowLong could not be used on a window outside the application using it.

Can anyone tell me if what I want to do is possible and give me some direction on how to pursue my investigation from here?

Many thanks,
Lep


QuestionRe: Extract information from a List class (Win32 API question) Pin
David Crow6-Nov-06 7:38
David Crow6-Nov-06 7:38 
AnswerRe: Extract information from a List class (Win32 API question) Pin
Leprechaun786-Nov-06 23:22
Leprechaun786-Nov-06 23:22 
GeneralRe: Extract information from a List class (Win32 API question) Pin
David Crow7-Nov-06 2:49
David Crow7-Nov-06 2:49 
GeneralRe: Extract information from a List class (Win32 API question) Pin
Leprechaun787-Nov-06 3:55
Leprechaun787-Nov-06 3:55 
GeneralRe: Extract information from a List class (Win32 API question) Pin
David Crow7-Nov-06 4:03
David Crow7-Nov-06 4:03 
GeneralRe: Extract information from a List class (Win32 API question) Pin
Leprechaun788-Nov-06 2:16
Leprechaun788-Nov-06 2:16 
GeneralRe: Extract information from a List class (Win32 API question) Pin
David Crow8-Nov-06 2:47
David Crow8-Nov-06 2:47 
GeneralRe: Extract information from a List class (Win32 API question) Pin
Leprechaun788-Nov-06 3:15
Leprechaun788-Nov-06 3:15 
Questionpuzzled by the following calss defination Pin
cy163@hotmail.com6-Nov-06 3:31
cy163@hotmail.com6-Nov-06 3:31 
AnswerRe: puzzled by the following calss defination Pin
Cedric Moonen6-Nov-06 3:37
Cedric Moonen6-Nov-06 3:37 
GeneralRe: puzzled by the following calss defination Pin
led mike6-Nov-06 4:24
led mike6-Nov-06 4:24 
GeneralRe: puzzled by the following calss defination Pin
Cedric Moonen6-Nov-06 4:38
Cedric Moonen6-Nov-06 4:38 
GeneralRe: puzzled by the following calss defination Pin
led mike6-Nov-06 4:54
led mike6-Nov-06 4:54 
AnswerRe: puzzled by the following calss defination Pin
toxcct6-Nov-06 5:03
toxcct6-Nov-06 5:03 
QuestionEntrypoint problem in my project Pin
Raghavendra Pise6-Nov-06 3:12
Raghavendra Pise6-Nov-06 3:12 
AnswerRe: Entrypoint problem in my project Pin
Mark Salsbery6-Nov-06 6:55
Mark Salsbery6-Nov-06 6:55 
QuestionSetDiBitsToDevice() Pin
Waldermort6-Nov-06 3:06
Waldermort6-Nov-06 3:06 

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.