Textbox_IsModified

Started by Fred Tomke, October 22, 2009, 09:39:57 AM

Previous topic - Next topic

Fred Tomke

Hello, is there somebody who can explain me how to work with Textbox_IsModified? We had a discussion about it and I couldn't help yet.

I have uploaded an exmaple here. But IsModified returns also T after Undo (Ctrl-U (ENU) / Strg-Z (DEU)) or changing the content to the initial value by hand. Owen told me

QuoteNote that IsModified returns T only while interactive editing is in progress (and Undo is available).
But I did not understand what is meant by
Quoteand Undo is available
because IsModified returns also T after Undo.

Can anybody change the example this way to show how to use Textbox_IsModified?

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

It seems that the modify flag is not necessarily related to the ability to undo. Here is the MSDN description of the underlying control message:
http://msdn.microsoft.com/en-us/library/bb761592(VS.85).aspx