CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2006
    Posts
    32

    Is there a list of all vbConstants?

    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)

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Is there a list of all vbConstants?

    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
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Is there a list of all vbConstants?

    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
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Is there a list of all vbConstants?

    You can use the Object Browser (hit F2) to see constants too.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  5. #5
    Join Date
    Sep 2006
    Posts
    32

    Re: Is there a list of all vbConstants?

    Thanks for the help, but I have not located the complete list>

    I know about the Object Browser, but I want to ? the list

  6. #6
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Is there a list of all vbConstants?

    Well, this isn't everything, but perhaps it'll help:
    http://www.ostrosoft.com/vb/get_vb_bluewords.asp
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  7. #7
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: Is there a list of all vbConstants?

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured