VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Launch a Form in a DLL

by K. Campbell (1 Submission)
Category: Coding Standards
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

Launches a form in a DLL file. Make sure you read the comments in the code for explaintion. Readme included also.

Inputs
No parameters
Assumes
This example describes what a new user needs to know to launch a form in a DLL file. Make sure you read the comments in the code for explaintion. Readme included also.
Code Returns
This code brings up a dialog from the DLL file.
Side Effects
Closing the Form inside the EXE also closes out the form in the DLL (to prevent this go into the Loader class modules and after frmDLL.Show put 1 or vbModal after it).

Rate Launch a Form in a DLL

Download Launch a Form in a DLL

Download Launch a Form in a DLL (16 KB)

Launch a Form in a DLL Comments

No comments have been posted about Launch a Form in a DLL. Why not be the first to post a comment about Launch a Form in a DLL.

Post your comment

Subject:
Message:
0/1000 characters