Open 3 image (help needed in C#)

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2008
Posts: 2
Reputation: anazahra is an unknown quantity at this point 
Solved Threads: 0
anazahra anazahra is offline Offline
Newbie Poster

Open 3 image (help needed in C#)

 
0
  #1
Nov 30th, 2008
Hi there...

I want open 3 image at one time using C# but i dont know how....
I'm at beginner level in C#. Please help me in this problem...

Thanks a lot....
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,160
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: Open 3 image (help needed in C#)

 
0
  #2
Dec 1st, 2008
well show us what you got

first, can you open one image? and what are you opening images with?

your code will help out
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 2
Reputation: anazahra is an unknown quantity at this point 
Solved Threads: 0
anazahra anazahra is offline Offline
Newbie Poster

Re: Open 3 image (help needed in C#)

 
0
  #3
Dec 1st, 2008
ok sorry... this code...
i can open one image.
so, could u help me how the 3 image will be open at the one time...

  1. private void tbbOpenPicture_Click_1(object sender, EventArgs e)
  2. {
  3. // Show the open file dialog box
  4. if (ofdSelectPicture.ShowDialog() == DialogResult.OK)
  5. {
  6.  
  7. //Load the picture into the picture box
  8. picShowPicture.Image = Image.FromFile(ofdSelectPicture.FileName);
  9. // Show the name of the file in the form's caption.
  10. this.Text = string.Concat("Picture Viewer (" + ofdSelectPicture.FileName + ")");
  11. }
  12. }
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,160
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: Open 3 image (help needed in C#)

 
0
  #4
Dec 1st, 2008
you have picShowPicture, why can't you create 2 more picture boxes like this?
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC