Click here to Skip to main content
15,917,456 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have to develop a window application in which all the data is entered through window GUI, and display the state or workflow of the data in some display board. How to do that, say I have to draw the state in some other window as soon as its state changes.

Thanks and regards,
Gaurav
Posted

WF foundation is required to solve the proble which is available from .NETframework 3.0 and higher version.
 
Share this answer
 
v2
You can use delegates [^]and events[^].

Hope this helps.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900