Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid, binding to Collection Pin
partyganger2-Nov-03 6:25
partyganger2-Nov-03 6:25 
GeneralRe: DataGrid, binding to Collection Pin
Wjousts3-Nov-03 3:58
Wjousts3-Nov-03 3:58 
Generalweird break point Pin
novachen2-Nov-03 2:57
novachen2-Nov-03 2:57 
GeneralRe: weird break point Pin
leppie2-Nov-03 4:43
leppie2-Nov-03 4:43 
GeneralRe: weird break point Pin
novachen2-Nov-03 13:49
novachen2-Nov-03 13:49 
GeneralRe: weird break point Pin
Rahul Walavalkar3-Nov-03 2:29
Rahul Walavalkar3-Nov-03 2:29 
Generalpanel round corners... Pin
FreJa2-Nov-03 0:28
FreJa2-Nov-03 0:28 
GeneralRe: panel round corners... Pin
Heath Stewart2-Nov-03 11:01
protectorHeath Stewart2-Nov-03 11:01 
Derive from Panel and override OnPaint using various methods from the Graphics object that is passed to you in the PaintEventArgs. Depending on how you do it (and how much you want to paint), you may need to set various control styles in your constructor. See Control.SetStyle and ControlStyles for information about what each style is used for.

Specifically, see Graphics.DrawArc.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: panel round corners... Pin
Douglas Troy4-Nov-03 6:40
Douglas Troy4-Nov-03 6:40 
GeneralFor a inherent class, why its events can not be inherented Pin
chq121-Nov-03 13:42
chq121-Nov-03 13:42 
GeneralRe: For a inherent class, why its events can not be inherented Pin
leppie1-Nov-03 20:43
leppie1-Nov-03 20:43 
GeneralRe: For a inherent class, why its events can not be inherented Pin
chq122-Nov-03 4:31
chq122-Nov-03 4:31 
GeneralRe: For a inherent class, why its events can not be inherented Pin
Heath Stewart2-Nov-03 11:05
protectorHeath Stewart2-Nov-03 11:05 
GeneralRe: For a inherent class, why its events can not be inherented Pin
chq122-Nov-03 14:34
chq122-Nov-03 14:34 
GeneralRe: For a inherent class, why its events can not be inherented Pin
Heath Stewart3-Nov-03 2:37
protectorHeath Stewart3-Nov-03 2:37 
GeneralRe: For a inherent class, why its events can not be inherented Pin
chq124-Nov-03 5:39
chq124-Nov-03 5:39 
GeneralStatus Bars Pin
hammackj1-Nov-03 13:07
hammackj1-Nov-03 13:07 
GeneralRe: Status Bars Pin
Daniel M. Edwards1-Nov-03 13:35
Daniel M. Edwards1-Nov-03 13:35 
GeneralRe: Status Bars Pin
hammackj1-Nov-03 14:16
hammackj1-Nov-03 14:16 
GeneralUrgent help, about a inherit button class Pin
chq121-Nov-03 13:06
chq121-Nov-03 13:06 
GeneralRe: Urgent help, about a inherit button class Pin
Alex Korchemniy1-Nov-03 15:30
Alex Korchemniy1-Nov-03 15:30 
GeneralRe: Urgent help, about a inherit button class Pin
chq122-Nov-03 4:26
chq122-Nov-03 4:26 
GeneralRe: Urgent help, about a inherit button class Pin
Steve S3-Nov-03 2:57
Steve S3-Nov-03 2:57 
GeneralSynchronization Pin
peter27131-Nov-03 12:23
peter27131-Nov-03 12:23 
GeneralRe: Synchronization Pin
Jeff Varszegi1-Nov-03 20:42
professionalJeff Varszegi1-Nov-03 20:42 

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.