Click here to Skip to main content
16,008,719 members
Home / Discussions / C#
   

C#

 
GeneralRe: trimming a string Pin
Luc Pattyn28-Feb-08 12:25
sitebuilderLuc Pattyn28-Feb-08 12:25 
GeneralException during updating DataGrid.datasource in thread Pin
MuhammadFaisal27-Feb-08 4:07
MuhammadFaisal27-Feb-08 4:07 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
Yulianto.27-Feb-08 4:16
Yulianto.27-Feb-08 4:16 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
MuhammadFaisal27-Feb-08 4:23
MuhammadFaisal27-Feb-08 4:23 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
Le centriste27-Feb-08 4:21
Le centriste27-Feb-08 4:21 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
Dave Kreskowiak27-Feb-08 7:13
mveDave Kreskowiak27-Feb-08 7:13 
Generaldrawing a clock type controll Pin
Harvey Saayman27-Feb-08 3:55
Harvey Saayman27-Feb-08 3:55 
GeneralRe: drawing a clock type controll Pin
Bekjong27-Feb-08 4:02
Bekjong27-Feb-08 4:02 
You'll need to create your own control, deriving from the Control class. Override the OnPaint method in this, then use the Graphics object provided in it's PaintEventArgs argument to draw whatever you want. Hint: Graphics.FillPie might come in handy.


Standards are great! Everybody should have one!

GeneralRe: drawing a clock type controll Pin
Harvey Saayman27-Feb-08 18:33
Harvey Saayman27-Feb-08 18:33 
GeneralRe: drawing a clock type controll Pin
Harvey Saayman27-Feb-08 18:44
Harvey Saayman27-Feb-08 18:44 
GeneralRe: drawing a clock type controll Pin
Bekjong27-Feb-08 21:42
Bekjong27-Feb-08 21:42 
QuestionHow to resize rectangle? Pin
Try27-Feb-08 3:20
Try27-Feb-08 3:20 
AnswerRe: How to resize rectangle? Pin
Bekjong27-Feb-08 3:50
Bekjong27-Feb-08 3:50 
Generalimage enhancement algorithm using C# Pin
waqas shah27-Feb-08 2:53
waqas shah27-Feb-08 2:53 
GeneralRe: image enhancement algorithm using C# Pin
Justin Perez27-Feb-08 3:48
Justin Perez27-Feb-08 3:48 
GeneralRe: image enhancement algorithm using C# Pin
Harvey Saayman27-Feb-08 3:56
Harvey Saayman27-Feb-08 3:56 
GeneralRe: image enhancement algorithm using C# Pin
Justin Perez27-Feb-08 3:59
Justin Perez27-Feb-08 3:59 
GeneralRe: image enhancement algorithm using C# Pin
Harvey Saayman27-Feb-08 18:40
Harvey Saayman27-Feb-08 18:40 
GeneralHide Data Grid View Columns 2 Pin
jasper01827-Feb-08 2:49
jasper01827-Feb-08 2:49 
GeneralRe: Hide Data Grid View Columns 2 Pin
Not Active27-Feb-08 3:14
mentorNot Active27-Feb-08 3:14 
GeneralRe: Hide Data Grid View Columns 2 Pin
jasper01827-Feb-08 3:39
jasper01827-Feb-08 3:39 
GeneralRe: Hide Data Grid View Columns 2 Pin
MuhammadFaisal27-Feb-08 4:21
MuhammadFaisal27-Feb-08 4:21 
GeneralRe: Hide Data Grid View Columns 2 Pin
jasper01827-Feb-08 6:03
jasper01827-Feb-08 6:03 
GeneralRe: Hide Data Grid View Columns 2 Pin
jasper01827-Feb-08 7:07
jasper01827-Feb-08 7:07 
GeneralPlz help Pin
alok_2k327-Feb-08 2:36
alok_2k327-Feb-08 2:36 

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.