Click here to Skip to main content
15,881,630 members
Articles / Desktop Programming / Windows Forms

Visual Application Launcher

Rate me:
Please Sign up or sign in to vote.
4.91/5 (37 votes)
23 Jan 2012CPOL23 min read 106.8K   3.7K   116  
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><title>Group Maintenance</title>
<META content="MSHTML 6.00.6000.17092" name=GENERATOR>
<META http-equiv=Content-Type content="text/html; charset=unicode"></HEAD>
<BODY>
<P><FONT face=Arial size=2>Groups are the way users and files are organised into 
specific sections. By associating a particular file or user with a group, you 
can deliver the icon objects contained within the group to the users main 
screen.</FONT></P>
<P align=center><IMG src="images/GroupMaintenance.png"></P>
<P align=center>&nbsp;</P>
<P align=left>All functionality for the group view is available by clicking the 
<STRONG>right mouse button</STRONG> over the tree view.</P>
<H4>Create Group</H4>
<P align=left>Choosing this option will create a new group and add it to the 
tree. You can then define the group information and associate users and files 
with</P>
<H4>Delete Group</H4>
<P>Choosing this options will delete the currently selected group, all group 
file &amp; user associations. </P>
<UL>
  <LI>If you wish to keep a group structure but disable users and files from a 
  certain group, simply deactivate the group by using the Is Active checkbox on 
  the Group Definition screen.</LI></UL></BODY></HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions