Show Multiparty Images on one form
-
I am Making one Window Form in visual studio 2010 using c# in this Form I want To Show Lost of Images and this images come form specific path or From folder Example: There is one hospital LeftHead side Patient List On click of PatientName in next panal I want show some related images of this patient so in this case what kind of tool i use to solve this problem Thank You Sanket
-
I am Making one Window Form in visual studio 2010 using c# in this Form I want To Show Lost of Images and this images come form specific path or From folder Example: There is one hospital LeftHead side Patient List On click of PatientName in next panal I want show some related images of this patient so in this case what kind of tool i use to solve this problem Thank You Sanket
The Picturebox I believe.
PictureBox pictureBox1 = new PictureBo();
pictureBox1.Image = System.Drawing.Image.FromFile(@"");With great code, comes great complexity, so keep it simple stupid...:-\ :-\
-
I am Making one Window Form in visual studio 2010 using c# in this Form I want To Show Lost of Images and this images come form specific path or From folder Example: There is one hospital LeftHead side Patient List On click of PatientName in next panal I want show some related images of this patient so in this case what kind of tool i use to solve this problem Thank You Sanket
Well, to handle the image management and display, I'd use the techniques I wrote about in this[^] article.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier