cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ThePerfectWave
Level 5

String.Load

Hi,

In MFC I can get a resource string from the resources with
CString.Load( ID_STRINGxx )

How can I do this in the Installshield?
:confused:
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

It depends on your project type and where you're using the string (assuming you're referring to the string table). Graphical views tend to provide browse functionality to select a string table entry, and in a script you can use LoadStringFromStringTable or @YOUR_STRING_ID.
0 Kudos
ThePerfectWave
Level 5

OK I used the @ID_STRING_1 solution.

Thanks a lot for that fast and good answer. 🙂
0 Kudos