I seen someone long time back doing WPF UI. Cant Ask him now. Dont know where he is and even dont have that code with me.
What he did was remove the border of WPF Window, and he created custom handle out of the WPF window client area.
He launched the application fullscreen with all Standard menus and buttons like Minimize, Maximize and Close Window.
Then he was having child Dialogs. He was using some sort of stack for doing child dialogs inside child dialogs. One can see dialog over another dialog drawn in hierarchy. He was using a Stack for storing the dialogs info and the data regarding them.
He also created custom Message Boxes dont know how..
Can someone tell me..
1. How he was handling Dialogs inside one window using a Stack.
2. How he was handling events for windows, dialogs and messageboxes etc which were working just like the native windows stuff.
3. Image attached..
How to do all these stuff in WPF..
Can someone tell?
Is there any project code like this available on web or if someone can share?
Please help..!
What he did was remove the border of WPF Window, and he created custom handle out of the WPF window client area.
He launched the application fullscreen with all Standard menus and buttons like Minimize, Maximize and Close Window.
Then he was having child Dialogs. He was using some sort of stack for doing child dialogs inside child dialogs. One can see dialog over another dialog drawn in hierarchy. He was using a Stack for storing the dialogs info and the data regarding them.
He also created custom Message Boxes dont know how..
Can someone tell me..
1. How he was handling Dialogs inside one window using a Stack.
2. How he was handling events for windows, dialogs and messageboxes etc which were working just like the native windows stuff.
3. Image attached..
How to do all these stuff in WPF..
Can someone tell?
Is there any project code like this available on web or if someone can share?
Please help..!