[Mono-dev] a good news and a feature request
Sharique uddin Ahmed Farooqui
safknw at gmail.com
Fri Jun 15 00:39:05 EDT 2007
The good news
I have run my winform application on mono. I get 2 errors only. One is due
to masked text box and second is due to a custom control.
Now the request.
My custom control is wizard control. I've created it bt extending tab
control. But I find that It is not best approach. It would be great if we
have a wizard control (some layout problem).
Here is the code for wizard control (i don't understand it very well)
public class WizardPages : TabControl
{
protected override void WndProc(ref Message m)
{
// Hide tabs by trapping the TCM_ADJUSTRECT message
if (m.Msg == 0x1328 && !DesignMode) m.Result = (IntPtr)1;
else base.WndProc(ref m);
}
}
--
Sharique uddin Ahmed Farooqui
(C++/C# Developer, IT Consultant)
A revolution is about to begin.
A world is about to change.
And you and me are "the initiator".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070615/199089da/attachment.html
More information about the Mono-devel-list
mailing list