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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

ronovice

@ronovice
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to convert string to resource ID
    R ronovice

    Thanks. i will try this!

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    i wanted to use LoadString method which will need as parameter a UINT, but i have only the string . How can I get from resources the text associated with that UINT if i cant convert the string to UINT ID? if there is another solution(even without using LoadString), I will gladly use it.

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    thanks! it was worth a try! i will use a map (as the best idea for the moment)!

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    i dont't want to use #define because i use stringtables for different languages. a map seems to fit to my needs.

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    Thank you. I will use a map eventually (the xml file will remain the same). There is a strong relation between stringtable values in resources and the data from the xml file, but is not a replica :).

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    this was an idea, but i want to keep the xml file readable. if a tag is 2344 instead of NAME (e.g.), it will be difficult to do that.

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    the string containing the ID was "composed" using predefined strings from a XML file.

    modified on Thursday, January 7, 2010 3:36 AM

    C / C++ / MFC help tutorial question learning

  • how to convert string to resource ID
    R ronovice

    I have Resource ID (for a stringtable value)in string format. ex ("IDS_VALUE"). How can i convert it into ID format (UINT) to get the the string using LoadString method. If anybody come across the problem .pls let me know the solution. Advance thanks!

    C / C++ / MFC help tutorial question learning
  • Login

  • Don't have an account? Register

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