Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ラベルの背景としてajaxloadergifイメージを使用しており、時間のかかるメソッドを呼び出す前に、このラベルを表示するように設定し、メソッド呼び出し後に非表示にします。問題は、gif画像が表示されているのに、静止画像であり、フレームが変更されていないことです。以下は私のコードです:
labelWait.Visible=true; SomeLibrary.SomeClass.SomeMethod(); labelWait.Visible=false;
何が抜け道になるのでしょうか?