Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change Group box background color??? Pin
Naveen26-Jun-06 19:15
Naveen26-Jun-06 19:15 
GeneralRe: How to change Group box background color??? Pin
Hamid_RT26-Jun-06 19:27
Hamid_RT26-Jun-06 19:27 
GeneralRe: How to change Group box background color??? Pin
Naveen26-Jun-06 19:14
Naveen26-Jun-06 19:14 
AnswerRe: How to change Group box background color??? Pin
Hamid_RT26-Jun-06 19:06
Hamid_RT26-Jun-06 19:06 
AnswerRe: How to change Group box background color??? Pin
sudeesh27-Jun-06 2:23
sudeesh27-Jun-06 2:23 
QuestionDesign issues: How to make a windows always accessible? Pin
Yusuf26-Jun-06 17:09
Yusuf26-Jun-06 17:09 
AnswerRe: Design issues: How to make a windows always accessible? Pin
Ajesh.Sreevalsa26-Jun-06 18:27
Ajesh.Sreevalsa26-Jun-06 18:27 
QuestionRe: Design issues: How to make a windows always accessible? Pin
Yusuf27-Jun-06 9:30
Yusuf27-Jun-06 9:30 
Thanks Sher,
The whole UI doesn't need to be alive, but a portion of it needs to be alive all the time. Think it this way, I want my toolbars to be alive all the time.

I started looking into creating my toolbar as a CDialogBar item which will run in it's own CWinThread. I though this will isolate it from the whole UI message loop. Since the CDialogBar object is created inside the CFrameWnd object, whenever the main UI is blocked, so does goes the second CWinThread which has my CDialogBar object.

I could create my CDialogBar as a child of the Desk top, which solves the blocking issue, but it lives outside the main UI frame, which does not meet my requirement.

Any idea as to how I might be able to solve this?


/* I can C */
// or !C

Yusuf
QuestionRe: Design issues: How to make a windows always accessible? Pin
Sarath C26-Jun-06 18:28
Sarath C26-Jun-06 18:28 
AnswerRe: Design issues: How to make a windows always accessible? Pin
Yusuf27-Jun-06 9:34
Yusuf27-Jun-06 9:34 
QuestionHow to get materials of Text To Speech Pin
lovelyday26-Jun-06 16:48
lovelyday26-Jun-06 16:48 
AnswerRe: How to get materials of Text To Speech Pin
Ajesh.Sreevalsa26-Jun-06 18:18
Ajesh.Sreevalsa26-Jun-06 18:18 
QuestionPlease wireless Signal Strength know~~ Pin
Jung Sung Uk26-Jun-06 14:32
Jung Sung Uk26-Jun-06 14:32 
QuestionChanging the color of a Button Control (Win32 API) Pin
capricious_00126-Jun-06 11:50
capricious_00126-Jun-06 11:50 
AnswerRe: Changing the color of a Button Control (Win32 API) Pin
alex.barylski26-Jun-06 16:12
alex.barylski26-Jun-06 16:12 
Questionchange files attributes Pin
RomTibi26-Jun-06 11:49
RomTibi26-Jun-06 11:49 
AnswerRe: change files attributes Pin
Michael Dunn26-Jun-06 11:59
sitebuilderMichael Dunn26-Jun-06 11:59 
AnswerRe: change files attributes Pin
Hamid_RT26-Jun-06 19:32
Hamid_RT26-Jun-06 19:32 
QuestionSaving Image to the same file. (GDI+) Pin
1980soyo26-Jun-06 11:35
1980soyo26-Jun-06 11:35 
AnswerRe: Saving Image to the same file. (GDI+) Pin
Ennis Ray Lynch, Jr.26-Jun-06 12:30
Ennis Ray Lynch, Jr.26-Jun-06 12:30 
AnswerRe: Saving Image to the same file. (GDI+) Pin
Joe Woodbury26-Jun-06 12:46
professionalJoe Woodbury26-Jun-06 12:46 
AnswerRe: Saving Image to the same file. (GDI+) Pin
1980soyo26-Jun-06 22:47
1980soyo26-Jun-06 22:47 
GeneralRe: Saving Image to the same file. (GDI+) Pin
Joe Woodbury27-Jun-06 6:06
professionalJoe Woodbury27-Jun-06 6:06 
Questiondeclaring a global variable Pin
Tara1426-Jun-06 8:31
Tara1426-Jun-06 8:31 
AnswerRe: declaring a global variable Pin
Jun Du26-Jun-06 8:48
Jun Du26-Jun-06 8:48 

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.