Net Meating
-
Hi you all I have a question that i don't know if someone would know the answer but if you do please answer me back. here is the question: We create a netmeating process so that we can have Direct Audio from one computer to the other one, we initialize only the Audio part not the vedio part, but we also have another program that we are trying to play full screan vedio and we can't do this sometimes because net meating some how refreshes the screan and take the vedio exlusivly. so, my question is does any one know why net meating refreshes the screan and take the vedio, if so how can we go around it thank you in advansed;) Aron
-
Hi you all I have a question that i don't know if someone would know the answer but if you do please answer me back. here is the question: We create a netmeating process so that we can have Direct Audio from one computer to the other one, we initialize only the Audio part not the vedio part, but we also have another program that we are trying to play full screan vedio and we can't do this sometimes because net meating some how refreshes the screan and take the vedio exlusivly. so, my question is does any one know why net meating refreshes the screan and take the vedio, if so how can we go around it thank you in advansed;) Aron
It is possible that NetMeeting is overlapping the video playback onto the display surface. (Not drawing it with GDI calls) I am confused as to what you are doing, but here are some things to think about; 1. If you are trying to read the video netmeeting is putting to the screen: If you try to get a bitmap of the video, by calling (BitBlt or something like that, you will get a big pink bitmap (or some other solid funky color). 2. If you want control of the screen to show your stuff, and not netmeeting, perhaps use the DirectDraw API to reset the video mode into your mode (or back to normal) somethings to think about anyway... Darin Rousseau http://www.rinlex.com/fssi/development/ darin@rinlex.com