|
ok how do i make a module. i read up on it and MSDN said that i have to make a dll file? but it didnt show how to organize it codewise...
like i have a module and all it says now it declaring the variables i want to share as global. now how do i assign the value of those variables in the code window. cause i have same lettered variables in both forms os how does it know which variable from form1 to assign a stored value to pass on to the second form
|