Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
Questionchange form title (text) base on application Pin
donkaiser9-Jun-06 4:54
donkaiser9-Jun-06 4:54 
AnswerRe: change form title (text) base on application Pin
Stefan Troschuetz9-Jun-06 4:58
Stefan Troschuetz9-Jun-06 4:58 
AnswerRe: change form title (text) base on application Pin
Alexander Wiseman9-Jun-06 4:59
Alexander Wiseman9-Jun-06 4:59 
GeneralRe: change form title (text) base on application Pin
donkaiser9-Jun-06 5:20
donkaiser9-Jun-06 5:20 
QuestionDesign question Pin
Elina Blank9-Jun-06 4:52
sitebuilderElina Blank9-Jun-06 4:52 
AnswerRe: Design question Pin
LongRange.Shooter9-Jun-06 7:01
LongRange.Shooter9-Jun-06 7:01 
AnswerRe: Design question Pin
nevezuxa9-Jun-06 8:09
nevezuxa9-Jun-06 8:09 
AnswerRe: Design question Pin
BoneSoft9-Jun-06 11:32
BoneSoft9-Jun-06 11:32 
Sounds like Model View Controller (or "shared gui manager" if you will) pattern...

You'll have three projects

1. Shared project for model classes like SharedClass
2. Runtime project references Shared project so Manager has access to SharedClass
3. GUI project references Runtime and Shared project so Client can access SharedClass and Manager (though your requirments don't mention Manager access, it's part of MVC).

So your view and your controller can see and use your model, and your view can also use your controller to act on the model. I'll leave it to you to decide how to restrict Client's write access.

Visit BoneSoft.com
QuestionHow to remotely change system setting [modified] Pin
bannapradeep9-Jun-06 4:25
bannapradeep9-Jun-06 4:25 
QuestionLock on static object - Threading Question (long) [modified] Pin
Alexander Wiseman9-Jun-06 4:14
Alexander Wiseman9-Jun-06 4:14 
AnswerRe: Lock on static object - Threading Question (long) Pin
Dustin Metzgar9-Jun-06 5:09
Dustin Metzgar9-Jun-06 5:09 
GeneralRe: Lock on static object - Threading Question (long) Pin
Alexander Wiseman9-Jun-06 5:14
Alexander Wiseman9-Jun-06 5:14 
AnswerRe: Lock on static object - Threading Question (long) Pin
LongRange.Shooter9-Jun-06 7:16
LongRange.Shooter9-Jun-06 7:16 
GeneralRe: Lock on static object - Threading Question (long) Pin
Alexander Wiseman9-Jun-06 7:37
Alexander Wiseman9-Jun-06 7:37 
Questionvalidate input Pin
donkaiser9-Jun-06 4:03
donkaiser9-Jun-06 4:03 
AnswerRe: validate input Pin
Dustin Metzgar9-Jun-06 4:24
Dustin Metzgar9-Jun-06 4:24 
GeneralRe: validate input Pin
donkaiser9-Jun-06 4:35
donkaiser9-Jun-06 4:35 
GeneralRe: validate input Pin
Dustin Metzgar9-Jun-06 4:51
Dustin Metzgar9-Jun-06 4:51 
AnswerRe: validate input Pin
Josh Smith9-Jun-06 4:24
Josh Smith9-Jun-06 4:24 
GeneralRe: validate input Pin
donkaiser9-Jun-06 4:40
donkaiser9-Jun-06 4:40 
GeneralRe: validate input Pin
Josh Smith9-Jun-06 5:15
Josh Smith9-Jun-06 5:15 
QuestionHow to run App from stream ? Pin
hdv2129-Jun-06 3:20
hdv2129-Jun-06 3:20 
AnswerRe: How to run App from stream ? Pin
Josh Smith9-Jun-06 4:00
Josh Smith9-Jun-06 4:00 
Questionsearch in combobox Pin
Mohammed Elkholy9-Jun-06 2:09
Mohammed Elkholy9-Jun-06 2:09 
AnswerRe: search in combobox Pin
Michael Potter9-Jun-06 6:16
Michael Potter9-Jun-06 6:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.