Click here to Skip to main content
16,007,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: prevent from screen capture Pin
Member 65121717-Aug-04 7:25
Member 65121717-Aug-04 7:25 
GeneralSynchronization of two threads Pin
nnvidya16-Aug-04 22:47
nnvidya16-Aug-04 22:47 
GeneralRe: Synchronization of two threads Pin
Blake Miller20-Aug-04 5:22
Blake Miller20-Aug-04 5:22 
Questionhow to magnify the video Pin
zahid_ash16-Aug-04 22:10
zahid_ash16-Aug-04 22:10 
AnswerRe: how to magnify the video Pin
Blake Miller20-Aug-04 5:36
Blake Miller20-Aug-04 5:36 
GeneralRe: how to magnify the video Pin
zahid_ash20-Aug-04 19:14
zahid_ash20-Aug-04 19:14 
GeneralRe: how to magnify the video Pin
Blake Miller23-Aug-04 4:20
Blake Miller23-Aug-04 4:20 
GeneralFocus problem. Pin
V.16-Aug-04 21:47
professionalV.16-Aug-04 21:47 
Hi,

In our project @ work we have a flex grid component. When you double click a cell you get in 'edit mode' and a dialog appears so you can type a value and if you press OK the cell gets this value. (They probably had their reasons to do it like that Confused | :confused: )

I derived a class from this one with some extra features, but now it seems I have to click on the dialog again to get the focus on the dialog (after doubleclick) setting the focus to another cell in the grid! (if you would press OK the WRONG cell gets the value)

I have checked my code against the base class and there is nothing I can see that is significantly different.

In the OnInitDialog from the called dialog I set the focus to a control.

Question: How can I put focus ON the dialog and OFF the grid without an extra click? (which will set focus to another cell)

1 more note: I can type in my control no problem, so If you would press enter everything would be fine. It's just as if the mouse doesn't get there?Unsure | :~

I hope somebody can help me, tnx in advance!

"If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
GeneralRe: Focus problem. Pin
V.16-Aug-04 22:47
professionalV.16-Aug-04 22:47 
GeneralEnter Pin
Johnny Peszek16-Aug-04 21:21
Johnny Peszek16-Aug-04 21:21 
GeneralRe: Enter Pin
V.16-Aug-04 21:34
professionalV.16-Aug-04 21:34 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 2:32
Johnny Peszek17-Aug-04 2:32 
GeneralRe: Enter Pin
V.17-Aug-04 3:53
professionalV.17-Aug-04 3:53 
GeneralRe: Enter Pin
Johnny Peszek17-Aug-04 9:23
Johnny Peszek17-Aug-04 9:23 
GeneralRe: Enter Pin
V.17-Aug-04 21:46
professionalV.17-Aug-04 21:46 
GeneralDifference Btw Win32 and MFC programming Pin
zahid_ash16-Aug-04 18:36
zahid_ash16-Aug-04 18:36 
GeneralRe: Difference Btw Win32 and MFC programming Pin
kailai_nishanth16-Aug-04 19:33
kailai_nishanth16-Aug-04 19:33 
GeneralOn File-> New (Project) Win32 application and MFC wizard Pin
zahid_ash16-Aug-04 19:57
zahid_ash16-Aug-04 19:57 
GeneralRe: On File-> New (Project) Win32 application and MFC wizard Pin
kailai_nishanth16-Aug-04 20:51
kailai_nishanth16-Aug-04 20:51 
GeneralRe: On File-> New (Project) Win32 application and MFC wizard Pin
David Crow17-Aug-04 5:32
David Crow17-Aug-04 5:32 
GeneralRe: Difference Btw Win32 and MFC programming Pin
ThatsAlok17-Aug-04 0:49
ThatsAlok17-Aug-04 0:49 
GeneralCRC/checksum for a group of files Pin
Anthony_Yio16-Aug-04 17:54
Anthony_Yio16-Aug-04 17:54 
GeneralRe: CRC/checksum for a group of files Pin
Antony M Kancidrowski17-Aug-04 0:42
Antony M Kancidrowski17-Aug-04 0:42 
GeneralAnti-alias w/ GDI NOT GDI+ Pin
Tony Teveris16-Aug-04 16:46
Tony Teveris16-Aug-04 16:46 
GeneralHere's a good one. Pin
JD Steffen16-Aug-04 15:58
JD Steffen16-Aug-04 15:58 

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.