Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: button Pin
mihksoft1-Feb-07 4:49
mihksoft1-Feb-07 4:49 
GeneralRe: button Pin
ednrgc1-Feb-07 4:52
ednrgc1-Feb-07 4:52 
GeneralRe: button Pin
mihksoft1-Feb-07 5:00
mihksoft1-Feb-07 5:00 
GeneralRe: button Pin
ednrgc1-Feb-07 5:04
ednrgc1-Feb-07 5:04 
GeneralRe: button Pin
mihksoft1-Feb-07 5:07
mihksoft1-Feb-07 5:07 
GeneralRe: button Pin
ednrgc1-Feb-07 5:11
ednrgc1-Feb-07 5:11 
GeneralRe: button Pin
mihksoft1-Feb-07 5:17
mihksoft1-Feb-07 5:17 
GeneralRe: button Pin
mihksoft1-Feb-07 5:55
mihksoft1-Feb-07 5:55 
Rectangle r1 = new Rectangle(l1,t1,w1,h1);
Rectangle r2 = new Rectangle(l2,t2,w2,h2);

if (r2.IntersectsWith(r1))
return true;
else
return false;

where l1...h1,l2...h2 are the button x,y,width,height Big Grin | :-D
GeneralRe: button Pin
mihksoft1-Feb-07 6:16
mihksoft1-Feb-07 6:16 
QuestionCreating windows application using C# Pin
frossie1-Feb-07 2:35
frossie1-Feb-07 2:35 
AnswerRe: Creating windows application using C# Pin
ednrgc1-Feb-07 3:26
ednrgc1-Feb-07 3:26 
GeneralRe: Creating windows application using C# Pin
frossie1-Feb-07 3:31
frossie1-Feb-07 3:31 
GeneralRe: Creating windows application using C# Pin
ednrgc1-Feb-07 3:33
ednrgc1-Feb-07 3:33 
GeneralRe: Creating windows application using C# Pin
Rocky#1-Feb-07 5:02
Rocky#1-Feb-07 5:02 
AnswerRe: Creating windows application using C# Pin
bobsugar2221-Feb-07 3:31
bobsugar2221-Feb-07 3:31 
GeneralRe: Creating windows application using C# Pin
frossie1-Feb-07 3:38
frossie1-Feb-07 3:38 
GeneralRe: Creating windows application using C# Pin
Jim Warburton1-Feb-07 4:01
Jim Warburton1-Feb-07 4:01 
Questioncombobox Pin
mihksoft1-Feb-07 1:22
mihksoft1-Feb-07 1:22 
AnswerRe: combobox [modified] Pin
Parwej Ahamad1-Feb-07 1:27
professionalParwej Ahamad1-Feb-07 1:27 
AnswerRe: combobox Pin
The Brazilian One1-Feb-07 1:28
The Brazilian One1-Feb-07 1:28 
AnswerRe: combobox Pin
quiteSmart1-Feb-07 1:29
quiteSmart1-Feb-07 1:29 
QuestionGo from SystemInformation.PrimaryMonitorSize to int x, int y Pin
electriac1-Feb-07 1:19
electriac1-Feb-07 1:19 
AnswerRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
Martin#1-Feb-07 1:29
Martin#1-Feb-07 1:29 
GeneralRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
electriac1-Feb-07 1:37
electriac1-Feb-07 1:37 
GeneralRe: Go from SystemInformation.PrimaryMonitorSize to int x, int y Pin
Martin#1-Feb-07 1:43
Martin#1-Feb-07 1:43 

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.