Hi!
I have a WPF application that I'm building in Expression Blend 2.
There's a main window (Window 1). On Window 1 there are a number of buttons. Those buttons each open Window 2 in a new window, but depending on each button, Window 2 gets different images/media.
Right now, The buttons open Window 2 in a new window.
I want to change that. I want the whole application to be built on tabs.
So that Window 1 will be in a tab, and the user can click a button and it will open a new tab that has Window 2's contents. And on a different button, it opens another instance Window 2 in a new tab, just with a few changes.
Is there a simple and easy way to do this?
Please help.
Thanks!
P.S. If I didn't explain this so well, just ask what I mean.
I have a WPF application that I'm building in Expression Blend 2.
There's a main window (Window 1). On Window 1 there are a number of buttons. Those buttons each open Window 2 in a new window, but depending on each button, Window 2 gets different images/media.
Right now, The buttons open Window 2 in a new window.
I want to change that. I want the whole application to be built on tabs.
So that Window 1 will be in a tab, and the user can click a button and it will open a new tab that has Window 2's contents. And on a different button, it opens another instance Window 2 in a new tab, just with a few changes.
Is there a simple and easy way to do this?
Please help.
Thanks!
P.S. If I didn't explain this so well, just ask what I mean.