c# 4.0 - How to make a panel blur in Winforms -
this question has answer here:
i trying fetch features through c# code in winforms inside 1 panel , taking time . want make panel blur , put 1 progress message or image there , disable other controls of form inside panel located,so user can't use other controls while features being fetched , put onto panel.i can't find opacity setting panel. how can implement ?
if don't want remove form, move panel somewhere @ negative coordinates, put whatever progress bar want in panel's place , when done, put , remove progress bar control.
Comments
Post a Comment