Explain me what is meant by form level variables in visual basic? and how to declare these variables?

Basically it means you declare the variable inside the form code but outside any subs, functions, classes, etc.. Now the variable can be accessed in any code inside the form.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.