Click here to Skip to main content
15,886,810 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All

I want to show a form with a progress bar for display server processing in windows app.If i open 5 win forms i have to display this progress bar window for the top most where ever.
How can i do this?Can any one tell me how to use handle to the window (hwnd) to this problem.Waiting for your reply.

Regards,
Shami
Posted
Updated 16-Nov-11 17:28pm
v2

1 solution

I explained in the answer to your next question why it's bad to use HWND and what you should do: Handle To the Window (hwnd) how to do this for a form[^].

As to this question, situation is the same. As in that other case, you absolutely don't need HWND to display anything using System.Windows.Forms.

You certainly have a big misconception about using this library, but I have no idea how to fix it as you did not share much.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900