Click here to Skip to main content
16,013,581 members
Home / Discussions / C#
   

C#

 
GeneralClickety Pin
Colin Angus Mackay4-May-04 22:57
Colin Angus Mackay4-May-04 22:57 
GeneralRe: Copying a class Pin
bouli5-May-04 5:37
bouli5-May-04 5:37 
GeneralComboBox borderstyle Pin
Gian4-May-04 22:08
Gian4-May-04 22:08 
GeneralRe: ComboBox borderstyle Pin
Jon G5-May-04 1:01
Jon G5-May-04 1:01 
GeneralRe: ComboBox borderstyle Pin
Gian5-May-04 2:54
Gian5-May-04 2:54 
GeneralRe: ComboBox borderstyle Pin
Heath Stewart5-May-04 4:07
protectorHeath Stewart5-May-04 4:07 
General"line between 2 points" control Pin
buto4-May-04 21:55
buto4-May-04 21:55 
GeneralRe: "line between 2 points" control Pin
Aryadip4-May-04 22:36
Aryadip4-May-04 22:36 
hi,
I'm not sure why you want to make it as a control when this can be done directly.
Take the graphics object of the control on which you want to draw the line, and then graphics object gives the method "DrawLine" which takes two "Point" object for 2 corners of the line and you are done.

someControl.CreateGraphics().DrawLine(pen object , Point object , Point object);

Hope this will help you...

regards,
Aryadip.

Cheers !! and have a Funky day !!

GeneralRe: "line between 2 points" control Pin
Anonymous_line5-May-04 0:08
sussAnonymous_line5-May-04 0:08 
GeneralRe: "line between 2 points" control Pin
Heath Stewart5-May-04 4:05
protectorHeath Stewart5-May-04 4:05 
Generalwant Ws2.lib & Ws2.dll Pin
Member 10154954-May-04 21:11
Member 10154954-May-04 21:11 
GeneralRe: want Ws2.lib & Ws2.dll Pin
Mike Dimmick5-May-04 1:46
Mike Dimmick5-May-04 1:46 
Generalrecognise assembly as managed code Pin
Aryadip4-May-04 20:27
Aryadip4-May-04 20:27 
GeneralRe: recognise assembly as managed code Pin
CWIZO4-May-04 20:36
CWIZO4-May-04 20:36 
GeneralRe: recognise assembly as managed code Pin
Aryadip4-May-04 22:17
Aryadip4-May-04 22:17 
GeneralRe: recognise assembly as managed code Pin
Mike Dimmick5-May-04 1:48
Mike Dimmick5-May-04 1:48 
GeneralRe: recognise assembly as managed code Pin
Heath Stewart5-May-04 4:03
protectorHeath Stewart5-May-04 4:03 
GeneralListView Column Header Not displayed correctly Pin
Alistair Leslie-Hughes4-May-04 20:24
sussAlistair Leslie-Hughes4-May-04 20:24 
GeneralRe: ListView Column Header Not displayed correctly Pin
Heath Stewart5-May-04 3:35
protectorHeath Stewart5-May-04 3:35 
GeneralAssign special key to operation Pin
Adam Amram4-May-04 18:24
Adam Amram4-May-04 18:24 
GeneralRe: Assign special key to operation Pin
Heath Stewart5-May-04 3:33
protectorHeath Stewart5-May-04 3:33 
GeneralSystem.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
benl4-May-04 18:14
benl4-May-04 18:14 
GeneralRe: System.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
Heath Stewart5-May-04 3:31
protectorHeath Stewart5-May-04 3:31 
GeneralMobile App Design Pin
MrJJKoolJ4-May-04 16:45
MrJJKoolJ4-May-04 16:45 
GeneralRe: Mobile App Design Pin
Heath Stewart4-May-04 17:41
protectorHeath Stewart4-May-04 17:41 

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.