Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > All those Methods.....


Reply
 
Thread Tools Display Modes
  #1  
Old 09-13-2000, 01:36 PM
lile
Guest
 
Posts: n/a
Default All those Methods.....


I keep looking for a comprehensive list of all the various "methods" available in VB. For example, you can find the CLS method in Microsoft VB Help, but no master list of all available methods. Anybody have any ideas?

-- Lawrence Lile

Reply With Quote
  #2  
Old 09-13-2000, 01:44 PM
Valkyrie
Guest
 
Posts: n/a
Default Re: All those Methods.....

What value would that provide?

Quote of the moment....
"My job is so top secret even I don't know what I'm doing!"
Reply With Quote
  #3  
Old 09-13-2000, 01:55 PM
lile
Guest
 
Posts: n/a
Default Re: All those Methods.....

Valkyrie wrote:
> What value would that provide?

Well let's see. I know there is a way to do XYZ but I can't remember the name of the method. A list is good to jog the memory.

I'm trying to learn VB and I can't keep all the &%^$*# methods straight. A list is a goo9d learning tool.

I see a method in an example and I want to know what objects it applies to. A nice comprehensive list would tell me this.

I might learn more about VB by browsing such a list, then say "AHA! so that's how you do that."

on and on.

Most other languages I have learned have a nice comprehensive list of all the stuff you can do, with syntax etc. So far I have located resources such as :

Learn VB in (choose one1. xxx Time 2. For dummies
which have no such list and
Microsoft help files and books online
Which also have no such list.

Where else should I look?

-- Lawrence


Reply With Quote
  #4  
Old 09-13-2000, 02:31 PM
Valkyrie
Guest
 
Posts: n/a
Wink Re: All those Methods.....

I can see what you're getting at but I don't think you're going to find it. A list of methods would be useful to get the creative juices going but in reality building an application is done using objects. Familiarize yourself with what objects exist and the methods will follow.

BTW if you do find such a list let me know, I would be curious to see it!

Regards.



Quote of the moment....
"My job is so top secret even I don't know what I'm doing!"
Reply With Quote
  #5  
Old 09-13-2000, 07:20 PM
BillSoo's Avatar
BillSoo BillSoo is offline
Code Meister

Retired Moderator
* Guru *
 
Join Date: Aug 2000
Location: Vancouver, BC, Canada
Posts: 10,441
Default Re: All those Methods.....

Methods depend on objects. So you can find a list of all methods for a particular object in the help file. In fact, if you just write down the object name in the code and press the "." button, you get a list of available methods.

However, a list of all methods for all objects doesn't exist as far as I know. For one thing, some objects may have methods with the same name that do different things.

"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder
__________________
"I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->