Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Binding Problem Pin
Jay Shankar12-Apr-04 21:41
Jay Shankar12-Apr-04 21:41 
GeneralKeypress WITHOUT textbox.. HELP Pin
pgfraz10-Apr-04 16:31
pgfraz10-Apr-04 16:31 
GeneralRe: Keypress WITHOUT textbox.. HELP Pin
MasudM10-Apr-04 19:30
MasudM10-Apr-04 19:30 
GeneralFileStream help! :( Pin
Moon Boy10-Apr-04 15:27
Moon Boy10-Apr-04 15:27 
GeneralFileStream help! :( Pin
moonboy10-Apr-04 15:27
moonboy10-Apr-04 15:27 
GeneralRe: FileStream help! :( Pin
Peter Nirschl10-Apr-04 21:20
Peter Nirschl10-Apr-04 21:20 
GeneralRe: FileStream help! :( Pin
moonboy10-Apr-04 21:24
moonboy10-Apr-04 21:24 
GeneralRe: FileStream help! :( Pin
Peter Nirschl10-Apr-04 21:38
Peter Nirschl10-Apr-04 21:38 
Let's say we have a textBox called textBox1.
And let's say we hava a picture box called pictureBox1.
We use pictureBox1 to view the image.

The user types in the CORRECT path.
The user clicks on a button.

And now the button's OnClick event:

Image img = Image.FromFile (<font color=#0000ff>this</font>.textBox1.Text);<br />
<font color=#0000ff>this</font>.pictureBox1.Image = img;


Then add an error handling with TRY and CATCH.

I've already tested this code.
It MUST work.
GeneralRe: FileStream help! :( Pin
Chad Smith11-Apr-04 9:30
professionalChad Smith11-Apr-04 9:30 
GeneralRe: FileStream help! :( Pin
amal_pro8311-Apr-04 9:57
amal_pro8311-Apr-04 9:57 
QuestionHow to Deploy windows application for only 15 days? Pin
KRathor10-Apr-04 12:10
KRathor10-Apr-04 12:10 
AnswerRe: How to Deploy windows application for only 15 days? Pin
leppie11-Apr-04 8:04
leppie11-Apr-04 8:04 
GeneralRe: How to Deploy windows application for only 15 days? Pin
KRathor11-Apr-04 9:20
KRathor11-Apr-04 9:20 
GeneralRe: How to Deploy windows application for only 15 days? Pin
Jeremy Luebke11-Apr-04 9:49
Jeremy Luebke11-Apr-04 9:49 
AnswerRe: How to Deploy windows application for only 15 days? Pin
Nnamdi Onyeyiri11-Apr-04 9:50
Nnamdi Onyeyiri11-Apr-04 9:50 
GeneralTransparent Controls Pin
muralidharck10-Apr-04 2:57
muralidharck10-Apr-04 2:57 
GeneralRe: Transparent Controls Pin
twisterjosh10-Apr-04 3:30
twisterjosh10-Apr-04 3:30 
GeneralRe: Transparent Controls Pin
muralidharck10-Apr-04 3:33
muralidharck10-Apr-04 3:33 
GeneralRe: Transparent Controls Pin
muralidharck10-Apr-04 3:36
muralidharck10-Apr-04 3:36 
GeneralHere it is!! :-D Pin
twisterjosh10-Apr-04 3:51
twisterjosh10-Apr-04 3:51 
GeneralRe: Here it is!! :-D Pin
muralidharck10-Apr-04 4:12
muralidharck10-Apr-04 4:12 
GeneralRe: Here it is!! :-D Pin
twisterjosh10-Apr-04 4:21
twisterjosh10-Apr-04 4:21 
GeneralRead Email Pin
Silly Boy10-Apr-04 0:53
Silly Boy10-Apr-04 0:53 
GeneralRe: Read Email Pin
econner10-Apr-04 7:27
econner10-Apr-04 7:27 
GeneralMSN Chat Sessions Pin
amal_pro839-Apr-04 23:27
amal_pro839-Apr-04 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.