Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Title Problem in toolband

Title Problem in toolband

Scheduled Pinned Locked Moved C / C++ / MFC
help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SunSelvaS
    wrote on last edited by
    #1

    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..

    J 1 Reply Last reply
    0
    • S SunSelvaS

      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..

      J Offline
      J Offline
      Jose Lamas Rios
      wrote on last edited by
      #2

      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/[^]

      U 1 Reply Last reply
      0
      • J Jose Lamas Rios

        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/[^]

        U Offline
        U Offline
        User 527726
        wrote on last edited by
        #3

        :-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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups