Click here to Skip to main content
15,905,322 members
Home / Discussions / C#
   

C#

 
QuestionRunnig custom script Pin
Lewis0121-Feb-09 5:01
Lewis0121-Feb-09 5:01 
AnswerRe: Runnig custom script Pin
Ravi Bhavnani21-Feb-09 5:55
professionalRavi Bhavnani21-Feb-09 5:55 
QuestionData crypting at C# Pin
_c2h5oh_21-Feb-09 3:57
_c2h5oh_21-Feb-09 3:57 
AnswerRe: Data crypting at C# Pin
Ravi Bhavnani21-Feb-09 4:50
professionalRavi Bhavnani21-Feb-09 4:50 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 5:46
_c2h5oh_21-Feb-09 5:46 
AnswerRe: Data crypting at C# Pin
Ravi Bhavnani21-Feb-09 5:52
professionalRavi Bhavnani21-Feb-09 5:52 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 6:39
_c2h5oh_21-Feb-09 6:39 
GeneralRe: Data crypting at C# Pin
Ravi Bhavnani21-Feb-09 6:42
professionalRavi Bhavnani21-Feb-09 6:42 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 7:01
_c2h5oh_21-Feb-09 7:01 
GeneralRe: Data crypting at C# Pin
harold aptroot21-Feb-09 6:47
harold aptroot21-Feb-09 6:47 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 7:03
_c2h5oh_21-Feb-09 7:03 
GeneralRe: Data crypting at C# Pin
Dave Kreskowiak21-Feb-09 7:35
mveDave Kreskowiak21-Feb-09 7:35 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 8:14
_c2h5oh_21-Feb-09 8:14 
GeneralRe: Data crypting at C# Pin
Dave Kreskowiak21-Feb-09 10:48
mveDave Kreskowiak21-Feb-09 10:48 
GeneralRe: Data crypting at C# Pin
_c2h5oh_21-Feb-09 20:38
_c2h5oh_21-Feb-09 20:38 
QuestionChanging properties of more than one control at a time? Pin
High0ctane21-Feb-09 3:50
High0ctane21-Feb-09 3:50 
AnswerRe: Changing properties of more than one control at a time? Pin
Luc Pattyn21-Feb-09 4:26
sitebuilderLuc Pattyn21-Feb-09 4:26 
GeneralRe: Changing properties of more than one control at a time? Pin
Xmen Real 21-Feb-09 7:27
professional Xmen Real 21-Feb-09 7:27 
AnswerRe: Changing properties of more than one control at a time? Pin
thrashead21-Feb-09 4:26
thrashead21-Feb-09 4:26 
AnswerRe: Changing properties of more than one control at a time? Pin
PIEBALDconsult21-Feb-09 10:44
mvePIEBALDconsult21-Feb-09 10:44 
AnswerRe: Changing properties of more than one control at a time? Pin
High0ctane22-Feb-09 8:50
High0ctane22-Feb-09 8:50 
QuestionHow to retrieve image from local resource ? Pin
hdv21221-Feb-09 2:01
hdv21221-Feb-09 2:01 
Hi i have a form and i inserted a gif image to it's resx file (local resource). now, i want to retrieve it and display to picturebox, for this, i wrote this code :


this.pictureBox1.Image = Image.FromStream(this.GetType().Assembly.GetManifestResourceStream("MyAppNamespace.Form1.wait1.gif"));


but the following error message shown me :

Value of 'null' is not valid for 'stream'.

where does my problem and how to solve it ?
Thanks
AnswerRe: How to retrieve image from local resource ? Pin
Kristian Sixhøj21-Feb-09 2:07
Kristian Sixhøj21-Feb-09 2:07 
GeneralRe: How to retrieve image from local resource ? Pin
hdv21221-Feb-09 2:51
hdv21221-Feb-09 2:51 
AnswerRe: How to retrieve image from local resource ? Pin
Luc Pattyn21-Feb-09 2:21
sitebuilderLuc Pattyn21-Feb-09 2:21 

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.