473,473 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

win32com.client.Dispatch('InternerExplorer.Applica tion')

2 New Member
hi guys, how can i to get an imagine form :
Expand|Select|Wrap|Line Numbers
  1. ie  = win32com.client.Dispatch('InternerExplorer.Application')
  2. ie.Navigate(url)
  3. ie.Document.images[x] ----- this return an object i want this imagine!!!!!!!
  4.  
Thank a lot, see You
Aug 20 '07 #1
2 3418
bartonc
6,596 Recognized Expert Expert
hi guys, how can i to get an imagine form :
Expand|Select|Wrap|Line Numbers
  1. ie  = win32com.client.Dispatch('InternerExplorer.Application')
  2. ie.Navigate(url)
  3. ie.Document.images[x] ----- this return an object i want this imagine!!!!!!!
  4.  
Thank a lot, see You
Maybe:
Expand|Select|Wrap|Line Numbers
  1. ie  = win32com.client.Dispatch('InternerExplorer.Application')
  2. ie.Navigate(url)
  3. theImage = ie.Document.images[x] # Don't forget to assign the object to a variable
  4.  
It works just as it would in VB. Don't forget to assign the object to a variable.
Aug 20 '07 #2
belfa
2 New Member
Maybe:
Expand|Select|Wrap|Line Numbers
  1. ie  = win32com.client.Dispatch('InternerExplorer.Application')
  2. ie.Navigate(url)
  3. theImage = ie.Document.images[x] # Don't forget to assign the object to a variable
  4.  
It works just as it would in VB. Don't forget to assign the object to a variable.
the problem isnot the assignament to the variable but riferiment to object.
I try this:
ie.Navigate('http://www.thecrims.com/captcha.php?action=show&n=single_phrase')
theImage = ie.Document.images[0]
but is not work.
thank you in advance
Aug 21 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Rudy | last post by:
Hello All, I'm hoping someone can point me in the right direction. I want to have a client application, and a server application to be able to control certain function of the client...
2
by: yashgt | last post by:
Hi, We want to develop a client application that can be plugged into hundreds of other applications used by our bank. These applications include browser-driven apps, desktop client apps, etc....
0
by: vijayalakshmi.venkataraman | last post by:
Hello, I have a .NET client that accesses a Java webservice. Let me first say that the client stub I got generated from the wsdl was incomplete and had to make changes to it manually to make it...
13
by: Sandeep Singh | last post by:
I am making socket client application in C# how can i get ip address of client who has connected to server
0
by: Uma | last post by:
Dear all, I have a problem while running a smart client application which was installed through CD-ROM. After installing the smart client setup the application is running properly. When running...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
3
by: JezB | last post by:
I kind of understand the ASP.NET architecture in terms of building web pages with embedded server controls, where the .aspx is run on the client and the ..aspx.cs runs on the server. But what if...
1
by: Rasheed | last post by:
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509...
1
by: vijayakumar | last post by:
hi all I'm beginner in CORBA Server-Client application development. My server- client application was worked well and i have tested it too. Due to some Network problem we have rebooted our...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.