Kind of a stupid question maybe, but that is okay, as I am stumped. I am using VBA inside AutoCAD, but should be similar to using it in others...?
I have a Main form that opens, and I do stuff, and end up Hiding the Main form, and using a Child form. When I'm done with the Child, I want to go back to the place I called the Child Form from. When I Show the Main form, it doesn't go back to that spot. It executes the Main Form Initialize routine and sits there. I can't leave the Main form open either, because I get an error that the form is a Modal form and has to close before the Child is opened.
So, do you know how to solve my problem?
TIA
I have a Main form that opens, and I do stuff, and end up Hiding the Main form, and using a Child form. When I'm done with the Child, I want to go back to the place I called the Child Form from. When I Show the Main form, it doesn't go back to that spot. It executes the Main Form Initialize routine and sits there. I can't leave the Main form open either, because I get an error that the form is a Modal form and has to close before the Child is opened.
So, do you know how to solve my problem?
TIA