Click here to Skip to main content
15,911,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDynamic bitmap Pin
SnapRick14-Sep-01 9:17
SnapRick14-Sep-01 9:17 
GeneralRe: Dynamic bitmap Pin
Remi Morin14-Sep-01 10:23
Remi Morin14-Sep-01 10:23 
QuestionHow can I know that the mouse is/is not over my control Pin
Remi Morin14-Sep-01 9:00
Remi Morin14-Sep-01 9:00 
AnswerRe: How can I know that the mouse is/is not over my control Pin
14-Sep-01 9:08
suss14-Sep-01 9:08 
GeneralRe: How can I know that the mouse is/is not over my control Pin
Remi Morin14-Sep-01 10:16
Remi Morin14-Sep-01 10:16 
GeneralAccessing Windows NT Drivers From User Mode Programs Pin
Joseph LeBlanc14-Sep-01 8:50
Joseph LeBlanc14-Sep-01 8:50 
GeneralNet Meating Pin
GetFree14-Sep-01 8:49
GetFree14-Sep-01 8:49 
GeneralRe: Net Meating Pin
14-Sep-01 9:03
suss14-Sep-01 9:03 
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
GeneralCentering Dialogs on an ActiveX application Pin
14-Sep-01 8:32
suss14-Sep-01 8:32 
GeneralRe: Centering Dialogs on an ActiveX application Pin
Paolo Messina15-Sep-01 13:12
professionalPaolo Messina15-Sep-01 13:12 
GeneralOutLook Bar Control Pin
14-Sep-01 8:19
suss14-Sep-01 8:19 
GeneralRe: OutLook Bar Control Pin
Matt Philmon14-Sep-01 8:22
Matt Philmon14-Sep-01 8:22 
GeneralRe: OutLook Bar Control Pin
Chris Maunder14-Sep-01 14:35
cofounderChris Maunder14-Sep-01 14:35 
GeneralRe: OutLook Bar Control Pin
15-Sep-01 18:15
suss15-Sep-01 18:15 
GeneralMAKE CODE SLOWER Pin
14-Sep-01 8:17
suss14-Sep-01 8:17 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 8:21
suss14-Sep-01 8:21 
GeneralRe: MAKE CODE SLOWER Pin
Carlos Antollini14-Sep-01 8:49
Carlos Antollini14-Sep-01 8:49 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 8:56
suss14-Sep-01 8:56 
GeneralRe: MAKE CODE SLOWER Pin
14-Sep-01 9:53
suss14-Sep-01 9:53 
GeneralRe: MAKE CODE SLOWER Pin
Alvaro Mendez18-Sep-01 12:09
Alvaro Mendez18-Sep-01 12:09 
GeneralRe: MAKE CODE SLOWER Pin
Tomasz Sowinski14-Sep-01 9:16
Tomasz Sowinski14-Sep-01 9:16 
GeneralRe: MAKE CODE SLOWER Pin
Carlos Antollini14-Sep-01 9:22
Carlos Antollini14-Sep-01 9:22 
Questionwhat is a good requirement/specification for... Pin
14-Sep-01 7:40
suss14-Sep-01 7:40 
AnswerRe: what is a good requirement/specification for... Pin
Carlos Antollini14-Sep-01 8:53
Carlos Antollini14-Sep-01 8:53 
GeneralRe: what is a good requirement/specification for... Pin
14-Sep-01 10:22
suss14-Sep-01 10:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.