Click here to Skip to main content
15,891,864 members
Home / Discussions / C#
   

C#

 
GeneralRe: Overloading increment operator Pin
DaveyM6924-Feb-09 12:19
professionalDaveyM6924-Feb-09 12:19 
GeneralRe: Overloading increment operator [modified] Pin
S. Senthil Kumar24-Feb-09 8:08
S. Senthil Kumar24-Feb-09 8:08 
GeneralRe: Overloading increment operator Pin
DaveyM6924-Feb-09 9:51
professionalDaveyM6924-Feb-09 9:51 
AnswerRe: Overloading increment operator Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:29
Ennis Ray Lynch, Jr.24-Feb-09 3:29 
GeneralRe: Overloading increment operator Pin
PIEBALDconsult24-Feb-09 3:55
mvePIEBALDconsult24-Feb-09 3:55 
GeneralRe: Overloading increment operator Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:57
Ennis Ray Lynch, Jr.24-Feb-09 3:57 
Question2d graphs in c# Pin
shefa' isied23-Feb-09 20:02
shefa' isied23-Feb-09 20:02 
AnswerRe: 2d graphs in c# Pin
Megidolaon23-Feb-09 20:16
Megidolaon23-Feb-09 20:16 
The Graphics class has some methods like DrawLine() that allow you draw shapes during run time.
You can get a Graphics object by using this.CreateGrahpics() or making one yourself and assigning to the form later with this.CreateGrahpics().

If you use it with the correct values, I suppose you can make a performance graph.
Of course that's just the graph, to create the background simply us the BitMap class to read a file and then use the Graphics object's DrawImage() method to display it.
You should use double buffering, which simply means drawing to a bmp in memory and
whne it's done, drawing the content on a 2nd BitMap and passing that to the Graphics object.

You can try make it work with the other methods of the Graphics class, ike DrawRectangle() or FillRectangle().
AnswerRe: 2d graphs in c# Pin
Nagy Vilmos23-Feb-09 22:55
professionalNagy Vilmos23-Feb-09 22:55 
QuestionHello, please help me cusutomize datagrid or datagridview in C# Pin
anhdn200823-Feb-09 19:52
anhdn200823-Feb-09 19:52 
QuestionType cast Pin
mrithula823-Feb-09 17:58
mrithula823-Feb-09 17:58 
AnswerRe: Type cast Pin
Eslam Afifi23-Feb-09 18:19
Eslam Afifi23-Feb-09 18:19 
GeneralRe: Type cast Pin
mrithula823-Feb-09 18:34
mrithula823-Feb-09 18:34 
AnswerRe: Type cast Pin
Cracked-Down23-Feb-09 18:52
Cracked-Down23-Feb-09 18:52 
GeneralRe: Type cast Pin
mrithula823-Feb-09 19:03
mrithula823-Feb-09 19:03 
AnswerRe: Type cast Pin
Cracked-Down23-Feb-09 19:10
Cracked-Down23-Feb-09 19:10 
GeneralRe: Type cast Pin
mrithula823-Feb-09 20:02
mrithula823-Feb-09 20:02 
AnswerRe: Type cast Pin
Cracked-Down23-Feb-09 20:16
Cracked-Down23-Feb-09 20:16 
GeneralRe: Type cast Pin
mrithula823-Feb-09 23:40
mrithula823-Feb-09 23:40 
AnswerRe: Type cast Pin
Cracked-Down24-Feb-09 0:13
Cracked-Down24-Feb-09 0:13 
QuestionC# NTier and LINQ Pin
Illegal Operation23-Feb-09 14:31
Illegal Operation23-Feb-09 14:31 
AnswerRe: C# NTier and LINQ Pin
Christian Graus23-Feb-09 14:36
protectorChristian Graus23-Feb-09 14:36 
QuestionSimple, but how can I list flies in a dropdown? Pin
KnotBeer23-Feb-09 9:28
KnotBeer23-Feb-09 9:28 
AnswerRe: Simple, but how can I list flies in a dropdown? Pin
Christian Graus23-Feb-09 9:35
protectorChristian Graus23-Feb-09 9:35 
GeneralRe: Simple, but how can I list flies in a dropdown? Pin
KnotBeer23-Feb-09 9:40
KnotBeer23-Feb-09 9:40 

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.