Hi,
I'm playing around with inherited forms but I'm somewhat confused. I build a normal Windows Application (vb.net2005) and added a baseform to it. Added some buttonsas shown in the Walkthrough and added some code to the button_click events. Finally I buildedthe project. So far so good. After adding a new inherited form (called testForm) based on my baseform I can add and change properties for the buttons. However the code I added is not there and so when I click the buttons on my testForm nothing happens. Clearly I'm missing something but I don't see what. Anyone?
Cheers,
Frank