Quote Originally Posted by mattst View Post
PS. Anyone know of any problems that might occur from reiszing a form like this?

Cheers.
Just that it is a maintenance headache. I mean, of course you can always hand edit the generated code, but you shouldn't have to; that's what the designer is for. When you need to move things around again (or if someone else has to maintain this code) it will be a real pain. If at all possible I would really try to find a way to accomplish this so that it can work in the designer, but I don't know anything about your project. If it is a one-off kind of thing, perhaps your method is fine. If it is production code... I know I would not want to maintain it.