Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot load more than two IE instances
Message
De
25/04/2015 15:28:50
 
 
À
25/04/2015 15:08:43
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01611875
Message ID:
01619134
Vues:
25
I adjusted for this to resolve the issue.
        Dim loHTMLDocument As mshtml.HTMLDocument = Nothing
        Dim loInternetExplorer As SHDocVw.InternetExplorer = Nothing

        loInternetExplorer = New SHDocVw.InternetExplorer
        loInternetExplorer.Visible = True
        loInternetExplorer.Navigate("MyUrl")
        apiShowWindow(loInternetExplorer.HWND, SW_MAXIMIZE)
        Do While (loInternetExplorer.Busy)
            System.Threading.Thread.Sleep(100)
        Loop
        loHTMLDocument = loInternetExplorer.Document
        loHTMLDocument.getElementById("Username").Value = "MyUsername"
        loHTMLDocument.getElementById("Password").Value = "MyPassword"
        loHTMLDocument.getElementById("Form1").submit()
For now, it seems I have to get mshtml.
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform