can we use wpf controls in window's application .
-
I m working on a windows project . i m new in WPF. so my question is can we use wpf controls and graphics in my existing windows project....tell me sum link for tutorial to if this is possible
-
I m working on a windows project . i m new in WPF. so my question is can we use wpf controls and graphics in my existing windows project....tell me sum link for tutorial to if this is possible
Do you mean that you want to host WPF controls inside a WinForms application? Why not write the whole application in WPF? If you do mean hosting inside WinForms, you might want to follow the tutorial here[^].
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Do you mean that you want to host WPF controls inside a WinForms application? Why not write the whole application in WPF? If you do mean hosting inside WinForms, you might want to follow the tutorial here[^].
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
I dont want to change the whole application. I want to apply WPF graphics on some of my pages. IS its possible???????????
-
I dont want to change the whole application. I want to apply WPF graphics on some of my pages. IS its possible???????????
You can probably embed a WPF window here and there, but I think it's a dumb idea. You'd do better to start with WPF, embed your winforms controls as needed, and do the rest with WPF.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I dont want to change the whole application. I want to apply WPF graphics on some of my pages. IS its possible???????????
anuj1784 wrote:
IS its possible???????????
Did you even look at the link I included in my post?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
anuj1784 wrote:
IS its possible???????????
Did you even look at the link I included in my post?
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
ohh sorry i thought u not understand wat i m tring to say