Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a C# windows form Application.
I use login & logout in my application.
I would like to make a float panel such as Google's site which it shows the Logout button, View Profile button, User's Image And etc.
i have to make something like that in windows form Application.

please help me my dear friends
Posted
Updated 9-Mar-15 14:07pm
v3
Comments
phil.o 8-Mar-15 11:04am    
Not a valid question. Please see CodeProject QA FAQ[^] to see why.
Aliasghar Ahmadpour 8-Mar-15 19:08pm    
my question updated
Sergey Alexandrovich Kryukov 8-Mar-15 11:43am    
Not a valid question. It all depends on what application type and UI library you are using.
—SA

You can create floating panel as a class derived from System.Windows.Forms.Panel. You would need to add some child control to it (another panel instance, for example), to be used as a grip for motion. For implementation of motion, it will be enough to handle events MouseUp, MouseDown and MouseMove.

—SA
 
Share this answer
 
I'm Wating To Your Answer.
Please Help Me
 
Share this answer
 
 
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