When I add the following to my form the Imports have a squiggly line under them and if you mouse over it the tool help says,
"Imports" statements must precede any declarations.
What does this mean and how to correct it?
VB Code:
Imports System Imports System.Xml
--- edited-----
Ok, I see; It needs to go above the class at the very top. Above everything else.




Reply With Quote