Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
Generalswitched from VB Pin
Anonymous25-May-05 5:09
Anonymous25-May-05 5:09 
GeneralRe: switched from VB Pin
Stefan Troschuetz25-May-05 5:28
Stefan Troschuetz25-May-05 5:28 
GeneralNUnit -- Testing separate files Pin
vcfirth25-May-05 4:01
vcfirth25-May-05 4:01 
GeneralIEnumerator<> and IDisposable? (VS2005) Pin
Jon Hulatt25-May-05 3:54
Jon Hulatt25-May-05 3:54 
GeneralRe: IEnumerator<> and IDisposable? (VS2005) Pin
Judah Gabriel Himango25-May-05 4:10
sponsorJudah Gabriel Himango25-May-05 4:10 
GeneralHaving trouble with custom combo box Pin
Flack25-May-05 3:45
Flack25-May-05 3:45 
GeneralRegion hit test Pin
MandMG25-May-05 2:46
MandMG25-May-05 2:46 
GeneralRe: Region hit test Pin
mav.northwind25-May-05 2:54
mav.northwind25-May-05 2:54 
Hi!
Don't know if it will work, but you could try creating the intersection of the two regions (using Region.Intersect()) and then compare the result to an empty region (created with Region.MakeEmpty()).
Region.Equals is overloaded, so perhaps it will return true if you compare two empty regions.
If your two regions _do_ overlap, the intersection will not be empty and the comparison will return false. Otherwise, if your regions _don't_ overlap, you'll have an empty intersection and the comparison should return true.

I didn't try but it could work.

Regards,
mav
GeneralRe: Region hit test Pin
MandMG25-May-05 3:05
MandMG25-May-05 3:05 
GeneralRijndael encryption with .Net and decryption with native class Pin
hubbobubbo25-May-05 2:40
hubbobubbo25-May-05 2:40 
GeneralApplication for PDA barcode scanner Pin
verma-rahul25-May-05 2:20
verma-rahul25-May-05 2:20 
Generalconversion of db file in to csv file Pin
shashank veerkar25-May-05 0:53
shashank veerkar25-May-05 0:53 
GeneralRe: conversion of db file in to csv file Pin
rudy.net25-May-05 3:14
rudy.net25-May-05 3:14 
QuestionActiveX EXE equivalent? Pin
25-May-05 0:15
suss25-May-05 0:15 
AnswerRe: ActiveX EXE equivalent? Pin
John Fisher25-May-05 7:43
John Fisher25-May-05 7:43 
GeneralRe: ActiveX EXE equivalent? Pin
Member 199247025-May-05 23:05
Member 199247025-May-05 23:05 
Generalusing string[] to call dll for const char *arg[] Pin
hhmmdd24-May-05 23:31
hhmmdd24-May-05 23:31 
GeneralRe: using string[] to call dll for const char *arg[] Pin
hhmmdd24-May-05 23:43
hhmmdd24-May-05 23:43 
GeneralRe: using string[] to call dll for const char *arg[] Pin
eggie525-May-05 4:00
eggie525-May-05 4:00 
GeneralRe: using string[] to call dll for const char *arg[] Pin
hhmmdd25-May-05 4:55
hhmmdd25-May-05 4:55 
GeneralRe: using string[] to call dll for const char *arg[] Pin
eggie525-May-05 15:52
eggie525-May-05 15:52 
QuestionTimeSpanPicker for Windows Forms? Pin
Uwe Keim24-May-05 22:48
sitebuilderUwe Keim24-May-05 22:48 
AnswerRe: TimeSpanPicker for Windows Forms? Pin
mav.northwind25-May-05 2:48
mav.northwind25-May-05 2:48 
GeneralDetect if ocx is installed Pin
NoXuS24-May-05 22:38
NoXuS24-May-05 22:38 
GeneralRe: Detect if ocx is installed Pin
John Fisher25-May-05 7:38
John Fisher25-May-05 7:38 

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.