Where ?
Printable View
Where ?
there are no cuh thing as VB.NET functions. There are .NET functions and classes, and there is no complete list as there are thousands.
You can run wincv.exe to search for classes and their functions.
how about the MSDN?
http://msdn.microsoft.com
for instance.. and even in the vs.net IDE There's an object browser which pretty much gets you anything you need to know...
I actually just purchased the Microsoft .NET Framework 1.1 Class Library Reference, which contains over 8000 pages of information. Every single .NET type and its containing members are listed with code samples in numerous .NET languages. There are a total of 7 volumes, and the set comes with 4 as of right now. The price ($120) is not bad considering what comes in the package.
Ouch!Quote:
Originally posted by Lethal
I actually just purchased the Microsoft .NET Framework 1.1 Class Library Reference, which contains over 8000 pages of information. Every single .NET type and its containing members are listed with code samples in numerous .NET languages. There are a total of 7 volumes, and the set comes with 4 as of right now. The price ($120) is not bad considering what comes in the package.
My work re-inbursed me, so no big deal... :D
Not sure it is worth it. i men is there anything in there beyond what you can get with wincv.exe?
Ok guys, thanks for your responses. I didnt meant those .NET classes. All i wanted was a list of Visual Basic Functions (maybe inherited from old vb) like Year, Hour, Hex, Ipmt... that i found about 150 with a search in MSDN with the keyword of Function and Filtered by Visual Basic and Related.
Thanks
This is a great start when looking for classes and such:
http://msdn.microsoft.com/library/de...ClassTopic.asp
I like that tool (wincv.exe) . It shows all the classes decompiled I guess . You can use Slammander decompiler if you want , I does the same as Object Browser and the above tool I believe .