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
Z

zhu_lin

@zhu_lin
About
Posts
29
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to find that an application is executed from command prompt or by double clicking the application ?
    Z zhu_lin

    GetModuleFileName API

    it's my pleasure to make friend with you.

    C / C++ / MFC help tutorial question

  • How limit File Open Window Displaying in Microsoft Word
    Z zhu_lin

    no way. open the file with windows api into the memory instead of opening it with office interface

    it's my pleasure to make friend with you.

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

  • How do some viruses act without appearing in task manager?
    Z zhu_lin

    DLL injection

    it's my pleasure to make friend with you.

    C / C++ / MFC performance question

  • Submit a web form: What I'm doing wrong? [modified]
    Z zhu_lin

    check your localhost port in the class CInternetSession.

    it's my pleasure to make friend with you.

    C / C++ / MFC php html help question

  • Connecting (DirectShow) filter pins causes application to quit.
    Z zhu_lin

    I had written a case which rendered a wmv file and grab picture in the grabber filter years ago. It work well. If you need the source codes, please contact to me. I will send you. my MSN: zhu_lin4103@126.com

    it's my pleasure to make friend with you.

    C / C++ / MFC help c++ database com graphics

  • Bulk insertion into SQL Server 2005 using variables.
    Z zhu_lin

    type:IMAGE

    it's my pleasure to make friend with you.

    C / C++ / MFC database sql-server sysadmin help tutorial

  • how to build a dialog like vista or windows 7
    Z zhu_lin

    you can contact me , i am from china too. haha msn: zhu_lin4103@126.com

    it's my pleasure to make friend with you.

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

  • Tree Control without check box in the root
    Z zhu_lin

    tell me your msn or your email, i will send to you

    it's my pleasure to make friend with you.

    C / C++ / MFC c++ data-structures

  • How to detect illegal memory consuming?
    Z zhu_lin

    is the database server on your cp ? mybe the database. and what did your programme do when the memory increased.

    it's my pleasure to make friend with you.

    C / C++ / MFC c++ database graphics tools performance

  • Connecting (DirectShow) filter pins causes application to quit.
    Z zhu_lin

    what's the format of your video file. does the programme quite whatever source files connect?

    it's my pleasure to make friend with you.

    C / C++ / MFC help c++ database com graphics

  • Tree Control without check box in the root
    Z zhu_lin

    i will send you the source codes. MSN: zhu_lin4103@126.com

    it's my pleasure to make friend with you.

    C / C++ / MFC c++ data-structures

  • Ask for help ___the errors in my projects to show modless dialog in dll [modified]
    Z zhu_lin

    void CTestDlg::OnBnClickedButtonDlltest()
    {
    HWND myhWnd = this->m_hWnd;

    typedef CDialog * (_stdcall *Connect)(HWND hWnd);
    HINSTANCE hinstDLL=NULL;
    hinstDLL = ::LoadLibrary("AntiSubmarine.dll");
    if (hinstDLL) {
    Connect Proc;
    Proc = (Connect)GetProcAddress(hinstDLL,"ShowDllDlg");
    if (Proc!=(Connect)NULL) {
    m_pdlg = (CDialog *)Proc(myhWnd);//in *.h file defines CDialog * m_pdlg;
    //if only "Proc(myhWnd)", also the same error;
    }
    //FreeLibrary(hinstDLL);
    }
    else {
    AfxMessageBox("Not found dll !");
    }
    return;
    }

    if you create a modless dialog, don't free the library which include the dialog resource until you destroy the dialog, because that modless dialog is not block like mod dialog. :)

    it's my pleasure to make friend with you.

    C / C++ / MFC help

  • draw Visualization in custom directshow mp3 player
    Z zhu_lin

    what's the meaning of 'visualization'?

    it's my pleasure to make friend with you.

    C / C++ / MFC question

  • Ask for help ___the errors in my projects to show modless dialog in dll [modified]
    Z zhu_lin

    because you free the library after creating a modless dialog, so the error happened.

    it's my pleasure to make friend with you.

    C / C++ / MFC help

  • GCC & bitmap.c__
    Z zhu_lin

    mark

    it's my pleasure to make friend with you.

    C / C++ / MFC graphics com help tutorial

  • SMTP: all are not working?
    Z zhu_lin

    check whether your SMTP server is open. and what's your smtp function return value?

    it's my pleasure to make friend with you.

    C / C++ / MFC help question

  • check whether new picture upload in the folder
    Z zhu_lin

    Suddenly,I aware that i am in the day time and you are in the night,haha... you can see here to find the answer:CDirectoryChangeWatcher - ReadDirectoryChangesW all wrapped up[^]

    it's my pleasure to make friend with you.

    C / C++ / MFC tutorial

  • check whether new picture upload in the folder
    Z zhu_lin

    ok,tell me your email, i will send you soon.

    it's my pleasure to make friend with you.

    C / C++ / MFC tutorial

  • Is it possible to send user data in CSocket::Connect
    Z zhu_lin

    from the msdn about WSAConnect: The lpCallerData parameter contains a pointer to any user data that is to be sent along with the connection request (called connect data). This is additional data, not in the normal network data stream, that is sent with network requests to establish a connection. This option is used by legacy protocols such as DECNet, OSI TP4, and others. Note Connect data is not supported by the TCP/IP protocol in Windows. Connect data is supported only on ATM (RAWWAN) over a raw socket.

    it's my pleasure to make friend with you.

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

  • Is it possible to send user data in CSocket::Connect
    Z zhu_lin

    Note Connect data is supported only on ATM (RAWWAN) over a raw socket. TCP/IP in Windows does not support connect data.

    it's my pleasure to make friend with you.

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