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
F

fanronghua

@fanronghua
About
Posts
10
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • display millisecond in TChart, help~
    F fanronghua

    1.double click Tchat. 2.choose chart-axis page. 3.choose axis: left radiobutton. 4.choose labels page. and set then datetime format is 'yyyy-mm-dd hh:nn:ss.zzz' 5.set labels round first is false. 6. chose axis :bottom radiobutton. 7.choose labels page. and set then datetime format is 'yyyy-mm-dd hh:nn:ss.zzz' 8.set labels round first is false. 9.select the line(sample : seriel1) double click. 10.select general page. 11.set horizontal axis : to datetime. that's ok! :)

    Delphi question help

  • Ugentz PLZ Help with my doubt!!!!!!
    F fanronghua

    then first , you can press cttl+ a. second, press Del. then you can build it .

    Delphi delphi help tutorial

  • I need help with compiling a Delphi 7 project...
    F fanronghua

    Can you Send you All Components Code and All Project source Code to Me? This is My Email : fanronghua@126.com. I'll help you , and I'll send your source code after build all project for success.

    Delphi delphi com help

  • In Window forms application C++
    F fanronghua

    SendMessage();

    C / C++ / MFC c++ help

  • a socket problem
    F fanronghua

    Please upload you code............

    C / C++ / MFC help sysadmin question

  • Use the windows 7 sdk with qt
    F fanronghua

    What is qt?

    C / C++ / MFC tutorial question

  • could you help me? I need a example about how to using CSocket with mfc
    F fanronghua

    That's simple. //CListenSocket头文件 class CListenSocket : public CSocket { public: CListenSocket(HWND hWnd=NULL); HWND m_hWnd; //事件处理窗口 virtual void OnAccept(int nErrorCode); }; //CListenSocket实现文件 #include "ListenSocket.h" CListenSocket::CListenSocket(HWND hWnd){m_hWnd=hWnd;} void CListenSocket::OnAccept(int nErrorCode) { SendMessage(m_hWnd,WM_SOCKET_MSG,SOCKET_CLNT_ACCEPT,0); CSocket::OnAccept(nErrorCode); } ... m_pListenSocket=new CListenSocket(m_hWnd); m_pListenSocket->Create(...); m_pListenSocket->Listen(); ... LRESULT CXxxDlg::OnSocketMsg(WPARAM wParam, LPARAM lParam) { UINT type=(UINT)wParam; switch(type) { case SOCKET_CLNT_ACCEPT: { CSocket* pSocket=new CSocket; if(!m_pListenSocket->Accept(*pSocket)) { delete pSocket; break; } ... } ... } }

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

  • how to connect database
    F fanronghua

    Which Database are you connect? you can used AdoConnect _ConnectionPtr * con; _RecordsetPtr * rec;

    C / C++ / MFC database tutorial

  • MFC Networking Application.
    F fanronghua

    Very Well.

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

  • how to change vb98 project to vb.net2005 project
    F fanronghua

    anybody here? please help me! how to change vb98 project to vb.net2005 project? can i get a tool??

    Visual Basic csharp help tutorial 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