P
Paul R Carre
This one is driving me nuts.
I have a Windows application and a windows control library contained
in the same project. In the controll library I have a control derrived
from System.Windows.Forms.Button :-
public class neatBtn : System.Windows.Forms.Button
I am using neatBtn on the form in the windows application.
However changes that I make to my neatBtn do not seem to become
available in the control that is used on the form until I close the
whole of visual studio and re-run it.
This seems to apply to both properties and methods.
There _has_ to be a better way - or am I missing the plot ?
I have a Windows application and a windows control library contained
in the same project. In the controll library I have a control derrived
from System.Windows.Forms.Button :-
public class neatBtn : System.Windows.Forms.Button
I am using neatBtn on the form in the windows application.
However changes that I make to my neatBtn do not seem to become
available in the control that is used on the form until I close the
whole of visual studio and re-run it.
This seems to apply to both properties and methods.
There _has_ to be a better way - or am I missing the plot ?