Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTLB Error - Pin
fadee16-Sep-03 2:30
fadee16-Sep-03 2:30 
GeneralRe: TLB Error - Pin
Jagadeesh VN16-Sep-03 2:52
Jagadeesh VN16-Sep-03 2:52 
GeneralTermiating an MFC app from a separate thread Pin
BigBen00716-Sep-03 2:24
BigBen00716-Sep-03 2:24 
GeneralRe: Termiating an MFC app from a separate thread Pin
Jagadeesh VN16-Sep-03 2:39
Jagadeesh VN16-Sep-03 2:39 
GeneralRe: Termiating an MFC app from a separate thread Pin
Jagadeesh VN16-Sep-03 2:43
Jagadeesh VN16-Sep-03 2:43 
GeneralRe: Termiating an MFC app from a separate thread Pin
BigBen00716-Sep-03 4:04
BigBen00716-Sep-03 4:04 
GeneralRe: Termiating an MFC app from a separate thread Pin
Jagadeesh VN16-Sep-03 7:15
Jagadeesh VN16-Sep-03 7:15 
GeneralScreensaver with Mpeg problem Pin
Mortis16-Sep-03 2:08
Mortis16-Sep-03 2:08 
Okay, i have this problem with a screensaver i'm writing. Basically i want to write a screensaver that plays a video.
Then when the mouse is moved (or a key pressed) the program quits.
Everything works fine, except when the mouse is moved over the area of the video playing.
the following function doesnt get any "WM_MOUSEMOVE" callback while the mouse is over the video area
LRESULT WINAPI ScreenSaverProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
{
///////////////

my guess is that it might be a problem with the following
MCI_DGV_WINDOW_PARMS mciWindow;
mciWindow.dwCallback = 0L; //Here
mciWindow.hWnd = hWnd;
mciWindow.nCmdShow = SW_SHOW;

anyways, the
mciSendCommand(gwMCIDeviceID, MCI_PLAY, dwFlags, (DWORD)(LPMCI_DGV_PLAY_PARMS)&mciPlay);
function doesnt return any "WM_NOTIFY" call back or anything to the ScreenSaverProc

Any help with this would be greatly appriciated
Confused | :confused:

GeneralCMemDC help Pin
Zizilamoroso16-Sep-03 1:28
Zizilamoroso16-Sep-03 1:28 
GeneralRe: CMemDC help Pin
dan o16-Sep-03 3:38
dan o16-Sep-03 3:38 
GeneralRe: CMemDC help Pin
Zizilamoroso16-Sep-03 6:55
Zizilamoroso16-Sep-03 6:55 
GeneralRe: CMemDC help Pin
Jagadeesh VN16-Sep-03 7:29
Jagadeesh VN16-Sep-03 7:29 
GeneralRe: CMemDC help Pin
Zizilamoroso16-Sep-03 11:18
Zizilamoroso16-Sep-03 11:18 
GeneralRe: CMemDC help Pin
KaЯl17-Sep-03 0:15
KaЯl17-Sep-03 0:15 
GeneralCRichEditCtrl - Text Align Pin
Ph@ntom16-Sep-03 1:14
Ph@ntom16-Sep-03 1:14 
GeneralRe: CRichEditCtrl - Text Align Pin
David Crow16-Sep-03 4:27
David Crow16-Sep-03 4:27 
QuestionHow can we spy[hook] Registry Actions? Pin
Behzad Ebrahimi16-Sep-03 1:12
Behzad Ebrahimi16-Sep-03 1:12 
AnswerRe: How can we spy[hook] Registry Actions? Pin
Roger Allen16-Sep-03 1:41
Roger Allen16-Sep-03 1:41 
GeneralTerminate MFC App in CView::OnInitialUpdate() Pin
CodeBrain16-Sep-03 1:03
CodeBrain16-Sep-03 1:03 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Steve S16-Sep-03 1:26
Steve S16-Sep-03 1:26 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Jagadeesh VN16-Sep-03 1:26
Jagadeesh VN16-Sep-03 1:26 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Roger Allen16-Sep-03 1:42
Roger Allen16-Sep-03 1:42 
GeneralRe: Terminate MFC App in CView::OnInitialUpdate() Pin
Jagadeesh VN16-Sep-03 1:56
Jagadeesh VN16-Sep-03 1:56 
QuestionWhat MFC is capable of? Can it create full-screen 3D games? Pin
Link260016-Sep-03 0:13
Link260016-Sep-03 0:13 
AnswerRe: What MFC is capable of? Can it create full-screen 3D games? Pin
Zizilamoroso16-Sep-03 1:32
Zizilamoroso16-Sep-03 1:32 

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.