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
L

ladder

@ladder
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use control
    L ladder

    I have to add a activex control into the project use doc/view, and the control must hide, so I want to use it as object or class, so I have to dymanic create it, the class wizard generate a class named like CSampleControl, and the interface of the control was generated as class' member function. I use the "new" operator create a control' instanse, when I use create function to create the control, the env throw exception and dump, so how can I do? eg. CSampleControl* control; control = new CSampleControl(); control->Create( "", "", WS_CHILD, this, 1000 );

    C / C++ / MFC question tutorial

  • how to use control
    L ladder

    I have to add a activex control into the project use doc/view, and the control must hide, so I want to use it as object or class, so I have to dymanic create it, the class wizard generate a class named like CSampleControl, and the interface of the control was generated as class' member function. I use the "new" operator create a control' instanse, when I use create function to create the control, the env throw exception and dump, so how can I do? eg. CSampleControl* control; control = new CSampleControl(); control->Create( "", "", WS_CHILD, this, 1000 );

    C / C++ / MFC question tutorial

  • how to use control
    L ladder

    I have to add a activex control into the project use doc/view, and the control must hide, so I want to use it as object or class, so I have to dymanic create it, the class wizard generate a class named like CSampleControl, and the interface of the control was generated as class' member function. I use the "new" operator create a control' instanse, when I use create function to create the control, the env throw exception and dump, so how can I do? eg. CSampleControl* control; control = new CSampleControl(); control->Create( "", "", WS_CHILD, this, 1000 );

    C / C++ / MFC question tutorial

  • how to use control
    L ladder

    I have to use a control in doc/view mode, and I want to use the Create function to create a control's instanse, not in the dialog window mode, so I use the "add to projects\components and controls" menu add the control to the project, how can I use the Create function to create the control?

    C / C++ / MFC question tutorial

  • Windows' Handle
    L ladder

    Thanks. Please tell me which section show this message in MSDN.

    System Admin question

  • Windows' Handle
    L ladder

    How many Handle can be create or open in Windows system? Same as how many file or socket can be open in Windows system? Thanks.

    System Admin question

  • CPropertySheet & CPropertyPage
    L ladder

    Perfectly, Thanks.

    C / C++ / MFC question debugging announcement

  • CPropertySheet & CPropertyPage
    L ladder

    In MSDN, the Method "AddPage"'s describe, MS told us "AddPage adds the CPropertyPage object to the CPropertySheet object’s list of pages but does not actually create the window for the page. The framework postpones creation of the window for the page until the user selects that page.", so if I don't click the page, the page's member can not be accessed or make a exception. But if I click the page, the "OnInitDialog" will be executed, so I can access the page's member when the sheet destory. so I need initialze the all pages when the sheet be shown, the all pages's "OnInitDialog" will be executed.

    C / C++ / MFC question debugging announcement

  • CPropertySheet & CPropertyPage
    L ladder

    1. In MSDN, the disactive Page not initialize if you not click it, how can I initialize all page when the sheet is shown? 2. When I use the function "UpdateDialogControls" in a CPropertyPage, in Debug mode, it works perfectly, but in release mode, some warning will be shown, and the applications will destory, why?

    C / C++ / MFC question debugging announcement
  • Login

  • Don't have an account? Register

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