Run Time Properties



I am Studying Visual Basic 6 and came across this bit of information :


****** URL of snippet is
http://www.vbexplorer.com/VBExplorer/file_dialog/file_dialog.asp

******* beginning of snippet ******
Drive Property (information from MSDN)
Returns or sets the selected drive at run time. Not available at design
time.
Syntax
drivelist.Drive [= drive]

******* end of snippet ******

Sure enough this property is not listed under the DriveListBox properties
..

Well if I didn't stumble on it I never would have learned of it's existance.

Can anyone suggest a better way than just stumbling around to identify
properties of other objects that aren't listed in the object's properties?




.


Loading