Good day,
What I need is this. Let's say I have a listview containing tasks. I am going to implement an action which takes the tasks the user has selected and display them in a dialog and there the user should select an employee that is going to be responsible for all the tasks. I would think that this dialog should contain OK and Cancel buttons that would then either confirm the action or cancel it.
Can you please provide me with an example of how this dialog should be created? Of course I can create a WinForms dialog and use it to do this but somewhere in your documentation or staff comments I have read that you generally do not recommend this so I would like to ask about the best way of doing this and similar things.
Thanks a lot,
Ægir