Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Resize Event Doesn't Fire
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
C# Resize Event Doesn't Fire
Divers
Thread ID:
01213996
Message ID:
01213996
Vues:
89
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform