How do I click on this button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abdan
    New Member
    • Sep 2014
    • 8

    How do I click on this button

    <area href="build.php ?id=16" coords="184,319 ,28" shape="circle" alt="Clay Pit Level 0">

    in vesual basic
  • twinnyfo
    Recognized Expert Moderator Specialist
    • Nov 2011
    • 3664

    #2
    abdan,

    Exactly what is it that you are trying to do? Your question is too vague and does not include enough information.

    Comment

    • abdan
      New Member
      • Sep 2014
      • 8

      #3
      look first ineed from you to tell me about code
      for example in facebook

      That mine link still constant and I add variable
      成龍 Jackie Chan. Отметки "Нравится": 69 294 098 · Обсуждают: 11 175. This is the official Facebook page of international superstar Jackie Chan. Welcome!

      Mahmoud Abdan. Отметки "Нравится": 2 001 · Обсуждают: 1. W❤️


      i hope you understand me

      Comment

      • twinnyfo
        Recognized Expert Moderator Specialist
        • Nov 2011
        • 3664

        #4
        I am not sure if this is what you are after, but are you trying to be able to execute a hyperlink from a command button?

        If so, then you would have something like this:

        Code:
        Application.FollowHyperlink "String with web site"
        Of course you can create a string variable to hold the website address and then use the variable in the code above.

        Hope this hepps!

        Comment

        Working...