I m here again.i need a little help.i want to connect my soft with a link.exmpl: if the link is correct thn soft will open else soft will not open.
I added the microsoft internet controls bt i dont hav the code.can anyone pls share it.
Printable View
I m here again.i need a little help.i want to connect my soft with a link.exmpl: if the link is correct thn soft will open else soft will not open.
I added the microsoft internet controls bt i dont hav the code.can anyone pls share it.
Sorry, I didn't get your idea! Try providing more details. :wave:
Are you trying to open a website in a browser control? And you only want to open it if the webiste exists (does not reutrn Error 404 - Page Not Found)?
If so, before opening the URL in the browser control you can open it using Inet control (which will get you the HTML source of the page). Then simply use InStr to look in the source and see if you can find the error string. If it's not there, proceed to load the page in the browser control. The down side to this is you will be loading each page twice.
I m trying to say that,i will make a page in my server and i will connect it with my soft.If the link of that page is correct then soft will open otherwise it will not open.In a word i want to control my soft by that page link.Thats it.