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
M

max_xiayi

@max_xiayi
About
Posts
19
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can i play the same sound file on two different sound card at the same time
    M max_xiayi

    nobody? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com question

  • can i play the same sound file on two different sound card at the same time
    M max_xiayi

    anyone has done such job?please give me some hint!Thanks a lot please contact: max_xiayi@hotmail.com

    Hardware & Devices com question career

  • can i play the same sound file on two different sound card at the same time
    M max_xiayi

    case i have two sound cards, i wanna play wave file, or anything other music file, at the two sound cards at the same time. any guy have such experience? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com question

  • Is the codes here nothing with License problem?
    M max_xiayi

    Hi, buddies. I used own-draw control here for commercial use. I fear about License problem. Any one can give me a tip? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com help question

  • How to select system installed codec to make and compress a series of bmp into AVI file
    M max_xiayi

    hi,buddies. Happy new year! The problem of mine is: I have a series of bmp. I wanna to make them into AVI. I have used AVI*** funtion in vfw32.lib to do this job. And i used ICInfo function to collect all installed codec in windows system. The problem is that why not every "fcchandler" got by ICInfo can be used by AVIMakeCompressedStream? who knows the secret? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com help tutorial question career

  • how to converte a sequence of jpeg to a movie?
    M max_xiayi

    Any source code? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • How to change the font of a owner-drawn menu
    M max_xiayi

    ? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • How to pop system menu in an owner-draw dialog
    M max_xiayi

    i write a dialog with a skin.The dialog has no style of SYSTEM_MENU,therefore, it has no menu when you click the minimized icon on the task bar.How to pop up it? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • why ATL based ACTIVEX control got flicker when Redraw
    M max_xiayi

    Hi,All,I am developing an ACTIVEX control embedded in IE, which is used to display continuous jpegs captured from a server.Firstly I wrote my ACTIVEX control in MFC,and call InvalidateControl() to realize control window redraw.It is ok.Then I rewrote my ACTIVEX in ATL,most of the code regards to grapic are same,but this time since InvalidateControl() can not be called in ATL based control, I call FireViewChange() to realize control window redraw time by time.However,I found that the control window got flicker when it is redraw.What happened and how to deal with? please contact: max_xiayi@hotmail.com

    C / C++ / MFC c++ com sysadmin hardware tutorial

  • why ATL based ACTIVEX control got flicker when Redraw
    M max_xiayi

    Hi,All,I am developing an ACTIVEX control embedded in IE, which is used to display continuous jpegs captured from a server.Firstly I wrote my ACTIVEX control in MFC,and call InvalidateControl() to realize control window redraw.It is ok.Then I rewrote my ACTIVEX in ATL,most of the code regards to grapic are same,but this time since InvalidateControl() can not be called in ATL based control, I call FireViewChange() to realize control window redraw time by time.However,I found that the control window got flicker when it is redraw.What happened and how to deal with? please contact: max_xiayi@hotmail.com

    ATL / WTL / STL c++ com sysadmin hardware tutorial

  • How to disable device in 98/me
    M max_xiayi

    I can disable device in xp/2k by using the setup** functions.However, the same functions can not be used in 98/ME. Anybody can tell me how to realize the disabling device in 98/me? please contact: xiayi@ustc.edu

    C / C++ / MFC tutorial question workspace

  • How to disable device in 98/me
    M max_xiayi

    I can disable device in xp/2k by using the setup** functions.However, the same functions can not be used in 98/ME. Anybody can tell me how to realize the disabling device in 98/me? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question workspace

  • how to disable device(better "sound device" ) under 98/me
    M max_xiayi

    if you have solution, can you send me the source code to xiayi@ustc.edu? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • how to change the default PC soundcard settings when i have two soundcards in PC
    M max_xiayi

    Hi,can u send the program to me directly at xiayi@ustc.edu or max_xiayi@hotmail.com? It is urgent for me.Thanks a lot. please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • how to change the default PC soundcard settings when i have two soundcards in PC
    M max_xiayi

    I know how to change it by manually changing the control pad settings. But what i want to know is how to change the settings in my programm.How? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • how to change the default PC soundcard settings when i have two soundcards in PC
    M max_xiayi

    I know how to change it by manually changing the control pad settings. But what i want to know is change the settings in my programm.How? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com tutorial question

  • can i disable the IE File->new menu in a Activex Control(based on MFC)
    M max_xiayi

    can or not?if can,how? please contact: max_xiayi@hotmail.com

    COM com c++ question

  • Can i disable the ie menu(File->new) in my MFC application?
    M max_xiayi

    I am writing a activex control(MFC based) which will be embedded into an IE html page.I want to disable the IE menu(File->new),how can i do it? please contact: max_xiayi@hotmail.com

    C / C++ / MFC com question c++ html hardware

  • Anybody tell me how to use IStream correctly?
    M max_xiayi

    The following is my code which use a IStream interface to dispaly JPEG.But after about 24 hours, an Assert error happened at NO.622 line in atlbase.h ////////////////////////////////////////////////////////////////////////// IStream* pStream=NULL; HGLOBAL hMemory=0; BOOL bIsPicture ; hMemory = ::GlobalAlloc( GMEM_MOVEABLE, iBufferLength ); ASSERT( hMemory != NULL ); LPVOID pData = ::GlobalLock( hMemory ); ASSERT( pData != NULL ); ASSERT(iBufferLength>=0); memcpy(pData,buf,iBufferLength); ::GlobalUnlock(hMemory ); ::CreateStreamOnHGlobal(hMemory,TRUE,&pStream ); ASSERT( pStream != NULL ); //here is other code if(pStream) { pStream->Release(); } if(hMemory) { ::GlobalFree(hMemory); hMemory=NULL; } please contact: ctbpl_xiayi@yahoo.com.cn

    ATL / WTL / STL com help tutorial question announcement
  • Login

  • Don't have an account? Register

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