View Single Post
Old 03-14-2007, 06:03 PM   #36 (permalink)
dancurranjr
Zewbie
 
dancurranjr's Avatar
 
Join Date: Mar 2007
Posts: 4
dancurranjr is on a distinguished road
Default

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?



dancurranjr is offline