Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / July 2008



Tip: Looking for answers? Try searching our database.

An important question about saving chat and Q&A sessions?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
erkaner - 30 Jul 2008 09:41 GMT
Dear sir,

I want to save the what each attendee has written in chat window during the
meeting. LM does not allow to save this data. So, I need to access the chat
object and get the writings of each user. How can I write a windows
application that will know when the chat window of live meeting is active?

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

Thanks,
Best Regards..
Jan Hyde (VB MVP) - 30 Jul 2008 11:46 GMT
erkaner <erkaner@discussions.microsoft.com>'s wild thoughts
were released on Wed, 30 Jul 2008 01:41:01 -0700 bearing the
following fruit:

>Dear sir,
>
[quoted text clipped - 4 lines]
>
>Where to start, do you have any suggestions? Is it possible to do that?

This is a Visual Basic Group, if your question does not
relate to visual basic then you are in the wrong place.

I cannot direct you to a more appropriate group as I have no
idea what 'LM' is.

--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
erkaner - 30 Jul 2008 11:58 GMT
I can relate this problem with visual basic: How can I write a VB windows
application that identifies which window is focused in windows xp? I need to
know what is written in a chat window of MS Live Meeting.

Thanks..

> erkaner <erkaner@discussions.microsoft.com>'s wild thoughts
> were released on Wed, 30 Jul 2008 01:41:01 -0700 bearing the
[quoted text clipped - 19 lines]
>
> https://mvp.support.microsoft.com/profile/Jan.Hyde
BeastFish - 30 Jul 2008 22:13 GMT
Off the top of my head...

Perhaps use the GetForegroundWindow API function, then the GetClassName API
function to make sure it's the type of window you want.  If it is, then
enumerate through that window's objects, looking for whatever windows object
contains the text (GetClassName will likely be helpful here as well).  Then
use the GetWindowText API on that object.

Of course, whether it can be done depends on how Live Meeting is
constructed... and will take a bit of trial and error.

> I can relate this problem with visual basic: How can I write a VB windows
> application that identifies which window is focused in windows xp? I need to
> know what is written in a chat window of MS Live Meeting.
>
> Thanks..
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.