MRCP Posted October 7, 2003 Posted October 7, 2003 I am working on a VB.Net program and just finished creating a rather complex form for data input. I need to create a very similar form next, one that looks exactly like the one I just made but then assign slightly different variables for the data input. From reading my VB.net books, it seems like I should be able to use an "Inherits" statement to create a copy of the form I just made without the tedium of redoing it control by control/object by object. Is this correct, and can I then make changes to the inherited form without affecting the form it was created from? Thanks! MRCP Quote
MRCP Posted October 7, 2003 Author Posted October 7, 2003 Man, that was fast. Thanks, I will give it a try! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.