Click here to Skip to main content
15,924,507 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
ABitSmart25-Feb-09 2:53
ABitSmart25-Feb-09 2:53 
QuestionA dumb question about writing to a text file Pin
Alan Burkhart22-Feb-09 11:06
Alan Burkhart22-Feb-09 11:06 
AnswerRe: A dumb question about writing to a text file Pin
Alan N22-Feb-09 12:16
Alan N22-Feb-09 12:16 
GeneralRe: A dumb question about writing to a text file Pin
Alan Burkhart22-Feb-09 13:57
Alan Burkhart22-Feb-09 13:57 
AnswerRe: A dumb question about writing to a text file Pin
Member 87970025-Feb-09 10:50
Member 87970025-Feb-09 10:50 
QuestionPresentation Model - Winforms Pin
erikash22-Feb-09 4:43
erikash22-Feb-09 4:43 
AnswerRe: Presentation Model - Winforms Pin
Trooks26-Feb-09 3:15
Trooks26-Feb-09 3:15 
GeneralRe: Presentation Model - Winforms Pin
erikash1-Mar-09 1:51
erikash1-Mar-09 1:51 
Thanks for the helpful reply! =)
I've explored this subject some more, and came across the CSLA.NET framework,
As it seems the framework implementation does exacly that =)
I'm still learning it, but it looks promising...

Did anyone use this framework and implemented the Presentation Model pattern???

It seems rather cumbersome to wrap the CSLA entities with ViewModels, because them the ViewModel will have to implement all the interfaces and forward any calls to he CSLA entities...
(And of course the ViewModel will have additional logic to help support the UI and DataBinding)

BTW,
If i'm not using the Presentation Model Pattern, and I have this rule for example:
The row of a customer in a grid must be green if the customer ordered more than 10 items, at a price higher than 20$.

If i'm using Presentation Model, then my customer's ViewModel will have a property OrderedMoreThanTenItemsAt20DollarsEach (for example), which will implement this logic and the view will use DataBinding to bind the rows color property.

How will i implement this using the Supervising Controller pattern?
(I guess passive view will just iterate through the rows in the grid).

Thanks in advance,
Erik.
GeneralRe: Presentation Model - Winforms Pin
Trooks1-Mar-09 3:01
Trooks1-Mar-09 3:01 
Questionhow do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk21-Feb-09 2:35
balukk21-Feb-09 2:35 
AnswerRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
Eddy Vluggen21-Feb-09 4:25
professionalEddy Vluggen21-Feb-09 4:25 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk21-Feb-09 4:39
balukk21-Feb-09 4:39 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
Eddy Vluggen21-Feb-09 6:07
professionalEddy Vluggen21-Feb-09 6:07 
GeneralRe: how do i read the EULA(End User Licence Agrement) from any executable file? Pin
balukk23-Feb-09 5:33
balukk23-Feb-09 5:33 
QuestionCreating auto launch for exe on USB drive Pin
ashok_rgm20-Feb-09 0:03
ashok_rgm20-Feb-09 0:03 
AnswerRe: Creating auto launch for exe on USB drive Pin
Eddy Vluggen20-Feb-09 0:10
professionalEddy Vluggen20-Feb-09 0:10 
QuestionExecuting external application(.exe file) from windows application in C#.net Pin
Vishnu Nath19-Feb-09 22:20
Vishnu Nath19-Feb-09 22:20 
AnswerRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen19-Feb-09 23:14
professionalEddy Vluggen19-Feb-09 23:14 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 2:30
Vishnu Nath20-Feb-09 2:30 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen20-Feb-09 3:10
professionalEddy Vluggen20-Feb-09 3:10 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 18:34
Vishnu Nath20-Feb-09 18:34 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Eddy Vluggen20-Feb-09 23:42
professionalEddy Vluggen20-Feb-09 23:42 
GeneralRe: Executing external application(.exe file) from windows application in C#.net Pin
Vishnu Nath20-Feb-09 23:44
Vishnu Nath20-Feb-09 23:44 
QuestionAuthentication premission to software Pin
lavankumar19-Feb-09 19:15
lavankumar19-Feb-09 19:15 
QuestionHow to open files in their respective editors??? Pin
bhagyashri.biyani17-Feb-09 23:35
bhagyashri.biyani17-Feb-09 23:35 

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.