"Just close your eyes and see"
<Justcloseyoure yesandsee@discu ssions.microsof t.com> wrote in message
news:0287E899-3B59-480C-80AD-492F52EE09E7@mi crosoft.com...[color=blue]
> Kindly i want to know how to use window proc from within C# Application
> is there any tutorial or somebody can help me in doing this[/color]
Use it only if you know what you are doing, otherwise use the event handling
provided by the framework.
All you have to do is overwrite WndProc ,Take a look at Control.WndProc in
MSDN
Cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Just close your eyes and see"
<Justcloseyoure yesandsee@discu ssions.microsof t.com> wrote in message
news:0287E899-3B59-480C-80AD-492F52EE09E7@mi crosoft.com...[color=blue]
> Kindly i want to know how to use window proc from within C# Application
> is there any tutorial or somebody can help me in doing this[/color]
Comment