Click here to Skip to main content
16,009,318 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSeeking in large files (pref. STL) Pin
Trollslayer17-Sep-08 7:16
mentorTrollslayer17-Sep-08 7:16 
AnswerRe: Seeking in large files (pref. STL) Pin
David Crow17-Sep-08 7:29
David Crow17-Sep-08 7:29 
GeneralRe: Seeking in large files (pref. STL) Pin
Trollslayer17-Sep-08 8:05
mentorTrollslayer17-Sep-08 8:05 
QuestionHow does my app know the recent files? Pin
frqftgbdafr17-Sep-08 6:33
frqftgbdafr17-Sep-08 6:33 
AnswerRe: How does my app know the recent files? Pin
David Crow17-Sep-08 6:50
David Crow17-Sep-08 6:50 
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 
frqftgbdafr wrote:
I was wondering, is there an easy way to have my app store it's current window size and screen position into the registry on close?


Yes, use SetWindowPlacement() and GetWindowPlacement() in the frame's ActivateFrame() and DestroyWindow() methods.

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


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 
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 

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.