nobody? please contact: max_xiayi@hotmail.com
max_xiayi
Posts
-
can i play the same sound file on two different sound card at the same time -
can i play the same sound file on two different sound card at the same timeanyone has done such job?please give me some hint!Thanks a lot please contact: max_xiayi@hotmail.com
-
can i play the same sound file on two different sound card at the same timecase 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
-
Is the codes here nothing with License problem?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
-
How to select system installed codec to make and compress a series of bmp into AVI filehi,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
-
how to converte a sequence of jpeg to a movie?Any source code? please contact: max_xiayi@hotmail.com
-
How to change the font of a owner-drawn menu? please contact: max_xiayi@hotmail.com
-
How to pop system menu in an owner-draw dialogi 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
-
why ATL based ACTIVEX control got flicker when RedrawHi,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
-
why ATL based ACTIVEX control got flicker when RedrawHi,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
-
How to disable device in 98/meI 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
-
How to disable device in 98/meI 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
-
how to disable device(better "sound device" ) under 98/meif you have solution, can you send me the source code to xiayi@ustc.edu? please contact: max_xiayi@hotmail.com
-
how to change the default PC soundcard settings when i have two soundcards in PCHi,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
-
how to change the default PC soundcard settings when i have two soundcards in PCI 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
-
how to change the default PC soundcard settings when i have two soundcards in PCI 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
-
can i disable the IE File->new menu in a Activex Control(based on MFC)can or not?if can,how? please contact: max_xiayi@hotmail.com
-
Can i disable the ie menu(File->new) in my MFC application?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
-
Anybody tell me how to use IStream correctly?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