Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Excel Exception from HRESULT: 0x800AC472 Pin
KaurGurpreet24-Jun-10 20:02
KaurGurpreet24-Jun-10 20:02 
Questionhow do i turn my usb into an U3 smart drive Pin
edward remo21-Jun-10 18:38
edward remo21-Jun-10 18:38 
AnswerRe: how do i turn my usb into an U3 smart drive Pin
DaveyM6921-Jun-10 21:17
professionalDaveyM6921-Jun-10 21:17 
Questionneed help...(urgent) Pin
Ice_Freez0521-Jun-10 16:17
Ice_Freez0521-Jun-10 16:17 
AnswerRe: need help...(urgent) Pin
Mycroft Holmes21-Jun-10 17:48
professionalMycroft Holmes21-Jun-10 17:48 
AnswerRe: need help...(urgent) Pin
Roger Wright21-Jun-10 17:52
professionalRoger Wright21-Jun-10 17:52 
AnswerRe: need help...(urgent) Pin
Abhinav S21-Jun-10 18:30
Abhinav S21-Jun-10 18:30 
AnswerRe: need help...(urgent) Pin
yu-jian27-Jun-10 9:58
yu-jian27-Jun-10 9:58 
I guess that you want to draw a thumbnail in the contrainer.

private void panel1_Paint(object sender, PaintEventArgs e)
{
    Graphics gc = e.Graphics;
    Pen pen = new Pen(Color.Red, 5);
    Image image = global::TestGraphic.Properties.Resources.niang;
    gc.DrawImage(image, new Rectangle(400, 20, 300, 300));
    //  chang the 300, 300 to the new image size
}

QuestionMy C# Project Connect to ocsp.verising.com Pin
I Believe In GOD21-Jun-10 9:10
I Believe In GOD21-Jun-10 9:10 
AnswerRe: My C# Project Connect to ocsp.verising.com Pin
Luc Pattyn21-Jun-10 9:18
sitebuilderLuc Pattyn21-Jun-10 9:18 
GeneralRe: My C# Project Connect to ocsp.verising.com Pin
I Believe In GOD21-Jun-10 9:26
I Believe In GOD21-Jun-10 9:26 
GeneralRe: My C# Project Connect to ocsp.verising.com Pin
freakyit21-Jun-10 9:44
freakyit21-Jun-10 9:44 
GeneralRe: My C# Project Connect to ocsp.verising.com [modified] Pin
Dave Kreskowiak21-Jun-10 9:54
mveDave Kreskowiak21-Jun-10 9:54 
AnswerRe: My C# Project Connect to ocsp.verising.com Pin
hammerstein0521-Jun-10 9:49
hammerstein0521-Jun-10 9:49 
AnswerRe: My C# Project Connect to ocsp.verising.com Pin
I Believe In GOD21-Jun-10 12:25
I Believe In GOD21-Jun-10 12:25 
GeneralRe: My C# Project Connect to ocsp.verising.com Pin
Luc Pattyn21-Jun-10 12:44
sitebuilderLuc Pattyn21-Jun-10 12:44 
GeneralHi! I need help for you Pin
hyps4u21-Jun-10 5:20
hyps4u21-Jun-10 5:20 
GeneralRe: Hi! I need help for you Pin
Dave Kreskowiak21-Jun-10 5:38
mveDave Kreskowiak21-Jun-10 5:38 
GeneralRe: Hi! I need help for you Pin
Richard MacCutchan21-Jun-10 5:39
mveRichard MacCutchan21-Jun-10 5:39 
GeneralRe: Hi! I need help for you Pin
hyps4u21-Jun-10 5:44
hyps4u21-Jun-10 5:44 
GeneralRe: Hi! I need help for you Pin
EliottA21-Jun-10 5:47
EliottA21-Jun-10 5:47 
GeneralRe: Hi! I need help for you Pin
robbrad21-Jun-10 5:57
robbrad21-Jun-10 5:57 
GeneralRe: Hi! I need help for you Pin
dan!sh 21-Jun-10 5:58
professional dan!sh 21-Jun-10 5:58 
GeneralRe: Hi! I need help for you Pin
hyps4u21-Jun-10 6:11
hyps4u21-Jun-10 6:11 
GeneralRe: Hi! I need help for you Pin
DaveAuld21-Jun-10 6:21
professionalDaveAuld21-Jun-10 6: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.