Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser control still has bug in VS 2005
Message
From
27/12/2005 15:16:43
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Browser control still has bug in VS 2005
Miscellaneous
Thread ID:
01081091
Message ID:
01081091
Views:
43
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
Next
Reply
Map
View

Click here to load this message in the networking platform