• Welcome to Valhalla Legends Archive.
 

win32 api question

Started by tenbytes, May 30, 2004, 02:10 PM

Previous topic - Next topic

tenbytes

Hey, I need to create an edit box something like AIM's where it can display ANY image type...ummm...does anyone know what AIM uses?  I thought they use an IWebBrowser2 thing, but you can actually paste pictures into the box and are still able to type text...hmm...


MyndFyre

Last I checked, RichEdit couldn't do too well with graphics.  I believe that AIM uses the MSHTML DHTML editor control.  I have a managed .NET wrapper for it, but not one for general programming.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Skywing

Quote from: Myndfyre on May 30, 2004, 06:31 PM
Last I checked, RichEdit couldn't do too well with graphics.  I believe that AIM uses the MSHTML DHTML editor control.  I have a managed .NET wrapper for it, but not one for general programming.
Can't you link them in as objects or whatever?  I've never done this myself, but AFAIK that's how things like MSN do emoticons.

Of course, you need to convert the images to the correct format beforehand.

K

Correct, RichEdit supports embeded objects -- I think you could imbed any OLE object, which is not limited to graphics.

Stwong

I remember reading somewhere of something like AIM using the Gecko browser rendering thingy...  you know, Mozilla's browser renderer.  Also note that it's probably some kind of HTML, because everything on AIM is done in HTML in the packets...