Q&A Home
Search for a question
Show Unresolved
Show Resolved
You must login to ask or answer a question. If you don't have an account, you can register for one.
RockDaddy asked this question on 12/7/2011. It has been viewed 206 times, and is currently resolved.
I have a vb6 form with a button that opens a .net web application. When the user updates the info in the web app I want the changes to be reflected in the vb6 form. Is there a way to do this? Thanks in advance.
Keywords:
Answer from dwirch on 12/11/2011:
Best Answer!
You can set a timer. In the timer event, retrieve the pertinent data from the web site, and update the form.
Don't set your timer resolution too small, though.
Reference: