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

C#

 
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 
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 
Hi All,

I am drawing rectangle on the form. (VC#)
I am able to resize the rectangle when rectangle is at zero degrees.
For example, if i want to resize top right:

rect.Y = mousepoint.Y;
rect.Height += OriginalRect.Top - mousepoint.Y;
rect.Width += mousepoint.X - OriginalRect.Right;

whereas 'rect' is rectangle after resize, 'mousepoint' is mouse pointer while mouse move.
But
When i rotate rectangle at, say 30 degrees, I have the problem, the above code won't work.
I need to change x, y, width and height. How to do it? I just want a clue.

I want to make sure that i am using Visual Studio 2005. This app is NOT WPF.

Thanks in advance.
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 
GeneralRe: Plz help Pin
Not Active27-Feb-08 2:40
mentorNot Active27-Feb-08 2:40 
GeneralRe: Plz help Pin
alok_2k327-Feb-08 3:23
alok_2k327-Feb-08 3:23 
GeneralRepost. Ignore message. Pin
J4amieC27-Feb-08 2:41
J4amieC27-Feb-08 2:41 
GeneralRe: Plz help Pin
Paul Conrad27-Feb-08 3:49
professionalPaul Conrad27-Feb-08 3:49 

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.