Groups | Blog | Home
all groups > c# > october 2006 >

c# : NG-style Messaging System For Windows Forms Application


Bob Johnson
10/6/2006 8:26:12 PM
I'm looking to provide users of a new Windows Forms (2.0) app with a
messaging system that looks and feels very much like a typical news reader.
I understand that there are reference apps available for ASP.NET forums
(DNN, for example). But what about for Windows Forms? Are there any
reference apps that I may be able to disect/emulate? If not, what controls
would be involved in the creation of such a feature for a Windows Forms app?
TreeView + ListView + rich text editor?... or something else?

Thanks!

Ignacio Machin ( .NET/ C# MVP )
10/7/2006 9:24:54 AM
Hi,

Take a look at some RSS programs, they use a similar approach

you will use a treeview for the NGs list, a listview in detail mode for the
messages of a particular group and a textbox (or something similar) to
display the messages


--
Ignacio Machin
machin AT laceupsolutions.com



[quoted text, click to view]

AddThis Social Bookmark Button