M
Mohammad Tarhsaz
Hi , all
In non .NET world(WIN API) i could have a hidden modal dialox box.
But ShowDialog in .NET is dependent to Visible property !!!
Suppose i have a Modal form and i make it hide(via this.Hide()) from
another thread , someone tell me why after that my form is closed.
I'm so angry of that , because a lot googling( MSFT staff hate this )
) i find for a simplpe thing such as hinding and showing a modal form
you have to use some tricks . i don't i have to Cry or laugh
My real problem is : i want update something on form(From another thared
via Invoke) while is hidden and whenever i like i make that Visible or
Invisible again . is it a BIG thing i can't()
Some one help me and others.
In non .NET world(WIN API) i could have a hidden modal dialox box.
But ShowDialog in .NET is dependent to Visible property !!!
Suppose i have a Modal form and i make it hide(via this.Hide()) from
another thread , someone tell me why after that my form is closed.
I'm so angry of that , because a lot googling( MSFT staff hate this )
) i find for a simplpe thing such as hinding and showing a modal form
you have to use some tricks . i don't i have to Cry or laugh
My real problem is : i want update something on form(From another thared
via Invoke) while is hidden and whenever i like i make that Visible or
Invisible again . is it a BIG thing i can't()
Some one help me and others.