|
-
Nov 27th, 2005, 11:51 AM
#13
Thread Starter
Lively Member
Re: How control web component in VB6
Hi TheVader,
Good day,
Hope you fine.
Once again here I beg your help regarding my project which is enriched with your strong support.
My project in VB 6.0 for a money transfer company uisng different Online money services is almost finished the work. And in this time I rememebr you help, support and guidence in my project especially in DHTML Document Object Model.
Regarding to the same problem let me put my new problem I face in my project.
The work for www.ezremit.com.kw is almost completed and now I am writing code for another speed service ARY Speed Remittance.
Since this site is developed in ASP .Net I cannot take control on the objects of this site.
Whenever I follow the same procedure you tought me for ezremit.com.kw VB says error and says
'Object variable or With Block variable not set' . I don't know what is the mistake. Here you can visit the site by this address
http://demo.speedremit.ae/
User name : uaedemo
PassWrd : demo
I used the following code to login automatically
dim UserID as string
dim PsWd as string
UserID = "uaedemo"
PsWd = "demo"
Private Sub CmdLogIn_Click()
browser.Document.getElementById("txtLoginName").Value = UserID
browser.Document.getElementById("txtPassword").Value = PsWd
End Sub
This time the error number 91 arises with message 'Object variable or With Block variable not set'
I think the problem may be for the site is developed by ASP .Net
Now I expect your sincere help regarding this porblem.
Expecting your best cooperation
Nasreen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|