Click here to Skip to main content
15,887,417 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i have to work in .net 2005 display the two image in one picture box using graphics it is possible but wpf is it possible to display the two images in one image control,how it is possible,
If any one solve the problem please help me.
Thanx :)
Posted
Updated 19-Apr-10 0:52am
v2

Two at the same time? You could write a custom PictureControl template that would allow two images. That would be the first thing I'd try.
 
Share this answer
 
The obvious way to do this, is to add the right number of image controls. Failing that, you can combine your two images into one big one, far easier that writing a custom control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900