|
-
Apr 2nd, 2010, 05:11 AM
#1
Thread Starter
Junior Member
A little help
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.
-
Apr 2nd, 2010, 05:56 AM
#2
Re: A little help
Sorry, I didn't get your idea! Try providing more details.
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Apr 2nd, 2010, 07:31 AM
#3
Re: A little help
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.
-
Apr 2nd, 2010, 01:21 PM
#4
Thread Starter
Junior Member
Re: A little help
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.
Last edited by l0cal_h0st; Apr 2nd, 2010 at 01:26 PM.
-
Apr 3rd, 2010, 02:30 AM
#5
Re: A little help
 Originally Posted by l0cal_h0st
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.
How will you connect the link to your software? What does that means? 
(Expand your question providing more details, along with examples, pics, etc.)
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
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
|