Click here to Skip to main content
15,885,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AfxBeginThread- Error Pin
satsumatable30-May-06 20:33
satsumatable30-May-06 20:33 
GeneralRe: AfxBeginThread- Error Pin
Nibu babu thomas30-May-06 20:46
Nibu babu thomas30-May-06 20:46 
QuestionProgress bar Pin
KongHL30-May-06 15:20
KongHL30-May-06 15:20 
AnswerRe: Progress bar Pin
led mike30-May-06 17:15
led mike30-May-06 17:15 
GeneralRe: Progress bar Pin
KongHL30-May-06 19:12
KongHL30-May-06 19:12 
GeneralRe: Progress bar Pin
led mike31-May-06 4:36
led mike31-May-06 4:36 
GeneralRe: Progress bar Pin
Anilkumar K V30-May-06 19:40
Anilkumar K V30-May-06 19:40 
GeneralRe: Progress bar Pin
led mike31-May-06 4:43
led mike31-May-06 4:43 
Depends on what you mean by "loading". The OS loader is going to load a DLL so fast you don't need to show progress. Now if you initialization stuff in the DLL (like running database queries) that you want to show progress for you have to supply an interface for obtaining that progress information.

There is no magical way to show progress because, progress of "what". You have to account for the knowledge of the "what". That is your job as a programmer. It is sometimes referred to as "the domain". Check it out[^]

QuestionCan i read + write two files in 1 function? Pin
Immunity1830-May-06 12:40
Immunity1830-May-06 12:40 
AnswerRe: Can i read + write two files in 1 function? Pin
led mike30-May-06 12:43
led mike30-May-06 12:43 
GeneralRe: Can i read + write two files in 1 function? Pin
Jörgen Sigvardsson30-May-06 13:28
Jörgen Sigvardsson30-May-06 13:28 
AnswerRe: Can i read + write two files in 1 function? Pin
Christian Graus30-May-06 14:27
protectorChristian Graus30-May-06 14:27 
AnswerRe: Can i read + write two files in 1 function? Pin
Nibu babu thomas30-May-06 17:22
Nibu babu thomas30-May-06 17:22 
AnswerRe: Can i read + write two files in 1 function? Pin
Hamid_RT30-May-06 18:32
Hamid_RT30-May-06 18:32 
AnswerRe: Can i read + write two files in 1 function? Pin
Immunity1831-May-06 1:21
Immunity1831-May-06 1:21 
QuestionGDI+ / Antialiased polyline Pin
Andre xxxxxxx30-May-06 10:41
Andre xxxxxxx30-May-06 10:41 
AnswerRe: GDI+ / Antialiased polyline Pin
PJ Arends30-May-06 12:16
professionalPJ Arends30-May-06 12:16 
QuestionFile filter Pin
Luksky30-May-06 10:39
Luksky30-May-06 10:39 
AnswerRe: File filter Pin
Steve Echols30-May-06 13:54
Steve Echols30-May-06 13:54 
GeneralRe: File filter Pin
Luksky6-Jun-06 1:28
Luksky6-Jun-06 1:28 
QuestionProblem with CSocket Pin
masnu30-May-06 8:49
masnu30-May-06 8:49 
AnswerRe: Problem with CSocket Pin
Zac Howland30-May-06 10:35
Zac Howland30-May-06 10:35 
QuestionCListCtrl ownder draw checkbox problem Pin
YaronNir30-May-06 8:24
YaronNir30-May-06 8:24 
AnswerRe: CListCtrl ownder draw checkbox problem Pin
Laxman Auti30-May-06 18:33
Laxman Auti30-May-06 18:33 
GeneralRe: CListCtrl ownder draw checkbox problem Pin
YaronNir30-May-06 20:29
YaronNir30-May-06 20:29 

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.