Hi there
I am currently working on WPF Application, I placed two usercontrols in one main window, I want communicate with one usercontrol to another(For Example: If I click on button in usercontrol, I want to do something in another usercontrol), I want to do this using commands, How can I achieve this????
Thanks Anandaraju.PG
|
| Author: Anuraj 26 Oct 2009 | Member Level: Diamond | Rating: Points: 1 |
You can always write code in C# right?
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: Anandaraju 26 Oct 2009 | Member Level: Bronze | Rating:  Points: 2 |
Yes...... I am using c# only..
|