Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thank everybody ! Pin
Prakash Nadar18-Feb-04 3:07
Prakash Nadar18-Feb-04 3:07 
GeneralYes ! Pin
nguyen_nd18-Feb-04 18:44
nguyen_nd18-Feb-04 18:44 
GeneralFinding the X and Y of a window Pin
Member 88819117-Feb-04 21:15
Member 88819117-Feb-04 21:15 
GeneralRe: Finding the X and Y of a window Pin
Roger Allen18-Feb-04 1:49
Roger Allen18-Feb-04 1:49 
GeneralRe: Finding the X and Y of a window Pin
Member 88819118-Feb-04 3:29
Member 88819118-Feb-04 3:29 
Generala problem about "HRESULT IWebBrowser2::get_HWND(long *pHWND);" Pin
benben17-Feb-04 21:10
benben17-Feb-04 21:10 
QuestionImplement Undo/Redo the third way? Pin
lxy17-Feb-04 21:03
lxy17-Feb-04 21:03 
AnswerRe: Implement Undo/Redo the third way? Pin
John M. Drescher18-Feb-04 0:06
John M. Drescher18-Feb-04 0:06 
I am thinking the Command pattern is the way to go. If an operation is difficult to make an inverse operation the program can reload the commands from the beginning. In this method the data file will be the list of commands the user did in the GUI. Backing up is as simple as erasing a command from this list then reloading the entire list.

John
GeneralExplorer details view Pin
XP17-Feb-04 20:03
XP17-Feb-04 20:03 
Generaluse a dll to link 2 diff Static Lib Pin
braderbear17-Feb-04 19:31
braderbear17-Feb-04 19:31 
GeneralRegistering a Win32 DLL Pin
SiddharthAtw17-Feb-04 19:08
SiddharthAtw17-Feb-04 19:08 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar17-Feb-04 20:02
Prakash Nadar17-Feb-04 20:02 
GeneralRe: Registering a Win32 DLL Pin
SiddharthAtw17-Feb-04 20:57
SiddharthAtw17-Feb-04 20:57 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar17-Feb-04 21:35
Prakash Nadar17-Feb-04 21:35 
GeneralRe: Registering a Win32 DLL Pin
Steve S18-Feb-04 0:20
Steve S18-Feb-04 0:20 
GeneralRe: Registering a Win32 DLL Pin
John M. Drescher18-Feb-04 0:10
John M. Drescher18-Feb-04 0:10 
GeneralRe: Registering a Win32 DLL Pin
Prakash Nadar18-Feb-04 17:42
Prakash Nadar18-Feb-04 17:42 
GeneralRe: Registering a Win32 DLL Pin
John M. Drescher18-Feb-04 18:16
John M. Drescher18-Feb-04 18:16 
GeneralOnFileNew() Pin
Liyana17-Feb-04 18:54
Liyana17-Feb-04 18:54 
GeneralRe: OnFileNew() Pin
Curi0us_George17-Feb-04 19:31
Curi0us_George17-Feb-04 19:31 
GeneralRe: OnFileNew() Pin
Liyana18-Feb-04 19:41
Liyana18-Feb-04 19:41 
GeneralRe: OnFileNew() Pin
Curi0us_George19-Feb-04 0:59
Curi0us_George19-Feb-04 0:59 
GeneralDesign of application Pin
Anonymous17-Feb-04 16:19
Anonymous17-Feb-04 16:19 
GeneralRe: Design of application Pin
John M. Drescher17-Feb-04 17:33
John M. Drescher17-Feb-04 17:33 
GeneralC++ helper books Pin
Strider_200117-Feb-04 15:49
Strider_200117-Feb-04 15:49 

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.