473,386 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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

2
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 3416
bartonc
6,596 Expert 4TB
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
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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.