Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Key property missing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Key property missing

 Post Reply Post Reply
Author
Message
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Topic: Key property missing
    Posted: 06 June 2006 at 4:59am

Hi,

It would be nice (and helpful) if there is a key property (as string) along with the ID for all objects.

Ivan

Back to Top
gshawn View Drop Down
Senior Member
Senior Member


Joined: 04 October 2004
Status: Offline
Points: 227
Post Options Post Options   Thanks (0) Thanks(0)   Quote gshawn Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 5:26am

whoa that's the weirdest thing, I was just reading the PECompact forums and all of a sudden I realized you also posted here :)

Seems you know a good tool when you see one..... Cheers!

Back to Top
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 5:53am

Yeah... that's all me!!

It's that time of year when I'm in the middle of developing the next version, so I guess there will be a lot of activity from me :)

Cheez!

Ivan

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 9:24am
Possibly you are wanting the "Parameter" property which is exactly like a "Tag" property on most controls?
Back to Top
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Posted: 14 June 2006 at 6:55am

No. It's a unique key that identifies an object within a collection.

With a standard VB collection, you can add an item such as:

myCol.Add "MyName1", "keyA"

myCol.Add "MyName2", "keyB"

Then I can access MyName2 by doing:

myCol(2) or

myCol("keyB")

Ivan

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.