Advanced Forum Search Results
-
Hi Everyone,
I am trying to implement progress bar where i generate large number of images on the control. It is throwing an exception "Operation has already been completed" here's the code:
public partial class SampleProgress : UserControl
{
BackgroundWorker _worker;
public SampleProgress()
...
-
Thanks everyone for your suggestions. I ended up creating my own 3d
cube with drawing polygons for each cube and using imagebrush. I will
try to paste the 3d cube code once i am finished. I am trying to make
image cube of 20 x 20.
-
Hi ccoombs,
Thanks for the reply and pointing out the telerik control. While googling for the 3D cube i came across telerik which looks impressive but i don't want to use that. Originally, i started exploration on 3D cube as requirement from a client, but it didn't went well (he wanted to show 400 x 400 images on each side of cube, which ...
-
Hi Everyone,
I am new to silverlight so please bear with me.
I am trying to create a silverlight 3D cube with images on it's each side (that is an easy part). The hard part, there will be multiple images in each side, let's say 10 x 10 on each side (100 * 6 = 600 images on a cube). Each image must be clickable so that i can perform some ...