Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
AnswerRe: height and width from a image file Pin
Super Lloyd5-Mar-06 18:32
Super Lloyd5-Mar-06 18:32 
QuestionCross Thread operation is not Valid Pin
emran8345-Mar-06 10:20
emran8345-Mar-06 10:20 
AnswerRe: Cross Thread operation is not Valid Pin
mikanu5-Mar-06 10:55
mikanu5-Mar-06 10:55 
GeneralRe: Cross Thread operation is not Valid Pin
emran8345-Mar-06 12:03
emran8345-Mar-06 12:03 
GeneralRe: Cross Thread operation is not Valid Pin
mikanu5-Mar-06 12:26
mikanu5-Mar-06 12:26 
GeneralRe: Cross Thread operation is not Valid Pin
emran8345-Mar-06 15:16
emran8345-Mar-06 15:16 
GeneralRe: Cross Thread operation is not Valid Pin
mikanu6-Mar-06 13:20
mikanu6-Mar-06 13:20 
QuestionSystem.Drawing.Graphics question Pin
QzRz5-Mar-06 9:07
QzRz5-Mar-06 9:07 
Hi..

I want to creat my own smiley (draw it myself)

I have created a circle with the
System.Drawing.Graphics gf;

//Here i make the circle
gf.DrawEllipse(new Pen(Color.Black), 85, 50, 30, 30);

//Here I added 2 smaller cirles to be the eyes
gf.DrawEllipse(new Pen(Color.Black), 94, 59, 3, 3);
gf.DrawEllipse(new Pen(Color.Black), 104, 59, 3, 3);

but then my problem is to make the happy/sad mouth
it should be as simple as the good old smiley "Smile | :) or Frown | :(
I have tried by using the
gf.DrawCurve(-I had addes some values here-);

But I could not get it to work

Can anyone help me haw to draw this?

Thanks
QzRz

AnswerRe: System.Drawing.Graphics question Pin
Guffa5-Mar-06 9:11
Guffa5-Mar-06 9:11 
GeneralRe: System.Drawing.Graphics question Pin
QzRz5-Mar-06 9:21
QzRz5-Mar-06 9:21 
QuestionSending an e-mail Pin
steve_rm5-Mar-06 6:05
steve_rm5-Mar-06 6:05 
AnswerRe: Sending an e-mail Pin
Guffa5-Mar-06 8:42
Guffa5-Mar-06 8:42 
AnswerRe: Sending an e-mail Pin
Sean895-Mar-06 12:47
Sean895-Mar-06 12:47 
QuestionRe: Sending an e-mail Pin
steve_rm5-Mar-06 20:49
steve_rm5-Mar-06 20:49 
AnswerRe: Sending an e-mail Pin
albCode5-Mar-06 21:12
albCode5-Mar-06 21:12 
AnswerRe: Sending an e-mail Pin
Sebastian Schneider5-Mar-06 23:41
Sebastian Schneider5-Mar-06 23:41 
QuestionRe: Sending an e-mail Pin
steve_rm6-Mar-06 0:48
steve_rm6-Mar-06 0:48 
AnswerRe: Sending an e-mail Pin
albCode6-Mar-06 3:06
albCode6-Mar-06 3:06 
QuestionRe: Sending an e-mail Pin
steve_rm6-Mar-06 16:08
steve_rm6-Mar-06 16:08 
QuestionUSB Port Pin
Sean895-Mar-06 4:58
Sean895-Mar-06 4:58 
AnswerRe: USB Port Pin
Ed.Poore5-Mar-06 6:56
Ed.Poore5-Mar-06 6:56 
GeneralRe: USB Port Pin
Sean895-Mar-06 9:13
Sean895-Mar-06 9:13 
AnswerRe: USB Port Pin
eggie55-Mar-06 20:24
eggie55-Mar-06 20:24 
QuestionForm - Handle Pin
AJ1235-Mar-06 4:44
AJ1235-Mar-06 4:44 
AnswerRe: Form - Handle Pin
Stanciu Vlad5-Mar-06 6:23
Stanciu Vlad5-Mar-06 6:23 

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.