Results 1 to 7 of 7

Thread: Html

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Html

    how do i display HTML in my forms, is there ne ActiveX for this purpose ?

  2. #2
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: Html

    Yep...

    look for "shdocvw.dll" in the system folder.

  3. #3

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Html

    ok i have got the Shdocvw.dll, how do i initialize n use it now ?

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Html

    go to project components and select microsoft internet control.
    this will put an extra control on your toolbox, select that and add to form

    rgds peter

  5. #5

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Html

    well the internet control gives a browser in my application which can also do the job but would become an overhead for me
    is there ne textbox kind of control for which i give HTML n it will parse it like a web browser

  6. #6
    Banned
    Join Date
    Dec 2004
    Posts
    174

    Re: Html

    you can create an html file and navigate to that.

  7. #7
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: Html

    WebBrowser1.Navigate "http://www.google.com"

    or if local to your app...

    WebBrowser1.Navigate App.Path & "\myhtmlfile.htm"

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