|
-
Sep 30th, 2002, 05:07 AM
#1
Thread Starter
New Member
problem with Printing of data of embedded Activex controls!!
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 [email protected]
Thanks in advance!
-Ajay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|