Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: Iterate through form controls C# [modified] Pin
Kasic Slobodan15-Sep-06 11:29
Kasic Slobodan15-Sep-06 11:29 
QuestionPort 80 Pin
AAndrews15-Sep-06 10:21
AAndrews15-Sep-06 10:21 
AnswerRe: Port 80 Pin
User 665815-Sep-06 11:21
User 665815-Sep-06 11:21 
AnswerRe: Port 80 [modified] Pin
AAndrews16-Sep-06 1:46
AAndrews16-Sep-06 1:46 
QuestionCalling Method Problem, using this in Methods-calls, HELP pls Pin
blackoasis@googlemail.com15-Sep-06 9:57
blackoasis@googlemail.com15-Sep-06 9:57 
AnswerRe: Calling Method Problem, using this in Methods-calls, HELP pls Pin
Stefan Troschuetz15-Sep-06 20:40
Stefan Troschuetz15-Sep-06 20:40 
QuestionHow to Create a Custom Line Object Control Pin
ystl15-Sep-06 9:35
ystl15-Sep-06 9:35 
AnswerRe: How to Create a Custom Line Object Control Pin
mav.northwind15-Sep-06 21:56
mav.northwind15-Sep-06 21:56 
Hi!
Your LineControl will have to have two properties to hold references to the 2 connected LinkerControls. When one of these properties is set, you could add an event handler for a Moved or PositionChanged event your LinkerControls provide (don't forget to remove previously attached event handlers, if any).
In this event handler you correct the position of your endpoint and Invalidate() your LineControl to let it redraw itself.

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: How to Create a Custom Line Object Control Pin
ystl18-Sep-06 4:58
ystl18-Sep-06 4:58 
Questionactive directory "DirectorySearcher" security Pin
WetRivrRat15-Sep-06 9:06
WetRivrRat15-Sep-06 9:06 
QuestionError installing COM component in system32 Pin
Abbas8215-Sep-06 8:21
Abbas8215-Sep-06 8:21 
QuestionWebservice C# [modified] Pin
acardeiradias15-Sep-06 8:00
acardeiradias15-Sep-06 8:00 
AnswerRe: Webservice C# Pin
Stefan Troschuetz15-Sep-06 20:44
Stefan Troschuetz15-Sep-06 20:44 
GeneralRe: Webservice C# Pin
acardeiradias15-Sep-06 23:28
acardeiradias15-Sep-06 23:28 
Questionerratic NaN's in a C# program Pin
davidmakovoz15-Sep-06 6:26
davidmakovoz15-Sep-06 6:26 
AnswerRe: erratic NaN's in a C# program Pin
Not Active15-Sep-06 6:40
mentorNot Active15-Sep-06 6:40 
AnswerRe: erratic NaN's in a C# program Pin
leppie15-Sep-06 12:42
leppie15-Sep-06 12:42 
QuestionModeless Form Pin
zaboboa15-Sep-06 6:16
zaboboa15-Sep-06 6:16 
AnswerRe: Modeless Form Pin
Not Active15-Sep-06 6:31
mentorNot Active15-Sep-06 6:31 
GeneralRe: Modeless Form Pin
zaboboa15-Sep-06 6:37
zaboboa15-Sep-06 6:37 
GeneralRe: Modeless Form Pin
Not Active15-Sep-06 6:42
mentorNot Active15-Sep-06 6:42 
GeneralRe: Modeless Form Pin
zaboboa15-Sep-06 6:44
zaboboa15-Sep-06 6:44 
Question IE Extension: How to add a button to the status bar? Pin
rryyjw15-Sep-06 6:09
rryyjw15-Sep-06 6:09 
AnswerRe: IE Extension: How to add a button to the status bar? Pin
Judah Gabriel Himango15-Sep-06 6:48
sponsorJudah Gabriel Himango15-Sep-06 6:48 
GeneralRe: IE Extension: How to add a button to the status bar? Pin
Guffa15-Sep-06 15:57
Guffa15-Sep-06 15:57 

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.