|
-
Jan 1st, 2005, 08:39 AM
#1
Thread Starter
Addicted Member
Html
how do i display HTML in my forms, is there ne ActiveX for this purpose ?
-
Jan 1st, 2005, 08:42 AM
#2
Fanatic Member
Re: Html
Yep...
look for "shdocvw.dll" in the system folder.
-
Jan 1st, 2005, 09:50 AM
#3
Thread Starter
Addicted Member
Re: Html
ok i have got the Shdocvw.dll, how do i initialize n use it now ?
-
Jan 1st, 2005, 10:46 AM
#4
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
-
Jan 1st, 2005, 12:43 PM
#5
Thread Starter
Addicted Member
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
-
Jan 1st, 2005, 12:46 PM
#6
Banned
Re: Html
you can create an html file and navigate to that.
-
Jan 1st, 2005, 12:53 PM
#7
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|