Hi,
I got a little Problem:
I like to read out a File containing the Path to different Versions of the same Program
Version.txt contains:
C:\Program_Version_1
C:\Program_Version_2
C:\Program_Version_3
...
...
...
Now I like to show this Information in a ComboBox of a Dialog to select and start one of the programms.
THX if anyone can help me.
Read out Lines of a File and show it in a Dialog-combobox
Moderators: JRL, Dorian (MJT support)
Problem solved
Thx to all who read my question. In time i got it solved with a easy readfile command.
ReadFile>%SIDVerPath%,SidVerBuffer
Let>AppPath=SidVerBuffer
Then i passed the content of the variable to the dialog.
ReadFile>%SIDVerPath%,SidVerBuffer
Let>AppPath=SidVerBuffer
Then i passed the content of the variable to the dialog.
regards
migro
migro
Re: Passing variable to combobox
Ok... I was browsing and found this topic... but you stopped just short of answering my question.. How did you pass the content of the variable to the dialogue.. in this specific case the combobox?????
Anyone?
Anyone?
migro wrote:Thx to all who read my question. In time i got it solved with a easy readfile command.
ReadFile>%SIDVerPath%,SidVerBuffer
Let>AppPath=SidVerBuffer
Then i passed the content of the variable to the dialog.