S
SamSpade
A while ago I tried to use arguments in usercontrol constructors but the
designer didn't like it so I worked around not using them.
However the code would be much cleaner if I could use arguments.
Is there some way that people use both the designer and arguments?
I suppose I could comment out some code when I open the designer and put it
back after I close it but that's not very neat.
Any suggestions?
Also I usually use Integer but I see a lot of code using Int32. Make any
difference? If it's just style is the Int32 more commonly used?
Thanks
designer didn't like it so I worked around not using them.
However the code would be much cleaner if I could use arguments.
Is there some way that people use both the designer and arguments?
I suppose I could comment out some code when I open the designer and put it
back after I close it but that's not very neat.
Any suggestions?
Also I usually use Integer but I see a lot of code using Int32. Make any
difference? If it's just style is the Int32 more commonly used?
Thanks