Click here to Skip to main content
15,900,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:28
professional Xmen Real 9-Jan-09 22:28 
GeneralRe: get an assembly name Pin
Wendelius9-Jan-09 23:01
mentorWendelius9-Jan-09 23:01 
QuestionPrinting in c#.net Pin
rughimire9-Jan-09 19:14
rughimire9-Jan-09 19:14 
AnswerRe: Printing in c#.net Pin
Wendelius9-Jan-09 21:28
mentorWendelius9-Jan-09 21:28 
GeneralRe: Printing in c#.net Pin
rughimire10-Jan-09 18:52
rughimire10-Jan-09 18:52 
GeneralRe: Printing in c#.net Pin
Wendelius10-Jan-09 20:50
mentorWendelius10-Jan-09 20:50 
GeneralRe: Printing in c#.net Pin
rughimire11-Jan-09 4:50
rughimire11-Jan-09 4:50 
GeneralRe: Printing in c#.net Pin
Wendelius11-Jan-09 7:03
mentorWendelius11-Jan-09 7:03 
Questionconvert datetime to string Pin
ferronrsmith9-Jan-09 15:09
ferronrsmith9-Jan-09 15:09 
AnswerRe: convert datetime to string Pin
Bottomless Wisdom9-Jan-09 15:15
Bottomless Wisdom9-Jan-09 15:15 
AnswerRe: convert datetime to string Pin
Dragonfly_Lee9-Jan-09 15:20
Dragonfly_Lee9-Jan-09 15:20 
AnswerRe: convert datetime to string Pin
#realJSOP10-Jan-09 0:13
professional#realJSOP10-Jan-09 0:13 
GeneralRe: convert datetime to string Pin
ferronrsmith12-Jan-09 8:56
ferronrsmith12-Jan-09 8:56 
QuestionName of Image Pin
humayunlalzad9-Jan-09 14:54
humayunlalzad9-Jan-09 14:54 
AnswerRe: Name of Image Pin
Bottomless Wisdom9-Jan-09 15:13
Bottomless Wisdom9-Jan-09 15:13 
GeneralRe: Name of Image Pin
humayunlalzad9-Jan-09 15:24
humayunlalzad9-Jan-09 15:24 
AnswerRe: Name of Image Pin
humayunlalzad9-Jan-09 16:37
humayunlalzad9-Jan-09 16:37 
AnswerRe: Name of Image Pin
Xmen Real 9-Jan-09 23:02
professional Xmen Real 9-Jan-09 23:02 
its not possible to get the name from an Image object. You have to code for this. Something like

pictureBox1.Image = Image.FromFile("ImagePath");
pictureBox1.Tag = "ImagePath";

now whenever you need the path, just parse the Tag property of PB.

In your situation, you may use this

Application.StartupPath + "\\Cow.jpg";


noway to get the path from an Image object AFAIK

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: Name of Image Pin
humayunlalzad10-Jan-09 3:46
humayunlalzad10-Jan-09 3:46 
GeneralRe: Name of Image Pin
Xmen Real 10-Jan-09 5:06
professional Xmen Real 10-Jan-09 5:06 
QuestionHow to create skins for applications? [modified] Pin
Bottomless Wisdom9-Jan-09 14:48
Bottomless Wisdom9-Jan-09 14:48 
AnswerRe: How to create skins for applications? Pin
Xmen Real 9-Jan-09 23:09
professional Xmen Real 9-Jan-09 23:09 
QuestionRecommended books on .NET Pin
Mohsen Saad9-Jan-09 14:43
Mohsen Saad9-Jan-09 14:43 
AnswerRe: Recommended books on .NET Pin
Bottomless Wisdom9-Jan-09 14:55
Bottomless Wisdom9-Jan-09 14:55 
AnswerRe: Recommended books on .NET Pin
johnsontroye9-Jan-09 17:36
johnsontroye9-Jan-09 17:36 

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.