Peform actions online
-
Im throwing this question out there and seeking any direction anyone can give me. I think I would die for a sample project that perform just some steps and I can finish it from there. Go to this link: https://ecf.ts2b.aztc.uscourts.gov/[^] From a visual C++ program, is there a way to programmatically click on 'District of BK v4.1 RC2 [10/20/10] - Live - Document Filing System'. Then you get to a screen asking for a login and passcode. I have that data. Is there a way to programmatically type in that data and hit Login. There other screens ask you for your name, address and so forth. Is there any way to type in this data programmatically rather than manually go to this link and doing it each step at a time? Please let me know. Sincerely, Danielle Brina (an oveworked graduate student)
-
Im throwing this question out there and seeking any direction anyone can give me. I think I would die for a sample project that perform just some steps and I can finish it from there. Go to this link: https://ecf.ts2b.aztc.uscourts.gov/[^] From a visual C++ program, is there a way to programmatically click on 'District of BK v4.1 RC2 [10/20/10] - Live - Document Filing System'. Then you get to a screen asking for a login and passcode. I have that data. Is there a way to programmatically type in that data and hit Login. There other screens ask you for your name, address and so forth. Is there any way to type in this data programmatically rather than manually go to this link and doing it each step at a time? Please let me know. Sincerely, Danielle Brina (an oveworked graduate student)
DanYELL wrote:
From a visual C++ program, is there a way to programmatically click on 'District of BK v4.1 RC2 [10/20/10] - Live - Document Filing System'. Then you get to a screen asking for a login and passcode. I have that data. Is there a way to programmatically type in that data and hit Login.
I've done this very thing with VB Script before, but not VC++.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
DanYELL wrote:
From a visual C++ program, is there a way to programmatically click on 'District of BK v4.1 RC2 [10/20/10] - Live - Document Filing System'. Then you get to a screen asking for a login and passcode. I have that data. Is there a way to programmatically type in that data and hit Login.
I've done this very thing with VB Script before, but not VC++.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Hmm... I havent work with basic for along time. How hard is it with VB? Is there a way of sending a sample project or script that could do this? I can use ShellExecute to run something. Can I ShellExecute a VB script? Please let me know.
DanYELL wrote:
How hard is it with VB?
I don't know.
DanYELL wrote:
Is there a way of sending a sample project or script that could do this?
Sending it to?
DanYELL wrote:
Can I ShellExecute a VB script?
I've not ever tried, but I would not be surprised if you could.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius