Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
QuestionReportViewer Speed Pin
Amir Jalaly17-May-08 9:24
Amir Jalaly17-May-08 9:24 
QuestionTextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Lea Hayes17-May-08 8:09
Lea Hayes17-May-08 8:09 
AnswerRe: TextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Guffa17-May-08 11:37
Guffa17-May-08 11:37 
GeneralRe: TextRenderer.DrawText with TextFormatFlags.ModifyString Pin
Lea Hayes17-May-08 12:34
Lea Hayes17-May-08 12:34 
QuestionC# WebBrowser Pin
Member 428380717-May-08 7:32
Member 428380717-May-08 7:32 
AnswerRe: C# WebBrowser Pin
Ravi Bhavnani17-May-08 8:02
professionalRavi Bhavnani17-May-08 8:02 
QuestionHow connect forms with lines? Pin
Noemi Katinka17-May-08 6:43
Noemi Katinka17-May-08 6:43 
AnswerRe: How connect forms with lines? Pin
Anthony Mushrow17-May-08 6:53
professionalAnthony Mushrow17-May-08 6:53 
Well, your main form will need to be an MDI parent, and then you need to add the forms as mdi children. That means that the child forms will be contained within the main form.
You can then use the paint event of your main form to draw the lines between the child forms.

MDI stuff[^] and in the paint event you use e.Graphics to draw from, the graphics class contains methods for drawing lines, rectangles, circles etc. its fairly straight forward.

My current favourite word is: I'm starting to run out of fav. words!
-SK Genius

Game Programming articles start -here[^]-

AnswerRe: How connect forms with lines? Pin
Thomas Stockwell18-May-08 3:56
professionalThomas Stockwell18-May-08 3:56 
Question[Message Deleted] Pin
pinna_hari17-May-08 4:55
pinna_hari17-May-08 4:55 
AnswerRe: String Problem [modified] Pin
PIEBALDconsult17-May-08 5:01
mvePIEBALDconsult17-May-08 5:01 
GeneralRe: String Problem Pin
pinna_hari18-May-08 23:15
pinna_hari18-May-08 23:15 
GeneralRe: String Problem Pin
DaveyM6918-May-08 23:33
professionalDaveyM6918-May-08 23:33 
AnswerRe: String Problem Pin
KennyPatel17-May-08 5:12
KennyPatel17-May-08 5:12 
AnswerRe: String Problem Pin
Ravi Bhavnani17-May-08 8:08
professionalRavi Bhavnani17-May-08 8:08 
QuestionWMI Help Pin
StevenWalsh17-May-08 4:48
StevenWalsh17-May-08 4:48 
AnswerRe: WMI Help Pin
Mircea Puiu17-May-08 21:15
Mircea Puiu17-May-08 21:15 
QuestionCorp a selection from Image? Pin
jamilkhan00717-May-08 4:47
jamilkhan00717-May-08 4:47 
AnswerRe: Corp a selection from Image? Pin
Anthony Mushrow17-May-08 7:03
professionalAnthony Mushrow17-May-08 7:03 
QuestionAddressbook from Outlook 2003 Pin
daniel9917-May-08 4:40
daniel9917-May-08 4:40 
Questionmy Dictionary removal code correct? Pin
George_George17-May-08 3:25
George_George17-May-08 3:25 
AnswerRe: my Dictionary removal code correct? Pin
PIEBALDconsult17-May-08 4:09
mvePIEBALDconsult17-May-08 4:09 
GeneralRe: my Dictionary removal code correct? Pin
George_George17-May-08 4:14
George_George17-May-08 4:14 
GeneralRe: my Dictionary removal code correct? Pin
PIEBALDconsult17-May-08 5:29
mvePIEBALDconsult17-May-08 5:29 
GeneralRe: my Dictionary removal code correct? Pin
George_George17-May-08 21:15
George_George17-May-08 21:15 

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.