Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: difference between stack & heap Pin
Maxwell Chen12-Jan-08 8:50
Maxwell Chen12-Jan-08 8:50 
GeneralRe: difference between stack & heap Pin
CPallini12-Jan-08 10:28
mveCPallini12-Jan-08 10:28 
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 
hello to all,
In my project i am uploading some files on the server.I have created one modeless dialog box with some text on it.When i select the files and click on the "Upload" button which i have created then uploading process gets started and that modeless dialog box gets displayed.when uploading process is completed that modeless dialog box automatically gets destroied, but now the problem i am facing is that when i click on the "Upload" button for the first time then the modeless dialog box gets displayed and uploading gets started but if after completion of uploading i again clicked on button "Upload" then that modeless dialog box does not gets displayed but uploading process gets started, what to do? can anybody help me plz?
i have created modeless dialog box in constructor as follows-
CDialog->Create(ID of dialog box,this);

display of dialog box is-
(pointer of class of that modeless dialog box)->ShowWindow(SW_SHOWNORMAL);

destroying of dialog box is-
(pointer of class of that modeless dialog box)->DestroyWindow();

plz help me
Thanks and Regards,

Anay
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 
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 

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.