Torna indietro   Hardware Upgrade Forum > Software > Programmazione

PNY RTX 5080 Slim OC, sembra una Founders Edition ma non lo è
PNY RTX 5080 Slim OC, sembra una Founders Edition ma non lo è
La PNY GeForce RTX 5080 Slim OC si distingue nel panorama delle GPU di fascia alta per il design compatto a due slot, ispirato alla NVIDIA GeForce RTX 5080 Founders Edition. In questo test analizziamo comportamento termico e prestazioni in gioco, valutando se il formato ridotto comprometta o meno l'esperienza complessiva rispetto alle soluzioni più ingombranti presenti sul mercato.
Wi-Fi 7 con il design di una vetta innevata: ecco il nuovo sistema mesh di Huawei
Wi-Fi 7 con il design di una vetta innevata: ecco il nuovo sistema mesh di Huawei
HUAWEI WiFi Mesh X3 Pro Suite è probabilmente il router mesh più fotogenico che si possa acquistare oggi in Italia, ma dietro il guscio in acrilico trasparente e le luci LED dinamiche c'è una macchina tecnica costruita attorno allo standard Wi-Fi 7, con velocità teoriche Dual-Band fino a 3,6 Gbps e una copertura fino a 120 m² una volta abbinato il router principale all'extender incluso nel kit
Core Ultra 7 270K Plus e Core Ultra 7 250K Plus: Intel cerca il riscatto ma ci riesce in parte
Core Ultra 7 270K Plus e Core Ultra 7 250K Plus: Intel cerca il riscatto ma ci riesce in parte
Abbiamo provato le nuove CPU Intel Core Ultra 7 270K Plus e Core Ultra 7 250K Plus: più core e ottimizzazioni al funzionamento interno migliorano le prestazioni, anche in virtù di prezzi annunciati interessanti. A questo si aggiungono nuove ottimizzazioni software. Purtroppo, a fronte di prestazioni di calcolo elevate, il quadro rimane incerto nel gaming, dove l'andamento rimane altalenante. Infine, rimane il problema della piattaforma a fine vita.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 31-12-2005, 12:38   #1
CIUFFO
Member
 
L'Avatar di CIUFFO
 
Iscritto dal: Feb 2001
Città: Reggio Emilia
Messaggi: 230
Automazione e Internet Explorer

Vedi questo link:
http://msdn.microsoft.com/library/d...netexplorer.asp

E' possibile ottenere il controllo di Internet Explorer con l'automazione?
Leggendo la documentazione del link riportato di sopra sembrerebbe di sì ma non ho capito come si fà ad ottenere l'handle dell'oggetto Internet Explorer.

Una volta ottenuto l'oggetto a me serve leggere la proprietà: 'LocationURL'

[ sURL = ] object.LocationURL
Possible Values

sURL String that receives the URL. The caller frees this buffer with the SysFreeString function.

The property is read-only. The property has no default value.


Ciao
CIUFFO è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2005, 12:41   #2
kk3z
Senior Member
 
L'Avatar di kk3z
 
Iscritto dal: Nov 2003
Messaggi: 980
Controlla il link, msdn dà 404
kk3z è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2005, 13:31   #3
CIUFFO
Member
 
L'Avatar di CIUFFO
 
Iscritto dal: Feb 2001
Città: Reggio Emilia
Messaggi: 230
http://msdn.microsoft.com/library/de...etexplorer.asp
MSDN Home > MSDN Library > Web Development > Programming and Reusing the Browser > SDK Documentation > WebBrowser Control > Reference for Visual Basic Developers >
InternetExplorer Object Internet Development Index

--------------------------------------------------------------------------------

Controls a remote instance of Microsoft Internet Explorer through Automation.

Members Table

The following table lists the members exposed by the InternetExplorer object. Click a tab on the left to choose the type of member you want to view.

Properties

