Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About books Pin
Christian Graus14-Oct-01 18:34
protectorChristian Graus14-Oct-01 18:34 
GeneralOnly this little question please ! Pin
mimi14-Oct-01 18:49
mimi14-Oct-01 18:49 
GeneralRe: Only this little question please ! Pin
Christian Graus14-Oct-01 19:04
protectorChristian Graus14-Oct-01 19:04 
GeneralRe: Only this little question please ! Pin
Michael P Butler15-Oct-01 3:09
Michael P Butler15-Oct-01 3:09 
GeneralPreference coding Pin
Ashman14-Oct-01 1:45
Ashman14-Oct-01 1:45 
GeneralRe: Preference coding Pin
Dan Madden14-Oct-01 1:52
Dan Madden14-Oct-01 1:52 
GeneralRe: Preference coding Pin
Ashman14-Oct-01 21:31
Ashman14-Oct-01 21:31 
GeneralRe: Preference coding Pin
Dan Madden14-Oct-01 23:32
Dan Madden14-Oct-01 23:32 
CString csUsername;

// Get the Username from the INI file...
GetPrivatProfileString(..., csUsername, ...);

// Put the users name into the edit control...
GetDlgItem(IDC_NICK)->SetWindowText(csUsername);

........OR........

// Get the users name from the edit control...
GetDlgItem(IDC_NICK)->GetWindowText(csUsername);

// Put the Username into the INI file...
WritePrivatProfileString(..., csUsername, ...);

Am I on the wrong track or is there something I missed??


Thanks in advance,

Dan
QuestionQuickly Transfering Large Files????? Pin
Dan Madden14-Oct-01 1:44
Dan Madden14-Oct-01 1:44 
AnswerRe: Quickly Transfering Large Files????? Pin
#realJSOP14-Oct-01 4:49
professional#realJSOP14-Oct-01 4:49 
GeneralRe: Quickly Transfering Large Files????? Pin
Dan Madden14-Oct-01 9:51
Dan Madden14-Oct-01 9:51 
GeneralRe: Quickly Transfering Large Files????? Pin
#realJSOP14-Oct-01 10:34
professional#realJSOP14-Oct-01 10:34 
GeneralRe: Quickly Transfering Large Files????? Pin
markkuk14-Oct-01 20:10
markkuk14-Oct-01 20:10 
GeneralOffice XP toolbar's color schema and classic office toolbar's colors schema Pin
inforix14-Oct-01 0:30
inforix14-Oct-01 0:30 
QuestionI dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
14-Oct-01 0:28
suss14-Oct-01 0:28 
AnswerRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Christian Graus14-Oct-01 0:39
protectorChristian Graus14-Oct-01 0:39 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
14-Oct-01 0:48
suss14-Oct-01 0:48 
AnswerRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Rashid Thadha14-Oct-01 13:04
Rashid Thadha14-Oct-01 13:04 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
mimi14-Oct-01 16:04
mimi14-Oct-01 16:04 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Rashid Thadha14-Oct-01 22:32
Rashid Thadha14-Oct-01 22:32 
GeneralADOX Create database file Pin
Christian Graus13-Oct-01 23:17
protectorChristian Graus13-Oct-01 23:17 
GeneralRe: ADOX Create database file Pin
Anders Molin14-Oct-01 1:48
professionalAnders Molin14-Oct-01 1:48 
GeneralRe: ADOX Create database file Pin
Christian Graus14-Oct-01 2:04
protectorChristian Graus14-Oct-01 2:04 
GeneralRe: ADOX Create database file Pin
Anders Molin14-Oct-01 4:15
professionalAnders Molin14-Oct-01 4:15 
GeneralRe: ADOX Create database file Pin
Christian Graus14-Oct-01 2:09
protectorChristian Graus14-Oct-01 2:09 

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.