Hi
I oftentimes declare a constant only to find later that an equivalent has already bee declared by VB6. For exaple: vbRed, vbNull, etc
My Q:
Is there a list of all vb constants (preferably by category)
Printable View
Hi
I oftentimes declare a constant only to find later that an equivalent has already bee declared by VB6. For exaple: vbRed, vbNull, etc
My Q:
Is there a list of all vb constants (preferably by category)
You could just google it, and find the original list, or look at the new comparison list. :)
http://msdn.microsoft.com/en-us/library/b2axbd3s.aspx
You could just google it, and find the original list, or look at the new comparison list. :)
http://msdn.microsoft.com/en-us/library/b2axbd3s.aspx
You can use the Object Browser (hit F2) to see constants too.
Thanks for the help, but I have not located the complete list>
I know about the Object Browser, but I want to ? the list
Well, this isn't everything, but perhaps it'll help:
http://www.ostrosoft.com/vb/get_vb_bluewords.asp
Ever tried to look 'em up in the VB6 online manual?
I'd say this list should be complete:
http://msdn.microsoft.com/en-us/libr...58(VS.60).aspx