Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOnDropdown NOT! Pin
jimNLX9-Oct-02 6:08
jimNLX9-Oct-02 6:08 
GeneralRe: OnDropdown NOT! Pin
Maximilien9-Oct-02 6:15
Maximilien9-Oct-02 6:15 
GeneralRe: OnDropdown NOT! Pin
jimNLX9-Oct-02 6:26
jimNLX9-Oct-02 6:26 
Generalputting in leading spaces Pin
ns9-Oct-02 5:59
ns9-Oct-02 5:59 
GeneralRe: putting in leading spaces Pin
jmkhael9-Oct-02 6:05
jmkhael9-Oct-02 6:05 
GeneralRe: putting in leading spaces Pin
ns9-Oct-02 6:11
ns9-Oct-02 6:11 
GeneralRe: putting in leading spaces Pin
Maximilien9-Oct-02 6:25
Maximilien9-Oct-02 6:25 
GeneralRe: putting in leading spaces Pin
Joe Woodbury9-Oct-02 7:00
professionalJoe Woodbury9-Oct-02 7:00 
Maximilien wrote:

CString aString;<br />
aString.Format( "%7i", 123 ); // where the string will have a lenght of 7 chars.


You forgot the zero:

aString.Format("%07i", 123);
GeneralRe: putting in leading spaces Pin
Maximilien9-Oct-02 7:10
Maximilien9-Oct-02 7:10 
Generalmember in thread procedure Pin
stevenson9-Oct-02 5:33
stevenson9-Oct-02 5:33 
GeneralRe: member in thread procedure Pin
Chris Losinger9-Oct-02 5:44
professionalChris Losinger9-Oct-02 5:44 
GeneralRe: member in thread procedure Pin
stevenson9-Oct-02 5:56
stevenson9-Oct-02 5:56 
GeneralRe: member in thread procedure Pin
Chris Losinger9-Oct-02 6:12
professionalChris Losinger9-Oct-02 6:12 
GeneralClosing hh.exe when my programs exits. Pin
oRion9-Oct-02 5:32
oRion9-Oct-02 5:32 
GeneralRe: Closing hh.exe when my programs exits. Pin
Todd Smith9-Oct-02 5:58
Todd Smith9-Oct-02 5:58 
GeneralRe: Closing hh.exe when my programs exits. Pin
oRion10-Oct-02 3:57
oRion10-Oct-02 3:57 
GeneralRe: Closing hh.exe when my programs exits. Pin
Todd Smith10-Oct-02 7:02
Todd Smith10-Oct-02 7:02 
GeneralCListCtrl and InsertItem Pin
ns9-Oct-02 5:35
ns9-Oct-02 5:35 
GeneralRe: CListCtrl and InsertItem Pin
Chris Hambleton9-Oct-02 6:39
Chris Hambleton9-Oct-02 6:39 
GeneralCWnd::FindWindow() Pin
Cris9-Oct-02 5:03
Cris9-Oct-02 5:03 
GeneralRe: CWnd::FindWindow() Pin
Hans Ruck9-Oct-02 5:16
Hans Ruck9-Oct-02 5:16 
GeneralRe: CWnd::FindWindow() Pin
Cris9-Oct-02 5:32
Cris9-Oct-02 5:32 
GeneralRe: CWnd::FindWindow() Pin
Hans Ruck9-Oct-02 5:40
Hans Ruck9-Oct-02 5:40 
GeneralRe: CWnd::FindWindow() Pin
Carlos Antollini9-Oct-02 5:14
Carlos Antollini9-Oct-02 5:14 
GeneralRe: CWnd::FindWindow() Pin
jmkhael9-Oct-02 6:40
jmkhael9-Oct-02 6:40 

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.