i have application uses tabcontrol hold richtextbox. user has ability open more tabs wish.
i need way associate each tab string, can store filepaths saving.
to clarify, when opening file in new tab, need able store string tab. in java, use hashmap<tab, string>
solve problem.
is there way solve problem?
thank in advance
you can use dictionary<tab, string>
. more information can found here
Comments
Post a Comment