Pop Up Control + Private Messaging in ASP.NET Forums App
Screen Shot:
Actually, I wrote a private message module “plug” in the ASP.NET Forum application for the Hong Kong .NET user group in July, where my development team create a very similar pop up window when new message arrive.
Screen Shot:
This feature actually inspired by the MSN messenger - a small window pop up to alert current logged in user when new email arrive. By borrowing this concept, we used a small iframe and keep refreshing in a certain period of time and check whether any new private message for the user, and then a small layer will be popped up at the lower right hand corner of the screen to notify the user, provided that (s)he had logged into the ASP.NET Forums.
The information and source can be found at here:
Functions of HKNetUG Private Messaging system
This is an email-like Private Messaging, which is user-friendly and functional.
Rich-text Box
An HTML Editor created around MSHTML in Internet Explorer. Fully functional just look like a Web-Based Ms Word, to customize you message. You can change to HTML Mode to input the HTML coding alternatively also.
Inbox / Outbox
Our Private Message is similar with E-mail, you can check all incoming history and outgoing record, and you can reply the message in your inbox or forward the message in inbox or outbox.Message Alert
a small notification layer will 'move' up from your lower right hand corner of your screen (like the MSN Messenger) to notify you.
Message Notify
An attractive icon on every page of this Forum showing either:
"No New Private Message" or "You've New Private Message"
You can click on this icon and go to a Private Message web page.
Search
If you want to send a private message to your friend, e.g. "David Chan" and his nickname is "david_chan" but you have forgot his nickname, you may using our search function, you only need to enter "david" in Name Text-Box and search, you can find the person who you need.