Title Problem in toolband
-
I just wrote a toolband code to create a toolbar...when i compiled that, the new browser created has the title corrupted..Do any body know abt this.. Replies will be appreciated...(Eg: if the title of the page is "about blank" only "a" comes there....):confused: Thanx in Advance..
-
I just wrote a toolband code to create a toolbar...when i compiled that, the new browser created has the title corrupted..Do any body know abt this.. Replies will be appreciated...(Eg: if the title of the page is "about blank" only "a" comes there....):confused: Thanx in Advance..
SunSelvaS wrote: (Eg: if the title of the page is "about blank" only "a" comes there....) Just a wild guess but... Whenever I see only the first char of a string being displayed, it always make me think of a UNICODE/ANSI mismatch problem. Any chance you are passing a unicode string (WCHAR) to something that takes it as ANSI (char)? -- jlr http://jlamas.blogspot.com/[^]
-
SunSelvaS wrote: (Eg: if the title of the page is "about blank" only "a" comes there....) Just a wild guess but... Whenever I see only the first char of a string being displayed, it always make me think of a UNICODE/ANSI mismatch problem. Any chance you are passing a unicode string (WCHAR) to something that takes it as ANSI (char)? -- jlr http://jlamas.blogspot.com/[^]
:-D Try to modifying the resource string for this title id and check. if u r using some toolkit for GUI( Xp style) then its worth checking the resource table. Lokiz