This is just a very basic wrapper for Facebook Messenger Web application so it acts like a Windows desktop version.
I used to run this in the past on an very old computer where I needed to use messenger without opening any modern browser or other heavy application, so I made this. It's easy and very basic but it did the job for me well at the time.
This probably won't work today as it's using the WebBrowser control, which is a managed wrapper for the deprecated ActiveX WebBrowser control that duplicates Internet Explorer Web browsing functionality or just provides a simple HTML document viewer, which is too old to be able to properly render modern Web pages.
Therefore, the embeded Messenger Website will be incompatible and won't work as expected.
I should probably replace it with a custom Chromium based wrapper control.
The source is written in C# 4.0 with .NET Framework 4.0 and WinForms using Visual Studio 2010.
- Licensed under MIT License.
- Using Icons8 licensed under Icons8 License.
Disclaimer: This project is not endorsed by Facebook and doesn't reflect the views or opinions of Facebook or anyone officially involved in producing or managing Messenger. Messenger and Facebook are trademarks or registered trademarks of Facebook, Inc. Messenger © Facebook, Inc.