im working on a menu that will give u the possibility of downloadable updates for it. In the menu, I have it read the registry for update location, names, and a little bit more info. I'm leaving the names open for now for i dont know exactly which files are going to be in need of updates. Everything is working out for it except for one thing. In the prelim tests, it reads the location fine, when u search for the file, it recognizes the right name. When it tells u "about to update whatever" in a show dialog box, it displays correctly. It just does not display the name correctly in the message for searching for exe. i have it set up like this.
read from registry: Update1exe
Search for file: update1exe
if can not find show message: "Can not find file %update1exe% if u want to browse...."
instead of it replacing update1exe in the browse message with the value read from the registry, it actually outputs the following:
"Can not find the file %update1exe%, to search..."
when u click on browse, it will browse for the right file and display it for what it is
IE. myfile.exe
Is there a way to make this message bos display a variable in this message?
read from registry: Update1exe
Search for file: update1exe
if can not find show message: "Can not find file %update1exe% if u want to browse...."
instead of it replacing update1exe in the browse message with the value read from the registry, it actually outputs the following:
"Can not find the file %update1exe%, to search..."
when u click on browse, it will browse for the right file and display it for what it is
IE. myfile.exe
Is there a way to make this message bos display a variable in this message?
Comment