Show:
Events
Methods
Properties
Property Description
AddressBar Sets or retrieves whether the address bar of the object is visible or hidden.
Application Retrieves the automation object for an application that is hosting the WebBrowser Control.
Busy Retrieves a Boolean value indicating whether the object is engaged in a navigation or downloading operation.
Container Retrieves an object reference to a container.
Document Retrieves the automation object of the active document, if any.
FullName Retrieves the fully qualified path of the Internet Explorer executable file.
FullScreen Sets or retrieves a Boolean value that indicates whether Internet Explorer is in full-screen or normal window mode.
Height Sets or retrieves the height of the Internet Explorer main window.
HWND Retrieves the handle of the Internet Explorer main window.
Left Sets or retrieves the screen coordinate of the left edge of the main window of the object.
LocationName Retrieves the name of the resource that Internet Explorer is currently displaying.
LocationURL Retrieves the URL of the resource that Internet Explorer is currently displaying.
MenuBar Sets or retrieves a Boolean value that indicates whether the Internet Explorer menu bar is visible.
Name Retrieves the name of the object that contains the WebBrowser Control used by Internet Explorer.
Offline Sets or retrieves a Boolean value that indicates whether the object is currently operating in offline mode.
Parent Retrieves the parent of the object.
Path Retrieves the full path to the object.
ReadyState Retrieves the ready state of the object.
RegisterAsBrowser Sets or retrieves a value that indicates whether the object is registered as a top-level browser for target name resolution.
RegisterAsDropTarget Sets or retrieves a value that indicates whether the object is registered as a drop target for navigation.
Resizable Sets or retrieves a value that indicates whether the object can be resized.
Silent Sets or retrieves a value that indicates whether the object can show dialog boxes.
StatusBar Sets or retrieves a value that indicates whether the status bar for the object is visible.
StatusText Sets or retrieves the text in the status bar for the object.
TheaterMode Sets or retrieves a value that indicates whether the object is in theater mode.
ToolBar Sets or retrieves a value that indicates whether the toolbar for the object is visible.
Top Sets or retrieves the screen coordinate of the top edge of the main window of the object.
TopLevelContainer Retrieves a value that indicates whether the object is a top-level container.
Type Retrieves the type name of the contained document object—that is, Windows HTML Viewer.
Visible Sets or retrieves a value that indicates whether the object is visible or hidden.
Width Sets or retrieves the width of the main window for the object.




Events

Event Description
BeforeNavigate Fires before navigation occurs in the given object (on either a window or frameset element).
BeforeNavigate2 Fires before navigation occurs in the given object (on either a window or frameset element).
CommandStateChange Fires when the enabled state of a command changes.
DocumentComplete Fires when a document has been completely loaded and initialized.
DownloadBegin Fires when a navigation operation is beginning.
DownloadComplete Fires when a navigation operation finishes, is halted, or fails.
FileDownload Fires to indicate that a file download is about to occur. If a file download dialog is to be displayed, this event is fired prior to the display of the dialog.
NavigateComplete Fires after a navigation to a link is completed on either a window or frameSet element.
NavigateComplete2 Fires after a navigation to a link is completed on either a window or frameSet element.
NavigateError Fires when an error occurs during navigation.
NewWindow Fires when a new window is to be created.
NewWindow2 Fires when a new window is to be created.
NewWindow3 Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window.
OnFullScreen Fires when the FullScreen property is changed.
OnMenuBar Fires when the MenuBar property is changed.
OnQuit Fires before the Internet Explorer application quits.
OnStatusBar Fires when the StatusBar property is changed.
OnTheaterMode Fires when the TheaterMode property is changed.
OnToolBar Fires when the ToolBar property is changed.
OnVisible Fires when the Visible property of the object is changed.
PrintTemplateInstantiation Fires when a print template has been instantiated.
PrintTemplateTeardown Fires when a print template has been destroyed.
PrivacyImpactedStateChange Fired when an event occurs that impacts privacy or when a user navigates away from a URL that has impacted privacy.
ProgressChange Fires when the progress of a download operation is updated on the object.
PropertyChange Fires when the PutProperty method of the object changes the value of a property.
SetSecureLockIcon Fires when there is a change in encryption level.
StatusTextChange Fires when the status bar text of the object has changed.
TitleChange Fires when the title of a document in the object becomes available or changes.
UpdatePageStatus Not currently implemented.
WindowActivate Not currently implemented.
WindowMove Not currently implemented.
WindowResize Not currently implemented.

Methods

