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
I

Intertherain

@Intertherain
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is it true that if GetActiveView() returns NULL then Our Application Does not Support Doc/view.
    I Intertherain

    (1)GetActiveView() returns NULL when called for an MDI main frame window (CMDIFrameWnd). (2)If there is no current view, returns NULL. libo

    C / C++ / MFC help

  • unexpected end of file while looking for precompiled header directive
    I Intertherain

    delete Debug directory, and delete .clw, .opt, .NCB files. then compile again. libo

    C / C++ / MFC help c++ debugging tutorial question

  • Sending email in VC++ 6.0
    I Intertherain

    http://www.codeproject.com/internet/csmtpconn.asp\[^\] The method that the above site provides may be useful to send e_mail on the old smtp protocol servers. This kind of servers dont need the user name and password when they are connected to send e_mail. But now most of the e_mail servers update e-mail system for security and against rubbish e-mails.They ask users to provide user names and passwords to be connected. to send mail,you should follow: 1、use socket to connect to the smtp server . 2、send "ehlo the smtp server \r\n" to the smtp server . you will receive the "250" from the smtp server,which stands for ok. 3、send "auth login \r\n" .then will receive the "334" from the smtp server. 4、send "your user name\r\n" which is encoded by the base64 arithmetic. you will receive the "334" . 5、send "your password"which encoded by the base64 arithmetic. you will receive the "235" that stands for ok. 6、so much to write.then follow the above site to continue. libo

    C / C++ / MFC c++ tutorial

  • .net and MFC ?
    I Intertherain

    miscrosoft will release Visual C++.net 2005 in the late of this year. I find that C++/CLI of .net 2005 has more different from MFC than .net 2003 does. it have more syntax than standard C++. AS a MFC programmer, I dont have enough time to study Visual C++.net 2003, say nothing of .net 2005. Will MFC be out of date? I dont believe. miscrosoft always releases a new edition of the C++ in nearly two years. How can we keep up with the trend as a programmer of the c++. libo

    C / C++ / MFC c++ csharp question announcement

  • Interaction between dialog boxes
    I Intertherain

    there are two methods (1)use CWnd::SendMessage( UINT message, WPARAM wParam = 0, LPARAM lParam = 0 ); (2)you can add a variable in the CMainFrm. pass the File name of the first Dialog to the variable.then the second Dialog access it. libo

    C / C++ / MFC c++ tutorial

  • Doubt about which message handler to use
    I Intertherain

    In my opinion ,I don't put code in CMyView::OnInitialUpdate()". It may be better to use a menu named "Link DataBase", the user click the menu ,then the application link to the DB accesss. If access failed ,you can give the user an Error MessageBox . Thus you can put the DB access code in CMyView::On****( ). libo

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

  • Dialogs from MFC resources
    I Intertherain

    You do not need to re-create dialogue. You just need open your new project . then open the “ResourceView" ---> "Dialog", then use main menu "File" "open" ,choose your old project's resource file(*.rc), and open it. Finally copy-paste between the two resource file.(I usually drag the old dialog into the new project). I am sorry for my poor English not to express myself clearly. libo China

    C / C++ / MFC c++ visual-studio question

  • how can i make frame in the center of the screen
    I Intertherain

    i want to make the frame of the application in the center of the screen ,when the application is started. how can i do it? thank you! libo

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