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
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