Click here to Skip to main content
15,910,411 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hiding a data file from users Pin
led mike5-May-06 20:55
led mike5-May-06 20:55 
GeneralRe: Hiding a data file from users Pin
Phil C5-May-06 21:43
Phil C5-May-06 21:43 
GeneralRe: Hiding a data file from users Pin
chasetoys5-May-06 22:19
chasetoys5-May-06 22:19 
AnswerRe: Hiding a data file from users Pin
Maxwell Chen5-May-06 22:30
Maxwell Chen5-May-06 22:30 
GeneralRe: Hiding a data file from users Pin
Phil C6-May-06 6:45
Phil C6-May-06 6:45 
AnswerRe: Hiding a data file from users Pin
cmk6-May-06 7:45
cmk6-May-06 7:45 
QuestionGraphical Popup Dialog Pin
Mani.M5-May-06 8:08
Mani.M5-May-06 8:08 
AnswerRe: Graphical Popup Dialog Pin
Cedric Moonen5-May-06 8:31
Cedric Moonen5-May-06 8:31 
1) I don't know exactly what you are looking for. A modeless dialog or a modal dialog ? A modeless dialog is a dialog that lets the 'parent' dialog still reacts to events (and doesn't block the main 'loop'). A modal dialog is a dialog that will receive all the focus (the user won't be able to interract with the parent window anymore) and will block also the main 'program flow' (the program will block until the dialog closes). There is a good article here on CP about modeless dialogs.

2) What kind of graphics do you want to do exactly ? You can perhaps find an existing control that does what you want. Othrewise, it can be a little bit confusing to start from scratch (but still feasible, depends also of the complexity of what you want to achieve)

3) That's easy, you can simply use a timer (you'll find documentation in MSDN and it is easy to use).

Provide perhaps more information in order for us to help.
QuestionBits of a Bitmap Pin
torNAdE5-May-06 6:51
torNAdE5-May-06 6:51 
AnswerRe: Bits of a Bitmap Pin
Chris Losinger5-May-06 8:20
professionalChris Losinger5-May-06 8:20 
AnswerRe: Bits of a Bitmap Pin
Hamid_RT5-May-06 21:04
Hamid_RT5-May-06 21:04 
QuestionLinker Error_ URGENT Pin
ThiagoFragoso5-May-06 6:23
ThiagoFragoso5-May-06 6:23 
AnswerRe: Linker Error_ URGENT Pin
led mike5-May-06 6:27
led mike5-May-06 6:27 
GeneralRe: Linker Error_ URGENT Pin
ThiagoFragoso5-May-06 6:58
ThiagoFragoso5-May-06 6:58 
GeneralRe: Linker Error_ URGENT Pin
led mike5-May-06 8:05
led mike5-May-06 8:05 
GeneralRe: Linker Error_ URGENT Pin
David Crow5-May-06 8:18
David Crow5-May-06 8:18 
GeneralRe: Linker Error_ URGENT Pin
Jörgen Sigvardsson5-May-06 10:58
Jörgen Sigvardsson5-May-06 10:58 
AnswerRe: Linker Error_ URGENT Pin
Michał Zalewski5-May-06 6:54
Michał Zalewski5-May-06 6:54 
GeneralRe: Linker Error_ URGENT Pin
ThiagoFragoso5-May-06 10:22
ThiagoFragoso5-May-06 10:22 
QuestionHelp Thread & GetForegroundWindow Pin
Alksindrs5-May-06 6:00
Alksindrs5-May-06 6:00 
AnswerRe: Help Thread & GetForegroundWindow Pin
led mike5-May-06 6:23
led mike5-May-06 6:23 
GeneralRe: Help Thread & GetForegroundWindow Pin
Alksindrs5-May-06 6:42
Alksindrs5-May-06 6:42 
GeneralRe: Help Thread & GetForegroundWindow Pin
led mike5-May-06 8:19
led mike5-May-06 8:19 
Questionregistering missing DLLs Pin
Paps25-May-06 5:07
Paps25-May-06 5:07 
AnswerRe: registering missing DLLs Pin
David Crow5-May-06 5:23
David Crow5-May-06 5:23 

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.