Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
ok i've asked questions in the past the semi-relate to this but i'm going to ask it strait out now. How would i go about either pluggin into or screan scraping the Aim window to retreave items like whoes on and whoes off, profile, settings, and display the chat conversations in a tab formation in my program?
  • *Experts*
Posted

I doubt you will be able to do this easily, nor reliably. I suggest you look to see if there's a way to directly connect to AIM using Winsock and actually making your own client.

 

If you really want to do it your way, look at [api]FindWindow[/api] or [api]FindWindowEx[/api], and use Spy++ extensively.

  • *Experts*
Posted

Er... As far as I know there's no such thing as regular "Spy"... "Spy++" however, allows you to find out the registered classnames, hWnds, window message, windows styles, etc, so you can use the classname with FindWindow. It's too complicated too explain here, so you should look into documentation about window classes and the FindWindow API.

 

However, why would you need to scrame the AIM window? I doubt it will be worth the effort.

Posted
cause i HATE the aim set up i would rather make my own interface. Right know i'm using things that kinda do the things i wont it to but, its using appactive and sendkeys, so... its not vary reliable or fast, even if i could deface aim and build my own with its componants i would be happy.
  • *Experts*
Posted
Probably not, but you might get banned from the network or something. Also, you'll never manage to make anything better than AIM interface by ripping the info from the AIM interface. It will still require the current interface to be open, and even then, it won't be easy to get text and stuff, because there is a chance that many of the controls are custom drawn. Sorry.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...