| | |
Open 3 image (help needed in C#)
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2008
Posts: 1,160
Reputation:
Solved Threads: 137
well show us what you got
first, can you open one image? and what are you opening images with?
your code will help out
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
www.houseshark.net
•
•
Join Date: Nov 2008
Posts: 2
Reputation:
Solved Threads: 0
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...
i can open one image.
so, could u help me how the 3 image will be open at the one time...
C# Syntax (Toggle Plain Text)
private void tbbOpenPicture_Click_1(object sender, EventArgs e) { // Show the open file dialog box if (ofdSelectPicture.ShowDialog() == DialogResult.OK) { //Load the picture into the picture box picShowPicture.Image = Image.FromFile(ofdSelectPicture.FileName); // Show the name of the file in the form's caption. this.Text = string.Concat("Picture Viewer (" + ofdSelectPicture.FileName + ")"); } }
•
•
Join Date: Aug 2008
Posts: 1,160
Reputation:
Solved Threads: 137
you have picShowPicture, why can't you create 2 more picture boxes like this?
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
![]() |
Similar Threads
- Open In New Window Php (PHP)
- IE6 open a BlanK Page if a link is clicked or open in a new window is selected (Web Browsers)
- Perl script modification needed... (Perl)
- Easy? Image in Form content? (JavaScript / DHTML / AJAX)
- Mouse Problem - Help needed urgently (Viruses, Spyware and other Nasties)
- For Kali2005: HackTool.Rootkit - Help Needed (Viruses, Spyware and other Nasties)
- Python and the JPEG Image File, Part 2, The Image (Python)
- HiJackThis-log for viewing , XP box. (Viruses, Spyware and other Nasties)
- Assistance needed with graphics to be used in database. (Visual Basic 4 / 5 / 6)
Other Threads in the C# Forum
- Previous Thread: how to creat the table during run time
- Next Thread: Problems with mobile app
| Thread Tools | Search this Thread |
.net access algorithm animation array barchart bitmap box broadcast buttons c# check checkbox client code combobox control conversion csharp custom database datagrid datagridview dataset datastructure datetime degrees development directrobot draganddrop drawing encryption enum event excel file form format forms function gdi+ hash httpwebrequest image index input install java label lisp list listbox mandelbrot math mouseclick mp3 mysql native operator path photoshop picturebox pixelinversion post print process programming radians regex remote remoting richtextbox safari server sleep snooze socket sql statistics stream string table tables tcp text textbox thread time timer update usercontrol usercontrols validation visualstudio webbrowser wfa windows winforms wpf xml






