Re: My Class In Visual Basic
What a tool, what kind of language?
Give information about a current Visual Studio and VB.NET, or Uralt VB6 that you are using.
Re: My Class In Visual Basic
Visual Studio 2008 &. Net Framework 3.5 - The language is Visual Basic.
Re: My Class In Visual Basic
There are already classes, which already existed in VB6. I still have nothing to do with VB.Net 3.5, but as similar as you can see classes to make sure there too.
Re: My Class In Visual Basic
In principle: Right click on Project -> new item -> class name and adding.
Then the class defined as public, and do not forget that you are necessarily an instance of this class will need, unless you define their methods and attributes as a shared.
Re: My Class In Visual Basic
Classes you can in principle in all .Vb files.
Code:
Public Class XYZ
...
End Class
Re: My Class In Visual Basic
Hi,
I am again ...It all worked wonderfully.thanks for help :rolleyes: