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
O

only coding

@only coding
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Restrict User To Copy Image
    O only coding

    Recommend Mytoolsoft Batch Watermark, Very easy to use. http://www.mytoolsoft.com

    ASP.NET question

  • How to determine the CListCtrl item height ?
    O only coding

    create a CImagelist for this list control. then call SetImageList with LVSIL_STATE , the image height is item height.

    Are you have gtalk ? please add me: xiangyangzhao@gmail.com

    C / C++ / MFC question tutorial

  • Create a dialog
    O only coding

    set WS_CHILD style to D2

    Are you have gtalk ? please add me: xiangyangzhao@gmail.com

    C / C++ / MFC data-structures help tutorial

  • How can I get the IP automatically?
    O only coding

    struct hostent* phostent; char name[128]; gethostname( name, 128 ); phostent = gethostbyname( name ); if( phostent ) { CString strIP = inet_ntoa( *(in_addr*)phostent->h_addr_list[0] ); }

    Are you have gtalk ? please add me: xiangyangzhao@gmail.com

    C / C++ / MFC question sysadmin lounge

  • Custom Drawn Dialog
    O only coding

    you can remove WS_MINIMIZEBOX and WS_MAXIMIZEBOX style for Dialog. then draw them youself.

    Are you have gtalk ? please add me: xiangyangzhao@gmail.com

    C / C++ / MFC graphics question

  • Funny Vista (and XP too I think) "bug"
    O only coding

    convenient!.ha

    The Lounge help

  • Is there a C++ funtion like GetSystemDrive?
    O only coding

    It is not safe to modify the value of the environment variable using the returned pointer. By MSDN

    C / C++ / MFC c++ help 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