Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Printing of data of embedded Activex controls!!

Status
Not open for further replies.

ajay143

Programmer
Sep 30, 2002
1
SG
I have two questions regrading Activex Controls.

1) The problem is with printing of combined data of WebBrowser control and another Activex
control (sigPlus of TopazSystems) together in one page. The WebBrowser and SigPlus controls,
both are embedded in VB Activex control along with the "Print" and "Next" command buttons.

I can print WebBrowser control data and sigPlus control data separately in two different prints,
like shown below.

a) WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER
b) sigPlus.print()

But I want to print the two control's data in single page. Can anybody please help me in fixing
this problem.

2) I want to bind the two controls (WebBrowser and sigPlus) with another Activex control(normal
VB Activex control), so that when I say "Next", only the data in the WebBrowser and sigPlus will
be changed every time.

I request VB Gurus to reply me ASAP, preferably at ajjup@yahoo.com

Thanks in advance!

-Ajay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top