Click here to Skip to main content
15,883,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unknown warnings Pin
PJ Arends24-Dec-03 17:02
professionalPJ Arends24-Dec-03 17:02 
GeneralRe: Unknown warnings Pin
Burl D25-Dec-03 5:06
Burl D25-Dec-03 5:06 
QuestionTrouble with Open File dialog? Pin
gamerPotatoe24-Dec-03 10:25
gamerPotatoe24-Dec-03 10:25 
AnswerRe: Trouble with Open File dialog? Pin
kjessee24-Dec-03 10:42
kjessee24-Dec-03 10:42 
GeneralRe: Trouble with Open File dialog? Pin
gamerPotatoe24-Dec-03 10:58
gamerPotatoe24-Dec-03 10:58 
GeneralRe: Trouble with Open File dialog? Pin
kjessee24-Dec-03 11:12
kjessee24-Dec-03 11:12 
GeneralTHanks! Need a little help with CString Pin
gamerPotatoe24-Dec-03 19:24
gamerPotatoe24-Dec-03 19:24 
GeneralRe: THanks! Need a little help with CString Pin
Monty224-Dec-03 21:54
Monty224-Dec-03 21:54 
gamerPotatoe wrote:
The thing is that now I want to pass the name of the file selected as a character array or char * instead of a CString object. any function in CString that does this


CString s( "abcd" );
LPTSTR p = s.GetBuffer( 10 );
strcpy( p, "Hello" );   // directly access CString buffer
s.ReleaseBuffer( );




Live as if your were to die tomorrow. Learn as if you were to live forever.
-Mahatma Gandhi

AnswerRe: Trouble with Open File dialog? Pin
Michael Dunn24-Dec-03 12:19
sitebuilderMichael Dunn24-Dec-03 12:19 
Questioncan AddNew() function update original database Pin
Member 78215424-Dec-03 8:46
Member 78215424-Dec-03 8:46 
AnswerRe: can AddNew() function update original database Pin
Monty224-Dec-03 20:11
Monty224-Dec-03 20:11 
GeneralRe: can AddNew() function update original database Pin
Member 78215426-Dec-03 3:49
Member 78215426-Dec-03 3:49 
GeneralAbout http post Pin
rr1224-Dec-03 7:32
rr1224-Dec-03 7:32 
Generalupdate ACCESS database problem Pin
Member 78215424-Dec-03 7:29
Member 78215424-Dec-03 7:29 
GeneralRe: update ACCESS database problem Pin
Monty224-Dec-03 21:11
Monty224-Dec-03 21:11 
GeneralMAPI Help... Pin
LizardWiz24-Dec-03 6:10
LizardWiz24-Dec-03 6:10 
GeneralRe: MAPI Help... Pin
PJ Arends25-Dec-03 9:37
professionalPJ Arends25-Dec-03 9:37 
GeneralRe: MAPI Help... Pin
LizardWiz29-Dec-03 5:40
LizardWiz29-Dec-03 5:40 
GeneralC++ programming problems Pin
Vincent Sim24-Dec-03 5:57
Vincent Sim24-Dec-03 5:57 
GeneralRe: C++ programming problems Pin
valikac24-Dec-03 6:01
valikac24-Dec-03 6:01 
GeneralRe: C++ programming problems Pin
Vincent Sim24-Dec-03 6:05
Vincent Sim24-Dec-03 6:05 
GeneralRe: C++ programming problems Pin
Member 78576824-Dec-03 21:22
Member 78576824-Dec-03 21:22 
GeneralRe: C++ programming problems Pin
LizardWiz24-Dec-03 6:18
LizardWiz24-Dec-03 6:18 
GeneralRe: C++ programming problems Pin
nema3224-Dec-03 8:05
nema3224-Dec-03 8:05 
GeneralQuick CListCtrl question Pin
J.B.24-Dec-03 5:38
J.B.24-Dec-03 5:38 

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.