Re: Accessing Members of a String List?

2004-11-08 Thread Dave Carrigan
On Fri, Nov 05, 2004 at 08:12:01PM -, Gary wrote: > How do I access the members of a string list? I've got my list > > >"Item_List" > >"Item 1" >"Item 2" > > > > and I'm able to get a handle to it > > hndList = DmGetRes

Re: Accessing Members of a String List?

2004-11-08 Thread Matthew Graham
Gary wrote: Oh, one more thing: I tried doing it with "SysStringByIndex", but gave-up trying to figure-out where I get a "DmOpenRef" for the (apparently changed?) arglist: Old: SysStringByIndex (1300, 0, iStringListID, sizeof(sTargetString)); New: SysStringByIndex (DmOpenRef, DmResour

re: Accessing Members of a String List?

2004-11-05 Thread Gary
Oh, one more thing: I tried doing it with "SysStringByIndex", but gave-up trying to figure-out where I get a "DmOpenRef" for the (apparently changed?) arglist: Old: SysStringByIndex (1300, 0, iStringListID, sizeof(sTargetString)); New: SysStringByIndex (DmOpenRef, DmResourceI

Accessing Members of a String List?

2004-11-05 Thread Gary
How do I access the members of a string list? I've got my list "Item_List" "Item 1" "Item 2" and I'm able to get a handle to it hndList = DmGetResource (strListRscType, 1300); but is this a list of pointers to char