Windows
-
Can i add window element into other window using xaml?
ISQ 469907496
-
Can i add window element into other window using xaml?
ISQ 469907496
Can you provide some more information, what exactly are you trying to do?
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
-
Can you provide some more information, what exactly are you trying to do?
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
I have two window classes(2 cs files and 2 xaml). One of this windows is audio player. And i wanna insert one window(for example audio player) into some element of other window. How can i implement this?
ISQ 469907496
-
I have two window classes(2 cs files and 2 xaml). One of this windows is audio player. And i wanna insert one window(for example audio player) into some element of other window. How can i implement this?
ISQ 469907496
Make one of them a UserControl, then insert the UserControl in the Window.
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
-
Make one of them a UserControl, then insert the UserControl in the Window.
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
ok but how can i do that? Because i learning wpf only 4 days :)) and i not a proffesional in it :)) Or if you can write some references with this....
ISQ 469907496
-
ok but how can i do that? Because i learning wpf only 4 days :)) and i not a proffesional in it :)) Or if you can write some references with this....
ISQ 469907496
WPF is a monster. You're going to need a good bit of study. Josh and Sacha have both authored tutorials here on Code project. http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=247684[^] http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=569009[^] You can also Google WPF UserControl and get some great examples. Strongly suggest that you look through the SDK example code, the above tutorials and the 100's of outstanding WPF web sites. Josh and Sach both have links on their blogs. I also have many links on my blog.
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
-
WPF is a monster. You're going to need a good bit of study. Josh and Sacha have both authored tutorials here on Code project. http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=247684[^] http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=569009[^] You can also Google WPF UserControl and get some great examples. Strongly suggest that you look through the SDK example code, the above tutorials and the 100's of outstanding WPF web sites. Josh and Sach both have links on their blogs. I also have many links on my blog.
Cheers, Karl
My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.
Thanks, but i've done that!!!!! It's so easy... :-D
ISQ 469907496