A
A Wieser
I created a new Windows Forms Application, with a blank form.
The first thing I want to do is override OnPaint, and draw a line across the
window.
I can't for the life of me figure out how I'm supposed to do this with
Visual Studio.
If I go to the class view, and click on form1 a bunch of properties show up
for the form, but if I click on either the events button in the properties
window, or the Messages or the Override button, the pane is blank.
Right clicking the class name in Class View allows me to Add, but I have to
figure out the prototype by hand.
If I click on the form in design view, all of the events show up in the
properties window, but I still don't get any overrides, despite the button
being enabled.
Is there a way to do this (there must be surely). VC 6 made this so easy.
Please, someone help!
Tony
The first thing I want to do is override OnPaint, and draw a line across the
window.
I can't for the life of me figure out how I'm supposed to do this with
Visual Studio.
If I go to the class view, and click on form1 a bunch of properties show up
for the form, but if I click on either the events button in the properties
window, or the Messages or the Override button, the pane is blank.
Right clicking the class name in Class View allows me to Add, but I have to
figure out the prototype by hand.
If I click on the form in design view, all of the events show up in the
properties window, but I still don't get any overrides, despite the button
being enabled.
Is there a way to do this (there must be surely). VC 6 made this so easy.
Please, someone help!
Tony