Click here to Skip to main content
15,891,653 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to read file in reverse order? Pin
Anthony Mushrow16-Nov-06 1:57
professionalAnthony Mushrow16-Nov-06 1:57 
AnswerRe: How to read file in reverse order? Pin
David Crow16-Nov-06 3:04
David Crow16-Nov-06 3:04 
GeneralRe: How to read file in reverse order? Pin
Maximilien16-Nov-06 3:46
Maximilien16-Nov-06 3:46 
GeneralRe: How to read file in reverse order? Pin
David Crow16-Nov-06 4:06
David Crow16-Nov-06 4:06 
GeneralRe: How to read file in reverse order? Pin
Maximilien16-Nov-06 13:15
Maximilien16-Nov-06 13:15 
QuestionLink Errors Pin
fin116-Nov-06 1:19
fin116-Nov-06 1:19 
Questionpercentage on progress bar Pin
Sunshine Always16-Nov-06 1:03
Sunshine Always16-Nov-06 1:03 
AnswerRe: percentage on progress bar Pin
Viorel.16-Nov-06 1:27
Viorel.16-Nov-06 1:27 
Maybe you should add a label control (CStatic) near your progress bar, and set its text programmatically? Something like this:
CString s;
s.Format(_T("%i%%"), m_cMyProgressBar.GetPos());
m_cMyLabel.SetWindowText(s);

I hope this helps.
AnswerRe: percentage on progress bar Pin
David Crow16-Nov-06 3:05
David Crow16-Nov-06 3:05 
AnswerRe: percentage on progress bar Pin
Hamid_RT16-Nov-06 8:05
Hamid_RT16-Nov-06 8:05 
QuestionSet IP programmatically [modified] Pin
A_Fa16-Nov-06 0:00
A_Fa16-Nov-06 0:00 
AnswerRe: Set IP programmatically Pin
TClarke16-Nov-06 0:50
TClarke16-Nov-06 0:50 
GeneralRe: Set IP programmatically Pin
TClarke16-Nov-06 0:52
TClarke16-Nov-06 0:52 
GeneralRe: Set IP programmatically Pin
Mila02516-Nov-06 0:57
Mila02516-Nov-06 0:57 
GeneralRe: Set IP programmatically Pin
TClarke16-Nov-06 2:11
TClarke16-Nov-06 2:11 
Generaluse <pre> Pin
toxcct16-Nov-06 2:16
toxcct16-Nov-06 2:16 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 3:30
TClarke16-Nov-06 3:30 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 3:32
TClarke16-Nov-06 3:32 
GeneralRe: use <pre> Pin
toxcct16-Nov-06 3:38
toxcct16-Nov-06 3:38 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 4:12
TClarke16-Nov-06 4:12 
GeneralRe: use <pre> Pin
toxcct16-Nov-06 4:31
toxcct16-Nov-06 4:31 
GeneralRe: use <pre> Pin
Mark Salsbery16-Nov-06 4:52
Mark Salsbery16-Nov-06 4:52 
GeneralRe: use <pre> Pin
TClarke16-Nov-06 5:01
TClarke16-Nov-06 5:01 
GeneralRe: use <pre> Pin
A_Fa17-Nov-06 20:25
A_Fa17-Nov-06 20:25 
Questionfuntion over-loading error Pin
odesh15-Nov-06 23:37
odesh15-Nov-06 23:37 

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.