Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog with background as Image? Pin
Nishad S10-May-06 21:36
Nishad S10-May-06 21:36 
GeneralRe: Dialog with background as Image? Pin
Andy Rama10-May-06 21:48
Andy Rama10-May-06 21:48 
GeneralRe: Dialog with background as Image? Pin
Nishad S10-May-06 21:51
Nishad S10-May-06 21:51 
GeneralRe: Dialog with background as Image? Pin
Andy Rama10-May-06 22:48
Andy Rama10-May-06 22:48 
GeneralRe: Dialog with background as Image? Pin
Nishad S10-May-06 22:52
Nishad S10-May-06 22:52 
GeneralRe: Dialog with background as Image? Pin
Nishad S10-May-06 23:01
Nishad S10-May-06 23:01 
GeneralRe: Dialog with background as Image? Pin
Andy Rama10-May-06 23:24
Andy Rama10-May-06 23:24 
GeneralRe: Dialog with background as Image? Pin
Nishad S10-May-06 23:35
Nishad S10-May-06 23:35 
I didnot try it using FlexGrid, but it is working for ListBox and Picture control.
WS_CLIPSIBLING style will make the picture control to be clipped by the other sibling controls.

Now you can:
1. Make sure that there is no transparency style is set to picture control.
2. Try to change the tab order also.
3. If it does not fix the problem, try to set the FlexGrid to top of the picture control in zorder using SetWindowPos.

And please let me know the status Smile | :)

- NS -
GeneralRe: Dialog with background as Image? Pin
Andy Rama11-May-06 0:27
Andy Rama11-May-06 0:27 
AnswerRe: Dialog with background as Image? Pin
Iain Clarke, Warrior Programmer10-May-06 22:47
Iain Clarke, Warrior Programmer10-May-06 22:47 
QuestionVC++ Faq's Pin
Ashraj198210-May-06 21:15
Ashraj198210-May-06 21:15 
AnswerRe: VC++ Faq's Pin
Russell'10-May-06 23:13
Russell'10-May-06 23:13 
AnswerRe: VC++ Faq's Pin
ThatsAlok11-May-06 2:51
ThatsAlok11-May-06 2:51 
GeneralRe: VC++ Faq's Pin
Russell'11-May-06 3:11
Russell'11-May-06 3:11 
GeneralRe: VC++ Faq's Pin
ThatsAlok11-May-06 3:24
ThatsAlok11-May-06 3:24 
Questionstatic and Updatedata Pin
Try10-May-06 20:25
Try10-May-06 20:25 
AnswerRe: static and Updatedata Pin
Stephen Hewitt10-May-06 20:38
Stephen Hewitt10-May-06 20:38 
AnswerRe: static and Updatedata Pin
Cedric Moonen10-May-06 21:05
Cedric Moonen10-May-06 21:05 
AnswerRe: static and Updatedata Pin
Nishad S10-May-06 21:42
Nishad S10-May-06 21:42 
GeneralRe: static and Updatedata Pin
Try10-May-06 22:05
Try10-May-06 22:05 
GeneralRe: static and Updatedata Pin
ThatsAlok11-May-06 2:50
ThatsAlok11-May-06 2:50 
GeneralRe: static and Updatedata Pin
Nishad S11-May-06 2:54
Nishad S11-May-06 2:54 
GeneralRe: static and Updatedata Pin
ThatsAlok11-May-06 3:25
ThatsAlok11-May-06 3:25 
GeneralRe: static and Updatedata Pin
Nishad S11-May-06 3:31
Nishad S11-May-06 3:31 
QuestionHow to copy a folder in FTP Pin
Vivek krishna10-May-06 19:35
Vivek krishna10-May-06 19:35 

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.