Y
yzfoot
I'm trying to become familiar with WFP and have generated a simple
program with buttons and text boxes. I have added the event handle
'button1_Click( ... ) by clicking on the button in the designer
page. Now I'd like to add other events. I'm a C++ MFC programmer
so normaly I'd open properties for the control, select the events
icon and choose an event, and that works in this package.
On the c# side, when I open the properties page there is no events
icon for any of the controls (I've tried a few).
I'm using Visual Studio 2008 Standard and have started a C# WPF
Application project.
Is there something I need to enable to get an events icon ? Is it
somewhere else ?
program with buttons and text boxes. I have added the event handle
'button1_Click( ... ) by clicking on the button in the designer
page. Now I'd like to add other events. I'm a C++ MFC programmer
so normaly I'd open properties for the control, select the events
icon and choose an event, and that works in this package.
On the c# side, when I open the properties page there is no events
icon for any of the controls (I've tried a few).
I'm using Visual Studio 2008 Standard and have started a C# WPF
Application project.
Is there something I need to enable to get an events icon ? Is it
somewhere else ?