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

string tables

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
4 Posts 4 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.
  • B Offline
    B Offline
    big_denny_200
    wrote on last edited by
    #1

    hello again :) I have added new item in string table of my project :

    IDS_SOMETHING "SomeText"

    How to retrieve the string value of the IDS_SOMETHING in my project ? thank you

    N S H 3 Replies Last reply
    0
    • B big_denny_200

      hello again :) I have added new item in string table of my project :

      IDS_SOMETHING "SomeText"

      How to retrieve the string value of the IDS_SOMETHING in my project ? thank you

      N Offline
      N Offline
      Neil Van Eps
      wrote on last edited by
      #2

      Look at CString::LoadString

      1 Reply Last reply
      0
      • B big_denny_200

        hello again :) I have added new item in string table of my project :

        IDS_SOMETHING "SomeText"

        How to retrieve the string value of the IDS_SOMETHING in my project ? thank you

        S Offline
        S Offline
        sach
        wrote on last edited by
        #3

        You can use LoadString Function for this.... int LoadString(HINSTANCE hInstance, UINT uID, LPTSTR lpBuffer, int nBufferMax ); follow this link.... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/strings/stringreference/stringfunctions/loadstring.asp[^]

        1 Reply Last reply
        0
        • B big_denny_200

          hello again :) I have added new item in string table of my project :

          IDS_SOMETHING "SomeText"

          How to retrieve the string value of the IDS_SOMETHING in my project ? thank you

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          See LoadString [^]_**


          **_

          whitesky


          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