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
F

F Falk

@F Falk
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to egalise two strings
    F F Falk

    if you want to compare them use strcmp or use a CString object to create your string(the "==" operator is overwritten by CString). Direct comparison doesn't works for arrays.

    C / C++ / MFC help tutorial

  • View Style Changes when switching the compiler option _UNICODE to _MBCS [modified]
    F F Falk

    Hi, i have a very old project without unicode support that i wanted to modernize a bit. Especially the user interface should get the new windows xp or vista control-style. But it doesn't works completly . The Dialog Controls don't wanted to switch to the new style. I tried everything i've found in the net but nothing works. Then i created a new project (mfc-application, dialog based) where i just open a about box to start some tests. The first result was: The Button and the Icon are drawn in XP Style Then i compared every option in the project settings and all include-files and #defines in the stdafx.h to my own project and changed one by one to find out whats wrong. When i changed the character set from Unicode to Multi Byte i got this dialog box: The Button and the Icon are drawn in Old Style I really don't understand why this switch leads to this old window styles. But the bigger problem is: my own application is written completly for Multi Byte Character Set. And its a VERY Big Application. It will take days to convert it to Unicode and since there are things like text parsers included it will not be easy to be sure that everything runs fine after the conversion. It would be nice if there is a way to get around this problem without switching to unicode. Does someone know this problem and how to go around? Thanks in advance. Best Regards, Florian -- modified at 5:28 Friday 27th July, 2007

    C / C++ / MFC c++ wpf design help tutorial
  • Login

  • Don't have an account? Register

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