Click here to Skip to main content
15,915,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with Date Picker Pin
romuzu12-Dec-05 21:57
romuzu12-Dec-05 21:57 
QuestionRe: Problem with Date Picker Pin
David Crow13-Dec-05 2:32
David Crow13-Dec-05 2:32 
QuestionCall exe file Pin
JanakKoshia12-Dec-05 21:24
JanakKoshia12-Dec-05 21:24 
AnswerRe: Call exe file Pin
toxcct12-Dec-05 21:52
toxcct12-Dec-05 21:52 
AnswerRe: Call exe file Pin
Rajesh R Subramanian12-Dec-05 22:09
professionalRajesh R Subramanian12-Dec-05 22:09 
GeneralRe: Call exe file Pin
JanakKoshia12-Dec-05 23:57
JanakKoshia12-Dec-05 23:57 
QuestionMFC status dialog? Pin
acacia1112-Dec-05 20:44
acacia1112-Dec-05 20:44 
AnswerRe: MFC status dialog? Pin
Cedric Moonen12-Dec-05 20:57
Cedric Moonen12-Dec-05 20:57 
That's normal behavior if you have one single thread. In your program, what's happening is that you are running a function (I suppose) that is doing the work of uploading files. Thus, your UI is not responding anymore because messages aren't processed anymore. When your function terminates, your UI code is again ran and it finally process all the messages.
If you want the UI responding to your message while doing some work in the background, you'll have to make an extra worker thread to manage the upload. Look in this website, I think there is some nice articles about threads (it's too long to explain here).
QuestionDifference between VC++6.0 and VC++.NET Pin
snprani12-Dec-05 20:33
snprani12-Dec-05 20:33 
AnswerRe: Difference between VC++6.0 and VC++.NET Pin
toxcct12-Dec-05 21:51
toxcct12-Dec-05 21:51 
GeneralRe: Difference between VC++6.0 and VC++.NET Pin
Rajesh R Subramanian12-Dec-05 22:16
professionalRajesh R Subramanian12-Dec-05 22:16 
JokeRe: Difference between VC++6.0 and VC++.NET Pin
toxcct12-Dec-05 22:17
toxcct12-Dec-05 22:17 
JokeRe: Difference between VC++6.0 and VC++.NET Pin
ThatsAlok13-Dec-05 2:36
ThatsAlok13-Dec-05 2:36 
JokeRe: Difference between VC++6.0 and VC++.NET Pin
toxcct13-Dec-05 2:42
toxcct13-Dec-05 2:42 
QuestionRe: Difference between VC++6.0 and VC++.NET Pin
David Crow13-Dec-05 2:35
David Crow13-Dec-05 2:35 
JokeRe: Difference between VC++6.0 and VC++.NET Pin
toxcct13-Dec-05 2:44
toxcct13-Dec-05 2:44 
GeneralRe: Difference between VC++6.0 and VC++.NET Pin
Nemanja Trifunovic13-Dec-05 5:00
Nemanja Trifunovic13-Dec-05 5:00 
JokeRe: Difference between VC++6.0 and VC++.NET Pin
toxcct13-Dec-05 5:06
toxcct13-Dec-05 5:06 
AnswerRe: Difference between VC++6.0 and VC++.NET Pin
G Haranadh14-Dec-05 10:35
G Haranadh14-Dec-05 10:35 
QuestionProblem in displaying BMP image Pin
Analog1912-Dec-05 19:30
Analog1912-Dec-05 19:30 
AnswerRe: Problem in displaying BMP image Pin
John R. Shaw12-Dec-05 20:08
John R. Shaw12-Dec-05 20:08 
QuestionHow to convert absolute path to relative path? Pin
Sachin Gedam12-Dec-05 19:16
Sachin Gedam12-Dec-05 19:16 
AnswerRe: How to convert absolute path to relative path? Pin
sps-itsec4612-Dec-05 20:44
sps-itsec4612-Dec-05 20:44 
GeneralRe: How to convert absolute path to relative path? Pin
Sachin Gedam12-Dec-05 21:59
Sachin Gedam12-Dec-05 21:59 
AnswerRe: How to convert absolute path to relative path? Pin
Cool Ju13-Dec-05 0:39
Cool Ju13-Dec-05 0:39 

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.