How to access the value of the variables of a class in a form?
hi, you need to make the variables in class as public shared. and in your form you can access them as ClassName.VariableName
first class.vb/cs file second in Form create obj for that class class obj = new class(); obj.varialble when u type obj. u come to see methods and variables i hope this info will help u out