Hello, I'm a New To Creating WPF GUI Applications
I want to Know How to Remove the Default Button Hover Image And Replace it With A Custom Icon I Made in Photoshop.
Also I want to Know how to Enable Gamepad/Contoller Support to hover over the buttons as a Mouse won't be Used in this Application.
Questions:
1. Can I Change The Hover Image Using the Properties Panel Or Do I Have to Modify it manually in the XAML Code?
2. Can I Change The Button Properties to Allow a Joystick, Gamepad, Controller Ect. From The WPF XAML Designer or do I Have to Code it In the Program?
3. If I have to Code the WPF to allow the Joystick to Hover over Buttons as I Use it May I Please Have Some Example In C# ?
4. Adding the Image Manually to the button on Hover, Can I get an Example For That As Well?
Last Information:
I'm Using Expression Blend 4. Should I Use this to Achieve My Goal Or Should I go Right Into Visual Studio And Work From There in WPF C#
Any Help Would Be Appreciated, Thanks