B
Bert Hyman
I have an application that's failing only when it's run on a Japanese
Win2KPro SP4 system because a form is receiving a resize event
"prematurely", or at least before the form is prepared to receive it.
With dotNet 1.1 installed, the application works as expected on
US-English, German and Italian systems, but fails on the Japanese
system.
I see that the system does NOT have the Japanese dotNet Framework
installed; could this be the problem? The error messages do come out
in Japanese though.
Is there a documented or known difference in the order events are
fired in form creation in a Japanese system?
I can code to handle the condition, but I wasn't expecting to have to
do that.
Win2KPro SP4 system because a form is receiving a resize event
"prematurely", or at least before the form is prepared to receive it.
With dotNet 1.1 installed, the application works as expected on
US-English, German and Italian systems, but fails on the Japanese
system.
I see that the system does NOT have the Japanese dotNet Framework
installed; could this be the problem? The error messages do come out
in Japanese though.
Is there a documented or known difference in the order events are
fired in form creation in a Japanese system?
I can code to handle the condition, but I wasn't expecting to have to
do that.