Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: difference between stack & heap Pin
Maxwell Chen12-Jan-08 10:36
Maxwell Chen12-Jan-08 10:36 
QuestionHow Can Create a Project multimedia(video & Sound) Conclave To 3 Computer Pin
vahid akbari12-Jan-08 4:51
vahid akbari12-Jan-08 4:51 
GeneralRe: How Can Create a Project multimedia(video & Sound) Conclave To 3 Computer Pin
Mark Salsbery12-Jan-08 7:38
Mark Salsbery12-Jan-08 7:38 
GeneralRe: How Can Create a Project multimedia(video & Sound) Conclave To 3 Computer Pin
vahid akbari13-Jan-08 6:14
vahid akbari13-Jan-08 6:14 
GeneralRe: How Can Create a Project multimedia(video & Sound) Conclave To 3 Computer Pin
Mark Salsbery13-Jan-08 8:29
Mark Salsbery13-Jan-08 8:29 
QuestionProblem with ShowWindow function Pin
AnayKulkarni12-Jan-08 4:12
AnayKulkarni12-Jan-08 4:12 
QuestionRe: Problem with ShowWindow function Pin
CPallini12-Jan-08 5:01
mveCPallini12-Jan-08 5:01 
GeneralRe: Problem with ShowWindow function Pin
Mark Salsbery12-Jan-08 7:43
Mark Salsbery12-Jan-08 7:43 
In addition to cpallini's reply...

AnayKulkarni wrote:
when uploading process is completed that modeless dialog box automatically gets destroied


If the dialog is destroyed, then it needs to be created again.
If you leave the dialog created you could just hide it and show it again
when it's needed.

Either way you need to manage the lifetime of both the CDialog object
and the HWND object it contains.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralProgramming problem Pin
DanyCode12-Jan-08 1:32
DanyCode12-Jan-08 1:32 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 2:34
mveCPallini12-Jan-08 2:34 
GeneralRe: Programming problem Pin
DanyCode12-Jan-08 3:35
DanyCode12-Jan-08 3:35 
QuestionRe: Programming problem Pin
CPallini12-Jan-08 4:34
mveCPallini12-Jan-08 4:34 
GeneralRe: Programming problem Pin
Hamid_RT12-Jan-08 4:44
Hamid_RT12-Jan-08 4:44 
GeneralRe: Programming problem Pin
Member 75496012-Jan-08 17:51
Member 75496012-Jan-08 17:51 
QuestionHow to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 0:35
tina->newcoder12-Jan-08 0:35 
QuestionRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 2:29
mveCPallini12-Jan-08 2:29 
GeneralRe: How to add Item to ListCtrl [modified] Pin
tina->newcoder12-Jan-08 3:15
tina->newcoder12-Jan-08 3:15 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 4:39
David Crow12-Jan-08 4:39 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 6:40
tina->newcoder12-Jan-08 6:40 
QuestionRe: How to add Item to ListCtrl Pin
David Crow12-Jan-08 9:29
David Crow12-Jan-08 9:29 
GeneralRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 4:48
Hamid_RT12-Jan-08 4:48 
GeneralRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 5:59
mveCPallini12-Jan-08 5:59 
JokeRe: How to add Item to ListCtrl Pin
Hamid_RT12-Jan-08 6:42
Hamid_RT12-Jan-08 6:42 
JokeRe: How to add Item to ListCtrl Pin
CPallini12-Jan-08 7:17
mveCPallini12-Jan-08 7:17 
GeneralRe: How to add Item to ListCtrl Pin
tina->newcoder12-Jan-08 7:31
tina->newcoder12-Jan-08 7:31 

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.