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
W

wangweixing2008

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

Posts

Recent Best Controversial

  • CListCtrl
    W wangweixing2008

    use BOOL SetItem( int nItem, int nSubItem, // index of column that you need to edit. UINT nMask, LPCTSTR lpszItem, // value that you need to change. int nImage, UINT nState, UINT nStateMask, LPARAM lParam ); good luck!

    i love vc!This will appear at the end of messages you post to the Code Project

    C / C++ / MFC question

  • Using Interface type from the imported TLB (Attributed COM)
    W wangweixing2008

    Please insert "[ importlib("test.tlb") ];" in current .idl file. eg: [ uuid(95E822B6-6B10-4e86-9603-6CECB6135867), version(1.0), helpstring("xxxxx 1.0 Type Library") ] library xxxxxLib { importlib("stdole32.tlb"); importlib("stdole2.tlb"); importlib("test.tlb"); //here insert! ... } good luck!

    i love vc!This will appear at the end of messages you post to the Code Project

    ATL / WTL / STL csharp com c++ visual-studio help

  • How to manipulate CEdit in CAxDialogImpl
    W wangweixing2008

    1、Get HWND of your dialog box. 2、Get HWND of edit. 3、use SetFocus() api. eg: HWND hDlg = ... //get hwnd of your dialog box. HWND hEdit = GetDlgItem(idEdit); SetFocus(hEdit);

    i love vc!This will appear at the end of messages you post to the Code Project

    ATL / WTL / STL 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