MSNLD / MSNLD-Chat-Client

A non-IE container for chatting with the classic MSN Chat Control.
GNU Affero General Public License v3.0
6 stars 0 forks source link

Use resources from OCX such as icons #14

Open realJoshByrnes opened 1 year ago

realJoshByrnes commented 1 year ago

Investigate the feasibility of using resources contained within the MSNChat45.ocx in the program

realJoshByrnes commented 1 year ago

There are two ways we can do this - 1) Get Icon from the resources of the .ocx - This relies on us finding the location. 2) Get Icon from the Window by handle.

Both work fine, and have been tested, but not added at this point.