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
C

chpsoft

@chpsoft
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about drag and drop
    C chpsoft

    hello!! i try to drag items between listctrls in my application,but when i drag more than 8 items at one time,the dragmove operation is so slow. i find that CImageList::DragMove function is so slow,but why? and how to solve it? help me!!

    C / C++ / MFC help tutorial question

  • Concatenation of two LPSTR
    C chpsoft

    it is wrong certainly.because your "myString" points to a static data area,which can not be changed.so ,your "myString = "Whats " + myString" is wrong.you must do so: char str[10]="up?"; char mystring[20]; sprintf(mystring,"Whats %s",str);

    C / C++ / MFC help question

  • how to receive app launch message?
    C chpsoft

    i see!thank you!

    C / C++ / MFC question linux tutorial

  • how to receive app launch message?
    C chpsoft

    can you tell me what's the difference of HCBT_CREATEWND and HSHELL_WINDOWCREATED?

    C / C++ / MFC question linux tutorial

  • how to receive app launch message?
    C chpsoft

    thank you. But can you give me a demo code?or where can download such demo? thank you again.

    C / C++ / MFC question linux tutorial

  • how to receive app launch message?
    C chpsoft

    I switch the default desktop to mine,and i produce taskbar myself.So i want to receive some message when system shell is ready to launch an application and to terminate an application. how can i do? hook? or other?

    C / C++ / MFC question linux 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