Results 1 to 2 of 2

Thread: I need to convert this into DELPHI-code

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    NL
    Posts
    6

    Arrow

    What should i do without a good forum like this??

    I there also a forum like this for Dlephi programming?

    I need to convert this into Delphi-code:

    Code:
      Set IExplore = VBA.CreateObject("InternetExplorer.Application.1")
        IExplore.AddressBar = False
        IExplore.MenuBar = true
        IExplore.Navigate2 "http://VBWorld.com", 2, 0, 0, 0

    Linx


    [Edited by LiNX on 10-10-2000 at 03:45 PM]

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    to answer your PS,

    wrap your code text with

    {code}

    {/code}

    (replace { with [ and } with ])

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