c# - Showdialog Make the Parent Form Flicker in MONO (2.10.9) -


i create winform application .net 2.0.
, use mono (version 2.10.9) none-dotnet system.

but in mono mode, when use "new form().showdialog()" or show message box "messagebox.show()", main form flickers.

i think when triggers showdialog method, main form runs "enable = false" through controls, costs time , flicker.

is there have idea solve that?

thanks.

btw, checking code in mono branch: https://github.com/mono/mono/blob/master/mcs/class/managed.windows.forms/system.windows.forms/form.cs

hope solve issue!!!!!


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -