Hi All experts.
I posted serveral questions here about the WebBrowser and got very good answers to come up the codes below. Thanks all the experts who have helped me earlier!
Need help again: There is a website (see the codes below). When it goes from page1 to page2, or page 2 to page3, the...
Hi! All experts,
I use VB6 WebBrowser to pass search strings from a text file and and get results on the web. At the end of my procedure ProcessCT(), I need to call the button "Sign-off of the Concord system" on the result page (page 3). I couldn't find the NAME or any function for that button...
BiggerBrother,
Thank so much for your help!!!! It works very well!!
After doing lots of searching and testing, I still have another question for another website which has partial HTML codes -
<FORM ACTION="/servlet/TerminalServlet" METHOD="POST">
<INPUT TYPE="hidden" NAME="request"...
Thanks of your feedback!
I still have another problem: VB6 runs much faster than the webbrowser refresh the screen. When it runs to the 2nd page to click the button and type the string, the webbrowser is still on the 1st page. Should I use Timer? Is there any WebBrowser property or event which...
I tried the code below and it worked.
=================================
Call frmWB.wb.Document.parentWindow.execScript("check_entity()")
=================================
Is it the way to call javascript to vb?? (I'm not familiar with web language...)
I just tried to use VB6 with WebBrowser. I have a problem to call the search button on this website http://appsext5.dos.state.ny.us/corp_public/enter_search
The "Search the Database" button doesn't have NAME attribute in the HTML source codes. I put ""...
Thanks a lot for all your quick response!!!
The web address are as below:
https://accessnet.state.nj.us/GatewayWatchNameSearch.asp
http://appsext5.dos.state.ny.us/corp_public/enter_search
( I found the NAMEs of RESET and HELP buttons. But I couldn't find the NAME of the button "Search the...
Hi! All experts,
I'm looking for a way to pass a search string to the website using VB and get the result string(s) back using VB6.
So far I only know to use WebBrowser control to "manually" do searching and get the result back as the same I do in the Internet Explore 6.
Q1: How to do that...
Hi, all experts,
We have a VB 6 program which triggers PGP 8.0.3 to encrypt all types of files. This program uses nsdpgp3.dll and nsdpgp3x.dll.
Now we encounters a problem: One Excel file abc.xls was conventionally encrypted to abc.pgp by our VB program. We can decrypt it manuallly with PGP...
I tried your code. It copied the email to the "Folder1" folder. So the inbox still have the same email.
Because my purpose is to move the email to the "Folder1" from the Inbox, so I added codes to remove the email (see code below).
However, it remove both emails in Folder1 and Inbox.....
Is...
Hi, all experts,
I'm looking for a way to move one Lotus Notes (R5) email from Inbox to another folder (called "Folder1") using VB6. Does anyone know how to do it?
Below are my current codes.
Thanks in advance!!!
==================
Dim NotesSession As Object
Dim NotesDb As Object...
Hi, all experts,
We use VB 6 to trigger PGP 8.0.3 to encrypt all types of files.
Now we encountered a problem: One Excel file abc.xls was conventionally encrypted to abc.pgp by our VB program. We can decrypt it manuallly with PGP 7 or PGP 8.0.3. But we can not open the decrypted Excel file...
Hi! All experts,
I'd like to use VB6 to pass a value to a Crystal Report 7 parameter. The database is Oracle8.
I tried three codes (see (A), (B), (C) below) from other resource, but none of them worked. The run-time error was either "Type mismatch" or "Object does not support...
Hi! All experts:
We just turned on Audit_Trail = DB. Recently, we are trying to create audit reports for the following actions:
ALTER PROFILE
CREATE ROLE
CREATE USER
ALTER USER
DROP USER
GRANT OBJECT...
Hi! All experts,
We use VB6 to send Lotus Notes emails with attachment automatically.
In order to improve security, we want to add codes to encrypt the emails/attachments and prevent the receipients forwarding/copying emails to others.
I got encrypting part solved by trying both methods and...
Hi! All experts,
I'm looking for a way to use VB6 detach the attachment file(S) from the Inbox folder of Lotus Notes email to our local/share drive. We already have codes to create Lotus Notes session, set the database to send mail from, open the mail file and send an email (pls see below)...
Hi! All experts,
I just checked the listener.log in the new directory. It shows the old sid in service_name:
(CONNECT_DATA=(SERVICE_NAME=OldSid)(CID=(PROGRAM=D:\OracleNew\bin\sqlplus.exe)(HOST=Host)(USER=User))) * (ADDRESS=(PROTOCOL=tcp)(HOST=n.n.n.n)(PORT=2790)) * establish * OldName * 12514...
Hi! All expert,
Our current Oracle DB is 8.0.5 on NT, and we are trying to install 8.1.7 enterprise edition to upgrade without uninstalling the current 8.0.5.
Firstly, the installation hung during coping REFCUR.VBP. We got some advise to replace oleaut32.dll from version 2.40.4518 with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.