Re: Is this safe

Tech-Archive recommends: Speed Up your PC by fixing your registry



"Michael Chambers" <no_spam@xxxxxxxxxxx> wrote in message
news:Ol8UoPo5GHA.2264@xxxxxxxxxxxxxxxxxxxxxxx
Anything's possible but it seems so unlikely I find it hard to believe :)
I mean seriously, who at MSFT would allow that (and why)

If you put a breakpoint on OnHandleCreated you can see it doesn't get fired
until Show or ShowDialog is called. You can probably do the same with by
overriding WndProc and looking for WM_CREATE.





.



Relevant Pages

  • Re: Is this safe
    ... who at MSFT would allow that ... If you put a breakpoint on OnHandleCreated you can see it doesn't get ... of .NET is just a thin wrapper around the WinAPI). ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Wo wird die Exception geworfen
    ... Setze einen Breakpoint auf das ShowDialog. ... Wo sollte er denn nach ShowDialog hinspringen? ... Das Formular ein ein ganze normales Formular innerhalb meiner Anwendung. ...
    (de.comp.lang.delphi.misc)
  • Re: Events on Form
    ... Schaeffer [MSFT] ... "Dialogs are also meant to be re-usable, allowing you to call .ShowDialog ...
    (microsoft.public.dotnet.framework.compactframework)