NG-style Messaging System For Windows Forms Application

  • Thread starter Thread starter Bob Johnson
  • Start date Start date
B

Bob Johnson

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!
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top