Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A Simple Question about File Status Pin
Per21-Aug-01 23:58
Per21-Aug-01 23:58 
GeneralRe: A Simple Question about File Status Pin
Maer72722-Aug-01 6:28
Maer72722-Aug-01 6:28 
GeneralRe: A Simple Question about File Status Pin
Per22-Aug-01 7:13
Per22-Aug-01 7:13 
GeneralRe: A Simple Question about File Status Pin
Maer72722-Aug-01 20:23
Maer72722-Aug-01 20:23 
GeneralRe: A Simple Question about File Status Pin
24-Aug-01 3:21
suss24-Aug-01 3:21 
GeneralA simple question about drag-drop Pin
Maer72721-Aug-01 22:31
Maer72721-Aug-01 22:31 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:27
Maer72721-Aug-01 22:27 
GeneralRe: A Question About Pin
Derek Waters22-Aug-01 13:34
Derek Waters22-Aug-01 13:34 
Basically, SetModifiedFlag is like setting a "dirty" flag. When the control is destroyed, the control will attempt to save its properties since some of them have been modified. Try changing some properties of your control in the ActiveX Test Container and then closing the container without saving. You'll get a prompt asking if you wish to save changes because the properties have set the modified flag.

Thus, you only really need to call SetModifiedFlag on persistent properties, as any other properties will not be saved.

Hope this helps.


------------------------
Derek Waters
derek@lj-oz.com
GeneralRe: A Question About Pin
Maer72722-Aug-01 20:08
Maer72722-Aug-01 20:08 
GeneralA Question About "SetModifiedFlag" Pin
Maer72721-Aug-01 22:24
Maer72721-Aug-01 22:24 
QuestionHow to toggled on the Numlock key on Windows 98? Pin
Maer72721-Aug-01 22:23
Maer72721-Aug-01 22:23 
GeneralA Simple Question About Compound File and structured storage Pin
Maer72721-Aug-01 22:22
Maer72721-Aug-01 22:22 
GeneralA Simple Question About ActiveX on Internet Pin
Maer72721-Aug-01 22:19
Maer72721-Aug-01 22:19 
GeneralRe: A Simple Question About ActiveX on Internet Pin
Derek Waters22-Aug-01 13:41
Derek Waters22-Aug-01 13:41 
GeneralRe: A Simple Question About ActiveX on Internet Pin
Maer72722-Aug-01 20:01
Maer72722-Aug-01 20:01 
QuestionHow to convert ip address to www address? Pin
Maer72721-Aug-01 22:17
Maer72721-Aug-01 22:17 
AnswerRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 1:08
markkuk22-Aug-01 1:08 
GeneralRe: How to convert ip address to www address? Pin
Maer72722-Aug-01 6:29
Maer72722-Aug-01 6:29 
GeneralRe: How to convert ip address to www address? Pin
markkuk22-Aug-01 20:55
markkuk22-Aug-01 20:55 
GeneralRe: How to convert ip address to www address? Pin
Maer72723-Aug-01 4:47
Maer72723-Aug-01 4:47 
GeneralRe: How to convert ip address to www address? Pin
markkuk23-Aug-01 21:03
markkuk23-Aug-01 21:03 
GeneralRe: How to convert ip address to www address? Pin
Maer72724-Aug-01 3:08
Maer72724-Aug-01 3:08 
GeneralRecieve commands from CEdit popup menu Pin
21-Aug-01 20:59
suss21-Aug-01 20:59 
GeneralRe: Recieve commands from CEdit popup menu Pin
Tomasz Sowinski22-Aug-01 0:17
Tomasz Sowinski22-Aug-01 0:17 
GeneralNumeric type conversion Pin
Jimmy Ehrnström21-Aug-01 20:39
Jimmy Ehrnström21-Aug-01 20:39 

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.