Reputation: 1451
I have a program that currently launches a winform in full screen, hiding the task bar. If I manage to keep fiddling with the cordinates to get a text label to sit in the bottom right corner of the screen. will it always appear there regardless of what size screen or computer is running the program?
Upvotes: 0
Views: 75
Reputation: 491
In the label properties, set the Anchor from Top Left to Bottom Right.
Upvotes: 1