|
-
Apr 29th, 2003, 02:10 PM
#1
Thread Starter
Frenzied Member
Where can I find complete reference to VB.NET functions?
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Apr 29th, 2003, 02:15 PM
#2
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.
-
Apr 29th, 2003, 03:01 PM
#3
Fanatic Member
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...
-
Apr 29th, 2003, 03:02 PM
#4
PowerPoster
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.
-
Apr 29th, 2003, 03:04 PM
#5
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.
Ouch!
-
Apr 29th, 2003, 03:29 PM
#6
PowerPoster
My work re-inbursed me, so no big deal...
-
Apr 29th, 2003, 03:31 PM
#7
Not sure it is worth it. i men is there anything in there beyond what you can get with wincv.exe?
-
Apr 29th, 2003, 03:44 PM
#8
Thread Starter
Frenzied Member
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
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Apr 29th, 2003, 04:28 PM
#9
PowerPoster
This is a great start when looking for classes and such:
http://msdn.microsoft.com/library/de...ClassTopic.asp
-
Apr 29th, 2003, 05:23 PM
#10
Sleep mode
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|