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

C / C++ / MFC

 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 1:15
Moak4-Aug-09 1:15 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 2:27
clayman874-Aug-09 2:27 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 5:29
Moak4-Aug-09 5:29 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 5:37
clayman874-Aug-09 5:37 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 5:46
Moak4-Aug-09 5:46 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 6:09
clayman874-Aug-09 6:09 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Jim_Pen24-Feb-10 1:10
Jim_Pen24-Feb-10 1:10 
QuestionI want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag7-Jul-09 7:51
kokilag7-Jul-09 7:51 
I am having a VC++ MFC Dialog based application,where I have a module in which
some Convertion function takes place.Here it has to convert some 10 groups.Each group i.e 10 groups are split into 10 functions..for example:
function1()
{
//code
}
function2()
{
//code
}...and so on..till
function10()
{
//code
}
Here these codes are written for "convertion form".I have provided a button from the main form."Convert",if I click on that it will process all the 10 functions, converts and the converted 10 values are displayed in 10 edit boxes in the convertion form once the convertion is over.In between,when the convertion is taking place I have also placed a dialog box which says it is in progress.

Now I want to add a progress bar in this dialog box so that along with the message,the progress bar can show how much is completed..Can anyone please suggest me how to achieve this solution..
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow7-Jul-09 8:11
David Crow7-Jul-09 8:11 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»7-Jul-09 15:08
professional«_Superman_»7-Jul-09 15:08 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag7-Jul-09 22:28
kokilag7-Jul-09 22:28 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»7-Jul-09 22:40
professional«_Superman_»7-Jul-09 22:40 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag8-Jul-09 1:24
kokilag8-Jul-09 1:24 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»8-Jul-09 2:10
professional«_Superman_»8-Jul-09 2:10 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag10-Jul-09 1:34
kokilag10-Jul-09 1:34 
QuestionRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow8-Jul-09 2:59
David Crow8-Jul-09 2:59 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag8-Jul-09 6:33
kokilag8-Jul-09 6:33 
QuestionRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow8-Jul-09 6:42
David Crow8-Jul-09 6:42 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag10-Jul-09 1:01
kokilag10-Jul-09 1:01 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow10-Jul-09 3:02
David Crow10-Jul-09 3:02 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag15-Jul-09 0:57
kokilag15-Jul-09 0:57 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow15-Jul-09 2:52
David Crow15-Jul-09 2:52 
QuestionRedirect video stream from window handler to a buffer Pin
GolddenEgg7-Jul-09 7:19
GolddenEgg7-Jul-09 7:19 
QuestionSpeaking of missing the basics - is there a way to dynamically size an array on the stack ? Pin
Mike the Red7-Jul-09 2:47
Mike the Red7-Jul-09 2:47 
AnswerRe: Speaking of missing the basics - is there a way to dynamically size an array on the stack ? Pin
harold aptroot7-Jul-09 2:54
harold aptroot7-Jul-09 2:54 

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.