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
S

SmilingHeart

@SmilingHeart
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • A question about CRuntimeClass and Dynamic Creation
    S SmilingHeart

    Thanks a lot. I love sea

    C / C++ / MFC help tutorial question

  • A question about CRuntimeClass and Dynamic Creation
    S SmilingHeart

    I have tried your code. But it does not work. "pModuleState->m_classList" is always eaqual to 0x0000. Can you tell me the reason? I love sea

    C / C++ / MFC help tutorial question

  • A question about CRuntimeClass and Dynamic Creation
    S SmilingHeart

    I want to implement a funtion.The follwing is its prototype: CRuntimeClass* FindClass(CString &strClassName) Parameter strClassName is the name of some class. I want to get the CRuntimeClass member variable of the class whose name is strClassName. For example : CString strClassName="CMyView"; CRuntimeClass * pRtc=FineClass(strClassName); ~~~~~~~~ I hope that I can get the pointer of CRuntimeClass member variable of CMyView; Thanks for your help I love sea

    C / C++ / MFC help tutorial question

  • What does this mean?
    S SmilingHeart

    Yes you are right. But i donot know what the assembly codes mean.Have you ever encourted this problem?How can i solve this problem. I love sea

    C / C++ / MFC debugging question

  • What does this mean?
    S SmilingHeart

    I encounter a warning, when i debug a programe. The warning message is "User breakpoint called from code at 0x77f97704".I donot know the reason. When this warning message appears, VC shows a screen of assembly code to me.Please tell me the reason to cause this warning . I love sea

    C / C++ / MFC debugging question

  • Help me!
    S SmilingHeart

    To Christian, First thank you very much for your reply! Yeah,I agree about what you have said. But what i want to do now, is to read ~~~~~ the content of a document.And I donot want that the view and frame are to be ~~~~~~~~~~~~~~~~~~~~~~~~~ showed. Let us take an example: Suppose that you are going to load the content of a *.txt file. Must you run an notepad.exe? No. You can make it by writing such codes: CStdioFile f(...); Do you catch what i mean? I love sea

    C / C++ / MFC help tutorial

  • Help me!
    S SmilingHeart

    I have created an MDI application. In this application, I have a class CMyDoc,which is inherited from CDocument. Now I want to write some code to open a document of this kind, while not showing the frame and view which are associated with the document. I write these codes: { ... CMyDoc * pDoc=(CMyDoc*)theApp.OpenDocumentFile(m_strNewFileName); ... } As you can guess,the frame and view are showed.Please tell me how to open a document without showing the frame and view . I love sea

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