Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 1:23
Steen Krogsgaard10-Oct-01 1:23 
GeneralRe: passing pointers to functions as function args Pin
mightymark10-Oct-01 20:21
mightymark10-Oct-01 20:21 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 22:31
Steen Krogsgaard10-Oct-01 22:31 
GeneralMultilanguge ActiveX Control Pin
Fredrik Sigbjörn8-Oct-01 21:19
Fredrik Sigbjörn8-Oct-01 21:19 
GeneralShowing window with and without title bar Pin
D.D. de Kerf8-Oct-01 20:49
D.D. de Kerf8-Oct-01 20:49 
GeneralNDI Cache Pin
ColinDavies8-Oct-01 17:03
ColinDavies8-Oct-01 17:03 
GeneralMouse capture problem Pin
Mr.Freeze8-Oct-01 16:44
Mr.Freeze8-Oct-01 16:44 
GeneralRe: Mouse capture problem Pin
Chaos Lawful8-Oct-01 23:37
Chaos Lawful8-Oct-01 23:37 
I think non-dialog and dialog based applications have the same problem. Because once the mouse move outside a window, the mouse messages won't be sent to the window unless a mouse button has been pressed down. It is capable even to the window used "SetCapture()". Sorry but it's out of my reach to solve this problem. But you can use the sentence "::SetCursor(::LoadCursor(NULL,NULL));" to make your cursor invisble and use the sentence "::SetCursor(::LoadCursor(NULL,IDC_ARROW));" to restore it. And, you can always use GetCursorPos() function to retrieve the mouse cursor's current position.
Hope it can help you.
Wink | ;)

Law is meaningless without chaos.
Chaos without Law is equal to destruction.
Chaos and Law create our rich and colorful world.
GeneralRe: Mouse capture problem Pin
Mr.Freeze9-Oct-01 0:10
Mr.Freeze9-Oct-01 0:10 
GeneralMassive bloat with WTL's CFileDialog Pin
Michael Dunn8-Oct-01 16:21
sitebuilderMichael Dunn8-Oct-01 16:21 
GeneralMy rc file got too fat !!! Pin
8-Oct-01 15:54
suss8-Oct-01 15:54 
GeneralRe: My rc file got too fat !!! Pin
8-Oct-01 21:43
suss8-Oct-01 21:43 
GeneralRe: My rc file got too fat !!! Pin
8-Oct-01 22:48
suss8-Oct-01 22:48 
Generaldirectory and DFileDialog Pin
8-Oct-01 14:51
suss8-Oct-01 14:51 
GeneralRe: directory and DFileDialog Pin
Michael Dunn8-Oct-01 16:12
sitebuilderMichael Dunn8-Oct-01 16:12 
GeneralRe: directory and DFileDialog Pin
Fredrik Sigbjörn8-Oct-01 21:24
Fredrik Sigbjörn8-Oct-01 21:24 
GeneralProper implementation of ComboBox Pin
Xian8-Oct-01 14:45
Xian8-Oct-01 14:45 
GeneralRe: Proper implementation of ComboBox Pin
Brendan Tregear8-Oct-01 18:03
Brendan Tregear8-Oct-01 18:03 
Question.NET to replace MFC???? Pin
Stormwind8-Oct-01 14:37
Stormwind8-Oct-01 14:37 
AnswerRe: .NET to replace MFC???? Pin
Fazlul Kabir8-Oct-01 14:55
Fazlul Kabir8-Oct-01 14:55 
AnswerRe: .NET to replace MFC???? Pin
Christian Graus8-Oct-01 15:52
protectorChristian Graus8-Oct-01 15:52 
GeneralRe: .NET to replace MFC???? Pin
Fazlul Kabir8-Oct-01 17:01
Fazlul Kabir8-Oct-01 17:01 
GeneralRe: .NET to replace MFC???? Pin
Christian Graus8-Oct-01 17:24
protectorChristian Graus8-Oct-01 17:24 
GeneralRe: .NET to replace MFC???? Pin
Fazlul Kabir8-Oct-01 18:54
Fazlul Kabir8-Oct-01 18:54 
GeneralRe: .NET to replace MFC???? Pin
Christian Graus8-Oct-01 19:02
protectorChristian Graus8-Oct-01 19:02 

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.