Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Resize Event Doesn't Fire
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
C# Resize Event Doesn't Fire
Miscellaneous
Thread ID:
01213996
Message ID:
01213996
Views:
88
I have no idea why this isn't working:

When I resize the form, this event does not fire
private void Desktop_Resize(object sender, System.EventArgs e)
        {
            lnkConnect.Left = this.Width - lnkConnect.Width - 5;
        }
Anyone wanna help out a newby?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform