Pro VB DatabasesAdvanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
In what is this code contained?
And the error is, " . . . "? (The text of the error, not the number.)
I'm a little confused, as you provided HTML, not VB code, but you called it "VB code" . . . (I apologize if I'm being a little thick.)
Hi BrianWren, I managed to sort out the problem. It meant adding extra "" marks. But now I Have created a HTML file inside VB and saved it as a function that can be called to display in the webbrowser. I have a ListView on my form too, this control displays ALL the movies in my DB. I want to code in such a way that, when I click/selct a movie from the ListView, the details of the selected item are displayed in the webbrowser control. How should I combine the HTML function which I called WriteHTML to display the ListView items?