Results 1 to 5 of 5

Thread: A little help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2010
    Posts
    23

    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.

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    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,...

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    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.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2010
    Posts
    23

    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.

  5. #5
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: A little help

    Quote Originally Posted by l0cal_h0st View Post
    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
  •  



Click Here to Expand Forum to Full Width