I do not recall what the terminology is for the imports below (I just call them references). However, what I would like to know is this. Do I need to put these in every form/Class that I have, or is it just sufficient for these to be in one form in a project? My own thought is that only one would be necessary in my main menu since it is never more than hidden until the application is closed. Also, if I reference these in the project references I would assume that I need not even have them in the code?
Code:Imports System Imports System.Diagnostics




Reply With Quote
