Click here to Skip to main content
15,914,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Floating text (like tooltip) in client area Pin
hierro25-Nov-01 4:01
hierro25-Nov-01 4:01 
GeneralOpen a Modal Dialog as Hidden Pin
sanskypotov23-Nov-01 4:26
sanskypotov23-Nov-01 4:26 
GeneralRe: Open a Modal Dialog as Hidden Pin
Carlos Antollini23-Nov-01 4:47
Carlos Antollini23-Nov-01 4:47 
GeneralRe: ShowWindow (SW_HIDE) works? Pin
Masaaki Onishi23-Nov-01 10:58
Masaaki Onishi23-Nov-01 10:58 
GeneralRe: ShowWindow (SW_HIDE) works? Pin
Nish Nishant23-Nov-01 17:24
sitebuilderNish Nishant23-Nov-01 17:24 
GeneralRe: Thanks, BusterBoy! Pin
Masaaki Onishi23-Nov-01 18:46
Masaaki Onishi23-Nov-01 18:46 
GeneralRe: Open a Modal Dialog as Hidden Pin
Michael Dunn23-Nov-01 8:11
sitebuilderMichael Dunn23-Nov-01 8:11 
GeneralWhy I need this Pin
sanskypotov25-Nov-01 18:08
sanskypotov25-Nov-01 18:08 
Actually the whole setup is like this
I am using Threads in a DLL
So the first window( Modal ) dialog is in a DLL opens
and creates thread which contains another window.
Now this window keeps sending messages to the Main
window and when the 2nd window completes it's task
it send message to the parent window to close everything.
So I have used a Timer in the main window to check
whether the 2nd window ( Modal child ) is closed, so a
flag informs the Main window that the child is closed,
then the main window closes itself. I need that the
user should not see the main window.

One of the major problem that I face is that the
Thread communication. I need that child window closes
itself and informs the Main or Parent window to close
itself. Timer was the only thing I could work out
If anyone has a better Idea , I would appreciate it.
Thanks
San
Big Grin | :-D
GeneralExplorer-like interface Pin
Jerome Conus23-Nov-01 3:44
Jerome Conus23-Nov-01 3:44 
GeneralRe: Explorer-like interface Pin
Rashid Thadha23-Nov-01 3:55
Rashid Thadha23-Nov-01 3:55 
GeneralRe: Explorer-like interface Pin
Nish Nishant23-Nov-01 17:02
sitebuilderNish Nishant23-Nov-01 17:02 
GeneralSaving to PDF Pin
Andy Latham23-Nov-01 3:20
Andy Latham23-Nov-01 3:20 
GeneralRe: Saving to PDF Pin
Joaquín M López Muñoz23-Nov-01 4:18
Joaquín M López Muñoz23-Nov-01 4:18 
GeneralRe: Saving to PDF Pin
Nish Nishant23-Nov-01 17:06
sitebuilderNish Nishant23-Nov-01 17:06 
GeneralRe: Saving to PDF Pin
Andy Latham25-Nov-01 22:07
Andy Latham25-Nov-01 22:07 
General2 Questions Pin
mvworld23-Nov-01 3:07
mvworld23-Nov-01 3:07 
GeneralRe: 2 Questions Pin
Joaquín M López Muñoz23-Nov-01 3:35
Joaquín M López Muñoz23-Nov-01 3:35 
GeneralChanging System Icon in Dialog Window Pin
John Clump22-Nov-01 22:04
John Clump22-Nov-01 22:04 
GeneralRe: Changing System Icon in Dialog Window Pin
Nish Nishant22-Nov-01 22:16
sitebuilderNish Nishant22-Nov-01 22:16 
QuestionA question about bitmap ? Pin
Leesen22-Nov-01 21:57
Leesen22-Nov-01 21:57 
AnswerRe: A question about bitmap ? Pin
Nish Nishant22-Nov-01 22:27
sitebuilderNish Nishant22-Nov-01 22:27 
GeneralA bug concerning 2 threads in my program Pin
22-Nov-01 21:13
suss22-Nov-01 21:13 
GeneralRe: A bug concerning 2 threads in my program Pin
Joaquín M López Muñoz22-Nov-01 22:21
Joaquín M López Muñoz22-Nov-01 22:21 
GeneralHandle of one window. Pin
22-Nov-01 21:01
suss22-Nov-01 21:01 
GeneralRe: Handle of one window. Pin
Nish Nishant22-Nov-01 21:26
sitebuilderNish Nishant22-Nov-01 21:26 

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.