Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: multi threading & progressBar problem Pin
S. Senthil Kumar9-May-05 4:50
S. Senthil Kumar9-May-05 4:50 
General[database] understand if the field contain a value Pin
Sasuko9-May-05 3:42
Sasuko9-May-05 3:42 
GeneralRe: [database] understand if the field contain a value Pin
Dave Kreskowiak9-May-05 4:31
mveDave Kreskowiak9-May-05 4:31 
QuestionHow to Rotate Controls? Pin
RajeshGuptha9-May-05 3:37
RajeshGuptha9-May-05 3:37 
AnswerRe: How to Rotate Controls? Pin
Dave Kreskowiak9-May-05 4:30
mveDave Kreskowiak9-May-05 4:30 
GeneralRe: How to Rotate Controls? Pin
therealmccoy9-May-05 9:30
therealmccoy9-May-05 9:30 
GeneralRe: How to Rotate Controls? Pin
Dave Kreskowiak9-May-05 11:31
mveDave Kreskowiak9-May-05 11:31 
GeneralRe: How to Rotate Controls? Pin
RajeshGuptha10-May-05 2:46
RajeshGuptha10-May-05 2:46 
Actually i tried transforming the region of the control to a rotation...
for example,
Region reg = new Region();
Matrix matObj = new Matrix();
matObj.RotateAt(/*some angle*/, /*with respect to some point*/);
reg.Transform(matobj);
myControl.Region = reg;


Iam able to attain the rotation...but supposing the region (reg in this example)is in another shape(than rectangle)...say ellipse, then the shape of the ellipse is not visible completely....reason is that the rectangle coordinates(i.e. the original rectangle size) used to draw the ellipse is smaller than the rotated structure...(after rotation, the location of points are actually out of the bounds of the controls client rectangle...)
So i tried to get the size of the outer rectangle which has completely both the original and the rotated rectangles... by some trignometry...
but nope, im not getting the exact coordinates...
can you help me in this??
I

Thanks and Regards,
Rajesh
GeneralRetain values Pin
esjq9-May-05 3:13
esjq9-May-05 3:13 
GeneralRe: Retain values Pin
Dave Kreskowiak9-May-05 4:27
mveDave Kreskowiak9-May-05 4:27 
GeneralOpen Files Pin
eng.mohamed9-May-05 2:14
eng.mohamed9-May-05 2:14 
GeneralRe: Open Files Pin
mav.northwind9-May-05 3:02
mav.northwind9-May-05 3:02 
GeneralC# Discussion Board Pin
Illegal Operation9-May-05 1:24
Illegal Operation9-May-05 1:24 
GeneralRe: C# Discussion Board Pin
MoustafaS9-May-05 4:46
MoustafaS9-May-05 4:46 
QuestionHow do I expose a Windows Service procedures and functions so that i can call remotely?? Pin
AfzalHassen9-May-05 1:24
AfzalHassen9-May-05 1:24 
QuestionHow to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 0:17
pubududilena9-May-05 0:17 
AnswerRe: How to Create a C# Application to uninstall Applications Pin
Colin Angus Mackay9-May-05 1:33
Colin Angus Mackay9-May-05 1:33 
GeneralRe: How to Create a C# Application to uninstall Applications Pin
pubududilena9-May-05 17:18
pubududilena9-May-05 17:18 
GeneralRe: How to Create a C# Application to uninstall Applications Pin
mav.northwind10-May-05 0:02
mav.northwind10-May-05 0:02 
GeneralBinding Dataset to DataGridView Pin
Mikan238-May-05 22:29
Mikan238-May-05 22:29 
GeneralRe: Binding Dataset to DataGridView Pin
rudy.net9-May-05 18:36
rudy.net9-May-05 18:36 
GeneralRe: Binding Dataset to DataGridView Pin
Mikan239-May-05 20:51
Mikan239-May-05 20:51 
GeneralRe: Binding Dataset to DataGridView Pin
rudy.net10-May-05 3:06
rudy.net10-May-05 3:06 
GeneralRe: Binding Dataset to DataGridView Pin
Mikan2310-May-05 7:41
Mikan2310-May-05 7:41 
GeneralDataGrid and Combobox Pin
vuthaianh8-May-05 22:09
vuthaianh8-May-05 22:09 

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.