VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Launch a Form in a DLL

K. Campbell  (1 Submission)   Coding Standards   Intermediate   Wed 3rd February 2021

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.

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 (4(4 Vote))

Download Launch a Form in a DLL

Launch a Form in a DLL Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters