M
Magnus
Hello!
I have started a new project with one large form.
The problem is the size, so I want to use User Controls instead for my objects and the code.
Unfortunately I can't find an easy way to use the same code in user controls to change properties for different controls in either the form or in other user controls. Tried to declare controls with public but it doesn't seems to work.
Actually, all I want is to separate the code so all code isn't in one place, though it's so hard to read.
How could I do this in a simple way?
Regards Magnus
I have started a new project with one large form.
The problem is the size, so I want to use User Controls instead for my objects and the code.
Unfortunately I can't find an easy way to use the same code in user controls to change properties for different controls in either the form or in other user controls. Tried to declare controls with public but it doesn't seems to work.
Actually, all I want is to separate the code so all code isn't in one place, though it's so hard to read.
How could I do this in a simple way?
Regards Magnus