Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: placing over 255 menu items Pin
Johan Pretorius8-Jan-07 19:46
Johan Pretorius8-Jan-07 19:46 
GeneralRe: placing over 255 menu items Pin
Eytukan8-Jan-07 19:49
Eytukan8-Jan-07 19:49 
GeneralDynamic Loading of DLL in VB Pin
Bert Buckey21-Mar-00 14:13
sussBert Buckey21-Mar-00 14:13 
GeneralRe: Dynamic Loading of DLL in VB Pin
Russ10-Apr-00 0:44
Russ10-Apr-00 0:44 
QuestionVBScript - Click Handler For Form Button? Pin
Member 239621-Feb-00 0:47
Member 239621-Feb-00 0:47 
AnswerRe: VBScript - Click Handler For Form Button? Pin
jburrow17-Apr-00 6:31
jburrow17-Apr-00 6:31 
GeneralUsing WebBrowser Control in VB6 Pin
Bagyalakshmi SN29-Dec-99 20:21
sussBagyalakshmi SN29-Dec-99 20:21 
GeneralRe: Using WebBrowser Control in VB6 Pin
Russ10-Apr-00 0:53
Russ10-Apr-00 0:53 
It's really cool - it's a full featured HTML browser that you can drop right into your apps!

I think that there's an example project on CodeProject that demonstrates how to use it... if not, I'll write one up (we found some pretty cool things to do with it at work).

To use it, you just drop it onto your form. Then in code you can use its Navigate() or Navigate2() functions to tell it to show some HTML page. It fires events when interesting things happen - like the user clicking on a hyperlink, or other things like that.

Take a look at its properties and methods in the object browser - they're all pretty self explanatory. I'd advise creating a test project and just playing around with it for a day or two Smile | :)
GeneralAD: Visual Basic Database tutorial Pin
Member 342022-Dec-99 23:25
Member 342022-Dec-99 23:25 
GeneralRe: AD: Visual Basic Database tutorial Pin
softminds4n116-Mar-04 4:46
softminds4n116-Mar-04 4:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.