Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Kindly tell me about my queries as under

1. I have made software but when I install the same on other system its screen location become change. How I show any PANEL in the Centre of the screen.

2. How to show the running clock. i.e as defined

label1= time.now

show only loading time of form. How we will show the running time. Time of the label1 should change with every seconds.
Posted
Comments
tiggerc 6-Sep-10 3:25am    
You need to set form start position to centrescreen in the properties at design time.
Maybe you should have a think about how you would reflect the current time, you know that label1 = time.now, when form loads, should you be updating this to reflect the current time.

1 solution

Are you defining the position?

You can do this as a ratio or as an absolute, to Centre, Left, Top etc.

See Here[^] for help and advice on this.

It has happened to me before, and I found this useful!
 
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