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
E

echozeng

@echozeng
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Time
    E echozeng

    give you one way : 1、run a program in pc "B",it transfer pc "B" time to PC "A" program whit udp or tcp protocol.

    C / C++ / MFC c++ tutorial

  • C++ and ADO problem
    E echozeng

    i think the program will throw a exception,you can look at the exception for finding out the error informtion.

    C / C++ / MFC help database c++ question

  • Disable warning [modified]
    E echozeng

    it is so easy question,i am very glad to answer it add "#pragma warning(disabled:4996)" in the head of header file and then the warning informaion will disappear. echozeng ----->rose rose i love you

    C / C++ / MFC c++ tutorial question

  • Icon problem [modified]
    E echozeng

    Have you changed the function's parameter ,for example ,if you want show the new icon which ID is IDR_NEW on the dialog, you can modify the LoadIcon function . CTestIconDlg::CTestIconDlg(CWnd* pParent /*=NULL*/) : CDialog(CTestIconDlg::IDD, pParent) { //{{AFX_DATA_INIT(CTestIconDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 // modify this sentense m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); m_hIcon = AfxGetApp()->LoadIcon(IDR_NEW); } echozeng ----> nose nose i love you

    C / C++ / MFC debugging help learning workspace
  • Login

  • Don't have an account? Register

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