forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Sstreevw.dll another help request [SOLVED]

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Tue Jul 01, 2008 10:21 am    Post subject: Sstreevw.dll another help request [SOLVED] Reply with quote

Good morning

i'm using sstreevw.dll

it's possible insert a hidden user data for each item of tree ? If possible How to write data and read data?

Many tnx in advance for any info

Best regards


Last edited by Tdk161 on Thu Jul 03, 2008 7:38 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Thu Jul 03, 2008 3:29 am    Post subject: Reply with quote

Hi TDK161,

You can use ::
Code:
TREEVIEW SETITEMDATA,<NAME>,<ITEM>,<DATA>

to store data for each treeview item.

<NAME> is the name of the treeview control
<ITEM> is the item identifier of a treeview item
<DATA> is the data you need to associate with <ITEM>

Then, use ::
Code:
@TREEVIEW(GETITEMDATA,<NAME>,<ITEM>)

to retrieve the data associated with <ITEM>

I'm not sure if pure strings can be saved in the items data or not. It's been
a very long time since I've worked on this dll (I am the author).

I also know that it needs some more work done to it, I just don't have the
time any more.

There should be some documentation about this command and function
in the help file.

Hope this help Smile

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu Jul 03, 2008 7:37 am    Post subject: Reply with quote

Very Happy Dancing Banana Work

Many many Tnx For your info Shinobi
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group