function DoOnLoad()
{
// Load strings from resource
infoTitle.innerHTML = LoadString(IDS_OOBE_GUEST_TITLE);
infoText.innerHTML = LoadString(IDS_OOBE_GUEST_TEXT);
infoText2.innerHTML = LoadString(IDS_OOBE_GUEST_TEXT2);
Anyone know where the strings mentioned above are stored in the DLL file? Are they in the dll file?
|