Hi everybody,

I want to save the what each attendee has written in chat window during the meeting. So, I need to access the chat object and get the writings of each user.

To solve this problem, I think that I should write an software that knows which windows is active or focused currently so that when the chat window is active It'll start to save the keyboard inputs of users...

Where to start, do you have any suggestions? Is it possible to do that?

Thanks,
Best Regards..

Recommended Answers

All 3 Replies

there is an API call that i can't recall from memory, but it gets the ID of the current Active Window

Could you please provide a bit more information about API you talked about?

Thanks..

there is an API call that i can't recall from memory, but it gets the ID of the current Active Window

I found a founction called "GetForegroundWindow" which returns a handle to the foreground window (the window with which the user is currently working).

I'll work on that, I hope it works..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.