hey guys!
how can I read strings from a file? Like... They will compose part of the interface... something like, read a string from a file, then this string points to a image that will be used in a picture box, as same as a label that will be shown with the read value.
I first thought on a xml file... or a ini too, to separate entries.
Something like this:
!-- Entry one
[Entry One]
Name=Some name
Icon=C:\path\to\icon
Command= !-- do something here
[Entry Two]
Name=Some name 2
Icon=C:\path\to\icon\2
Command = !-- do something here
and so on...
There is someway to do it? Thanks!