I have seperated my Form1 class into several partial classes, but if i make a modification to the main form, it generates event handlers in Form1.cs when they already exist in another partial class. Is there any way of stopping this? thanks in advance
Not that I know of, but if you figure out a way, please post back. We finally did away with putting event handlers in partial classes because of this. Robin S. ------------------------- wrote in message news:1185898896.778322.117910@b79g2000hse.googlegroups.com... >I have seperated my Form1 class into several partial classes, but if i > make a modification to the main form, it generates event handlers in > Form1.cs when they already exist in another partial class. Is there > any way of stopping this? > > thanks in advance >