Le 23 mars 07 à 22:54 Soir, Carlos M a écrit: > On Mar 23, 2007 8:59 PM, Arnaud Nicolet wrote: > Here's the code I used on the window Resized event: > > // Call the WindowResized method for the controls on the window that > // implement the WindowResizingNotifier class interface. > Dim i As Integer > For i = 0 To Self.ControlCount-1 > If Self.Control(i) IsA WindowResizingNotifier then > WindowResizingNotifier( Self.Control(i)).WindowResized > End If > Next
Thank you! I searched too deeply. > In your case change the interface name and method. Well, that's obvious. > Also don't forget to use it on Resizing Event if LiveResize is > enabled. Check on > XP because (if I remember correctly) even if LiveResize is not > enabled for a > window it shows live resizing - I mainly develop on Win2K so I > can't remember > but there was a problem with live resizing. Thanks. In my case, I mainly develop on Mac OS, but it's a thing to remember. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
