Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How does my app know the recent files? Pin
frqftgbdafr17-Sep-08 9:07
frqftgbdafr17-Sep-08 9:07 
GeneralRe: How does my app know the recent files? Pin
Hamid_RT17-Sep-08 9:39
Hamid_RT17-Sep-08 9:39 
GeneralRe: How does my app know the recent files? Pin
David Crow17-Sep-08 9:59
David Crow17-Sep-08 9:59 
QuestionMoveFile Problem Pin
roguecode17-Sep-08 3:53
roguecode17-Sep-08 3:53 
QuestionRe: MoveFile Problem Pin
Michael Schubert17-Sep-08 4:30
Michael Schubert17-Sep-08 4:30 
AnswerRe: MoveFile Problem Pin
Cedric Moonen17-Sep-08 4:38
Cedric Moonen17-Sep-08 4:38 
AnswerRe: MoveFile Problem Pin
roguecode17-Sep-08 6:41
roguecode17-Sep-08 6:41 
GeneralRe: MoveFile Problem Pin
Cedric Moonen17-Sep-08 6:52
Cedric Moonen17-Sep-08 6:52 
What are you doing with sourcePath and destPath ? Make sure that dest and origpath are still in scope, because otherwise the objects will be destroyed and sourcepath and destPath will point to memory which has been deleted. Make sure also that you don't modify the string objects in between. The two LPCTSTR point to an internal buffer of the string object, so if you modify the string object, this buffer can be destroyed.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

QuestionRe: MoveFile Problem Pin
roguecode17-Sep-08 7:15
roguecode17-Sep-08 7:15 
AnswerRe: MoveFile Problem Pin
Rajesh R Subramanian17-Sep-08 20:13
professionalRajesh R Subramanian17-Sep-08 20:13 
AnswerRe: MoveFile Problem Pin
CPallini17-Sep-08 21:38
mveCPallini17-Sep-08 21:38 
Questionhow to add Ip address in the registry value Pin
adhilingam17-Sep-08 3:02
adhilingam17-Sep-08 3:02 
AnswerRe: how to add Ip address in the registry value Pin
Iain Clarke, Warrior Programmer17-Sep-08 5:21
Iain Clarke, Warrior Programmer17-Sep-08 5:21 
GeneralRe: how to add Ip address in the registry value Pin
adhilingam21-Sep-08 20:51
adhilingam21-Sep-08 20:51 
AnswerRe: how to add Ip address in the registry value Pin
Mark Salsbery17-Sep-08 6:05
Mark Salsbery17-Sep-08 6:05 
GeneralRe: how to add Ip address in the registry value Pin
adhilingam18-Sep-08 20:43
adhilingam18-Sep-08 20:43 
QuestionHow to set the Text of a CListCtrl Column Header dynamically in mfc Pin
Dhiraj kumar Saini17-Sep-08 3:01
Dhiraj kumar Saini17-Sep-08 3:01 
AnswerRe: How to set the Text of a CListCtrl Column Header dynamically in mfc Pin
Iain Clarke, Warrior Programmer17-Sep-08 6:03
Iain Clarke, Warrior Programmer17-Sep-08 6:03 
GeneralRe: How to set the Text of a CListCtrl Column Header dynamically in mfc Pin
Dhiraj kumar Saini18-Sep-08 1:23
Dhiraj kumar Saini18-Sep-08 1:23 
GeneralRe: How to set the Text of a CListCtrl Column Header dynamically in mfc Pin
Iain Clarke, Warrior Programmer18-Sep-08 1:41
Iain Clarke, Warrior Programmer18-Sep-08 1:41 
QuestionHow can set font of property sheet or property pages? Pin
Le@rner17-Sep-08 2:57
Le@rner17-Sep-08 2:57 
AnswerRe: How can set font of property sheet or property pages? Pin
Iain Clarke, Warrior Programmer17-Sep-08 6:11
Iain Clarke, Warrior Programmer17-Sep-08 6:11 
QuestionChange directory when selcting the File Type Pin
hai palla17-Sep-08 2:56
hai palla17-Sep-08 2:56 
AnswerRe: Change directory when selcting the File Type Pin
Michael Schubert17-Sep-08 4:35
Michael Schubert17-Sep-08 4:35 
QuestionRe: Change directory when selcting the File Type Pin
David Crow17-Sep-08 7:00
David Crow17-Sep-08 7:00 

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.