Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browser control still has bug in VS 2005
Message
De
27/12/2005 15:16:43
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Browser control still has bug in VS 2005
Divers
Thread ID:
01081091
Message ID:
01081091
Vues:
42
This one hasn't been resolved in VS 2005. We still have to manually set the dimension of a browser control on a form in the initialization of the form if we have more than one. I wasn't able to simulate that bug if I only have one control. But, as soon as I have more than one, the dimension of the control is changed when the form is being run. So, I have to do this:
        ' This is a bug. This control sizes much smaller at startup
        Log.Size = New System.Drawing.Size(Log.Size.Width, 255)
        LogHTML.Size = New System.Drawing.Size(287, 453)
        LogXML.Size = New System.Drawing.Size(281, 453)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform