Home > Archive > Visual Basic Crystal Reports > January 2006 > How to join 2 image together
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to join 2 image together
|
|
|
| I am using VB6, crystal report
I have a VB apps, which several check box to allow user to select which
image to be included in the report (in fact mail sticker).
I want to design when user check those check box, say, 3 check box, then 3
images was joining together for the report.
the question is:
after user selection, how to join the 3 images together to become 1 image
for the report?
Other question:
Any better algorithm such as loading 3 images instead of 1 image. (but it
seems i need to solve loading image parallel in report first)
| |
| David J Mark 2006-01-23, 7:59 am |
| Xref: TK2MSFTNGP08.phx.gbl microsoft.public.vb.crystal:75351 microsoft.public.vb.general.discussion:579658
"Katie" <katie_wo@yahoo> wrote in message
news:OGYwzn9HGHA.3752@TK2MSFTNGP11.phx.gbl...
>I am using VB6, crystal report
>
> I have a VB apps, which several check box to allow user to select which
> image to be included in the report (in fact mail sticker).
>
> I want to design when user check those check box, say, 3 check box, then 3
> images was joining together for the report.
>
> the question is:
> after user selection, how to join the 3 images together to become 1 image
> for the report?
You don't. Just paint them on the printer's DC in whatever configuration
you want.
>
> Other question:
> Any better algorithm such as loading 3 images instead of 1 image. (but it
> seems i need to solve loading image parallel in report first)
>
>
| |
|
| Sorry, I cannot get your meaning, can you further elaborate?
"David J Mark" <nntp45534-22@newsdesk.net> wrote in message
news:EU3Bf.38688$tK4.12251@tornado.ohiordc.rr.com...
>
> "Katie" <katie_wo@yahoo> wrote in message
> news:OGYwzn9HGHA.3752@TK2MSFTNGP11.phx.gbl...
3[color=darkred]
image[color=darkred]
>
> You don't. Just paint them on the printer's DC in whatever configuration
> you want.
>
it[color=darkred]
>
>
| |
|
| I also talk more what i want to achieve:
There are 10 checkboxs, each denote 1 graphics
After user selection, i want those graphics corresponds to the selected
checkboxes was appears in that record. For examples, imagine you are going
to print name card, the checkbox with options "MCSE" "MCDBA" "MCSA" "MCP"
"MCT" "CCNA" "CCNP" "CCIE".
once user selected "MCSE""MCDBA""CCIE""MCT", the name card of that person
along with those 4 images and added as a record entry waiting to be printed
"David J Mark" <nntp45534-22@newsdesk.net> wrote in message
news:EU3Bf.38688$tK4.12251@tornado.ohiordc.rr.com...
>
> "Katie" <katie_wo@yahoo> wrote in message
> news:OGYwzn9HGHA.3752@TK2MSFTNGP11.phx.gbl...
3[color=darkred]
image[color=darkred]
>
> You don't. Just paint them on the printer's DC in whatever configuration
> you want.
>
it[color=darkred]
>
>
|
|
|
|
|