Method Description
ClientToWindow Converts the client coordinates of a point to window coordinates.
ExecWB Executes a command on an OLE object and returns the status of the command execution using the IOleCommandTarget interface.
GetProperty Retrieves the value of a property associated with the given object.
GoBack Navigates backward one item in the history list.
GoForward Navigates forward one item in the history list.
GoHome Navigates to the current home or start page.
GoSearch Navigates to the current search page.
Navigate Navigates to a resource identified by a URL or to the file identified by a full path.
Navigate2 Navigates the browser to a location that might not be able to be expressed as a URL, such as a pointer to an item identifier list (PIDL) for an entity in the Microsoft Windows shell namespace.
PutProperty Sets the value of a property associated with the object.
QueryStatusWB Queries the OLE object for the status of commands using the IOleCommandTarget interface.
Quit Closes the object.
Refresh Reloads the file that is currently displayed in the object.
Refresh2 Reloads the file that is currently displayed in the object. Unlike Refresh, this method contains a parameter that specifies the refresh level.
ShowBrowserBar Shows or hides a specified browser bar.
Stop Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations.

Properties

Object Information

CLSID Not available
Minimum operating systems Windows CE 4.0


Manage Your Profile |Legal |Contact Us |MSDN Flash Newsletter
© 2005 Microsoft Corporation. All rights reserved. Terms of Use |Trademarks |Privacy Statement

Ultima modifica di CIUFFO : 31-12-2005 alle 13:34.
CIUFFO è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2005, 14:26   #4
okay
Senior Member
 
Iscritto dal: Feb 2002
Messaggi: 906
Quote:
Originariamente inviato da CIUFFO
Vedi questo link:
http://msdn.microsoft.com/library/d...netexplorer.asp

E' possibile ottenere il controllo di Internet Explorer con l'automazione?
Leggendo la documentazione del link riportato di sopra sembrerebbe di sì ma non ho capito come si fà ad ottenere l'handle dell'oggetto Internet Explorer.

Una volta ottenuto l'oggetto a me serve leggere la proprietà: 'LocationURL'

[ sURL = ] object.LocationURL
Possible Values

sURL String that receives the URL. The caller frees this buffer with the SysFreeString function.

The property is read-only. The property has no default value.


Ciao

Nel doc postato fa sempre riferimento al controllo webbrowser per interfacciarti lo devi usare...

Ultima modifica di okay : 31-12-2005 alle 14:28.
okay è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2005, 15:42   #5
CIUFFO
Member
 
L'Avatar di CIUFFO
 
Iscritto dal: Feb 2001
Città: Reggio Emilia
Messaggi: 230
Io ho letto che l'oggetto può essere web Browser oppure Internet Exporer
CIUFFO è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


PNY RTX 5080 Slim OC, sembra una Founders Edition ma non lo è PNY RTX 5080 Slim OC, sembra una Founders Editio...
Wi-Fi 7 con il design di una vetta innevata: ecco il nuovo sistema mesh di Huawei Wi-Fi 7 con il design di una vetta innevata: ecc...
Core Ultra 7 270K Plus e Core Ultra 7 250K Plus: Intel cerca il riscatto ma ci riesce in parte Core Ultra 7 270K Plus e Core Ultra 7 250K Plus:...
PC Specialist Lafité 14 AI AMD: assemblato come vuoi tu PC Specialist Lafité 14 AI AMD: assemblat...
Recensione Nothing Phone 4(a): sempre iconico ma ora più concreto Recensione Nothing Phone 4(a): sempre iconico ma...
L'AI agentica potrebbe trasformare Inter...
Qualcomm lancerà due chip per sma...
Xiaomi dà i numeri: ecco come &eg...
AMD annuncia Ryzen 9 9950X3D2 Dual Editi...
CyrusOne avvia la costruzione del suo pr...
Cloud in crescita, ma l’adozione dell’IA...
OpenAI cancella l'adult mode di ChatGPT:...
Google Search Live arriva in Italia: la ...
MacBook Air 15'' con chip M4 (2025) crol...
Ora è possibile trasferire file t...
Apple domina con il MacBook Neo: i lapto...
Arriva la nuova gamma di PC Dell Pro per...
DJI Avata 360: la recensione del primo d...
Il browser di Samsung arriva su Windows,...
I satelliti AI Sat Mini per i datacenter...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 22:50.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v