First of all, I must admit that I am VERY new to VS2008, so I am sorry that this is probably a very basic question.
I have a simple WPF project written in VB that has two main files- a Ribbon window (ribbonWindow1), and a windows wizard (windowsWizard1). In the ribbon window, I have a button named newRequest. I would like to add and event handler to the newRequest button to open the wizard window- how do I do this?
I have a simple WPF project written in VB that has two main files- a Ribbon window (ribbonWindow1), and a windows wizard (windowsWizard1). In the ribbon window, I have a button named newRequest. I would like to add and event handler to the newRequest button to open the wizard window- how do I do this?