i am have doubt with win forms. how create the splash window that will show for slow processing activity like "please wait ... " . ive attached the sample screen here.
how to create this with winforms
v.r.mahendran
Last edited by mahivr; Sep 27th, 2005 at 06:17 AM.
Set the .BorderStyle to Fixed Single, delete the .Text (caption), set .ControlBox to False, and use .Opacity to achieve the alpha blending.
yes as you told i did every thing. but what i need is it should be synchronous with the process na. ex: if im opening a very larg file or some delayed process, i want to display based on the speed of the task. i m getting any idea. can you help me. and im new for winforms programming.