Let me see if I can clarify what I'm wanting.
In VBA one can create Forms and have them utilized throughout the program at any time. For example: I have a total of 4 extra dialog frames in my current VBA program. I would like to have a similar situation where 4 dialog frames can be placed into the same project in VB for use at any time. I have searched the web but all they talk about is creating one dialog box from the start. I need to have them already produced and simply display them.
I have these 4 dialog boxes/frames in my VBA project: Splash Screen/Program selection/options/and new comment. How would I get these added to the VB Net project I'm currently working in, or is it not possible?
In VBA one can create Forms and have them utilized throughout the program at any time. For example: I have a total of 4 extra dialog frames in my current VBA program. I would like to have a similar situation where 4 dialog frames can be placed into the same project in VB for use at any time. I have searched the web but all they talk about is creating one dialog box from the start. I need to have them already produced and simply display them.
I have these 4 dialog boxes/frames in my VBA project: Splash Screen/Program selection/options/and new comment. How would I get these added to the VB Net project I'm currently working in, or is it not possible?