Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: graphic control question c# Pin
Stanciu Vlad2-Sep-05 0:38
Stanciu Vlad2-Sep-05 0:38 
All controls in c# inherit System.Windows.Forms.Control.
You can create such a control that draws a specific thing when you call the procedures you add to it. The question is how to draw onto the control? The answer is the System.Drawing.Graphics Class. Get the associated Graphics to you control with CreateGraphics and do your drawing, the control changes it's (visual) contnents afther a refresh.

I hope you understand...because is a rough world out there...
QuestionHow to save MailMessage object Pin
jdkulkarni1-Sep-05 21:54
jdkulkarni1-Sep-05 21:54 
QuestionHow to Display .Msg format file in C# Pin
pradyumna jaganmohan1-Sep-05 21:44
pradyumna jaganmohan1-Sep-05 21:44 
QuestionHow to write a statement in several line? Pin
rushing1-Sep-05 21:22
rushing1-Sep-05 21:22 
AnswerRe: How to write a statement in several line? Pin
esjq1-Sep-05 22:06
esjq1-Sep-05 22:06 
GeneralRe: How to write a statement in several line? Pin
miah alom2-Sep-05 4:40
miah alom2-Sep-05 4:40 
GeneralRe: How to write a statement in several line? Pin
Andy Brummer2-Sep-05 4:43
sitebuilderAndy Brummer2-Sep-05 4:43 
QuestionTargeting a Framework version? Pin
bosfan1-Sep-05 21:21
bosfan1-Sep-05 21:21 
AnswerRe: Targeting a Framework version? Pin
Mohamad Al Husseiny2-Sep-05 3:16
Mohamad Al Husseiny2-Sep-05 3:16 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 3:25
bosfan2-Sep-05 3:25 
GeneralRe: Targeting a Framework version? Pin
Mohamad Al Husseiny2-Sep-05 4:54
Mohamad Al Husseiny2-Sep-05 4:54 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 5:23
bosfan2-Sep-05 5:23 
GeneralRe: Targeting a Framework version? Pin
bosfan2-Sep-05 10:23
bosfan2-Sep-05 10:23 
GeneralRe: Targeting a Framework version? Pin
bosfan5-Sep-05 0:28
bosfan5-Sep-05 0:28 
QuestionCOM Interop: 'void **' argument Pin
J. Dunlap1-Sep-05 21:17
J. Dunlap1-Sep-05 21:17 
QuestionHow to set the focus of two forms Pin
dreamwinter1-Sep-05 20:46
dreamwinter1-Sep-05 20:46 
AnswerRe: How to set the focus of two forms Pin
Stanciu Vlad1-Sep-05 21:15
Stanciu Vlad1-Sep-05 21:15 
QuestionHow to get PageItems in InDesign from C# code Pin
ha.dungle1-Sep-05 20:03
ha.dungle1-Sep-05 20:03 
QuestionCan I use Visual C++ *.lib into C#? Pin
uumeme1-Sep-05 18:56
uumeme1-Sep-05 18:56 
AnswerRe: Can I use Visual C++ *.lib into C#? Pin
ediazc1-Sep-05 20:18
ediazc1-Sep-05 20:18 
AnswerRe: Can I use Visual C++ *.lib into C#? Pin
S. Senthil Kumar1-Sep-05 23:37
S. Senthil Kumar1-Sep-05 23:37 
AnswerRe: Can I use Visual C++ *.lib into C#? Pin
Mohamad Al Husseiny2-Sep-05 3:03
Mohamad Al Husseiny2-Sep-05 3:03 
QuestionUrgent!!!!! Drawing Rectanlges on RichTextBox Pin
AB77711-Sep-05 18:50
AB77711-Sep-05 18:50 
AnswerRe: Urgent!!!!! Drawing Rectanlges on RichTextBox Pin
Christian Graus1-Sep-05 18:56
protectorChristian Graus1-Sep-05 18:56 
GeneralRe: Urgent!!!!! Drawing Rectanlges on RichTextBox Pin
AB77711-Sep-05 22:00
AB77711-Sep-05 22:00 

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.