Calling URL from VB OCX

nwakeling
03-14-2001, 03:08 AM
I current have a HTML page with a number of fields in a form. When the submit button is pressed a FORM POST is run and the results are displayed on the called web page.

I have replaced the form with an VB Active X (OCX) control, I wish to call the new web page, I am currently using the Inet1.Execute command - however although this executes the called web page it does not display the called page.

How can a call a new web page in the same manner as the HTTP Form POST.

klabranche
03-14-2001, 11:37 AM
all activex controls have a hyperlink object.
use this to open your url up in the container your control is in.

hyperlink.navigateto target

http://www.extreme-vb.net/images/icons/smile.gif

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum