How can i override WndProc method of C# in MONO -


i have created "hello world!" in mono. next task convert application created in .net 3.5 mono. in application have override wndproc() method. applications task written in method, can't remove it. so, how can override wndproc in mono that, work in mac , linux

these days, according mono's winforms page, 1 can override wndproc() , use if on windows. messages other platforms translated windows messages compatibility.

quote linked page:

mono’s windows.forms implementation translates native system events such x11 win32 wm_ messages , dispatches them using wndproc mechanism. allows applications depend on overriding wndproc features not exposed apis still run.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -