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
R

Robe

@Robe
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to use multi byte character set in vs2008 ATL
    R Robe

    when create atl project, then set multi-byte character, compile, I got error: DllInstall: error C2440: 'initializing' : cannot convert from 'const char [5]' to 'const wchar_t []' then try to modify: form STDAPI DllInstall(BOOL bInstall, LPCWSTR pszCmdLine) to STDAPI DllInstall(BOOL bInstall, LPCSTR pszCmdLine) compile: error C2733: second C linkage of overloaded function 'DllInstall' not allowed any ideas? thanks!

    modified on Friday, April 11, 2008 12:30 AM

    ATL / WTL / STL c++ help tutorial question

  • About Message Map in MFC(WM_HSCROLL)
    R Robe

    How to Bind FRAME'S SCROLL MESSAGE to CMyControl's SCROLL MESSAGE? that is : 1)How can I send FRAME's message-'WM_HSCROLL'(including position information) to CMyControl(eg: ID:0x100) to invoke its action 2)When I Move CMyControl's client,How to change the FRAME's ScrollBar's Position? thanks! Sorry for my pool English:rolleyes:

    C / C++ / MFC question c++ tutorial

  • About ListView
    R Robe

    I want to create a interface like EXCEL. But I donnot know How to create : | | 1 | 2 | 3 | 4 | a | | b | <---This row? | c | Sorry For My Poor English :) Thank YOU:omg:

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

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