Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: simple c++ questions Pin
Iain Clarke, Warrior Programmer15-Mar-09 6:22
Iain Clarke, Warrior Programmer15-Mar-09 6:22 
QuestionRe: simple c++ questions Pin
Mohammadj15-Mar-09 7:19
Mohammadj15-Mar-09 7:19 
AnswerRe: simple c++ questions Pin
Iain Clarke, Warrior Programmer15-Mar-09 8:09
Iain Clarke, Warrior Programmer15-Mar-09 8:09 
AnswerRe: simple c++ questions Pin
CPallini15-Mar-09 8:13
mveCPallini15-Mar-09 8:13 
GeneralRe: simple c++ questions Pin
Mohammadj16-Mar-09 7:30
Mohammadj16-Mar-09 7:30 
QuestionRe: simple c++ questions Pin
CPallini16-Mar-09 8:43
mveCPallini16-Mar-09 8:43 
AnswerRe: simple c++ questions Pin
Mohammadj18-Mar-09 9:28
Mohammadj18-Mar-09 9:28 
GeneralRe: simple c++ questions Pin
CPallini18-Mar-09 13:15
mveCPallini18-Mar-09 13:15 
From documentation http://msdn.microsoft.com/en-us/library/262w7389(VS.80).aspx:
CRect rect1( 4,5, 60,70);
CRect rect2(10,11, 90,100);
CRect rectInter.IntersectRect(rect1, rect2); 
bool areIntersected =  rectInter.IsRectNull()==FALSE;

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: simple c++ questions Pin
Mohammadj19-Mar-09 1:07
Mohammadj19-Mar-09 1:07 
QuestionRe: simple c++ questions Pin
CPallini19-Mar-09 3:45
mveCPallini19-Mar-09 3:45 
QuestionWeb page download without images Pin
sonu.saini.76@gmail.com15-Mar-09 4:19
sonu.saini.76@gmail.com15-Mar-09 4:19 
AnswerRe: Web page download without images Pin
Hamid_RT15-Mar-09 4:27
Hamid_RT15-Mar-09 4:27 
GeneralRe: Web page download without images Pin
sonu.saini.76@gmail.com15-Mar-09 17:35
sonu.saini.76@gmail.com15-Mar-09 17:35 
GeneralRe: Web page download without images Pin
sonu.saini.76@gmail.com1-Apr-09 22:18
sonu.saini.76@gmail.com1-Apr-09 22:18 
QuestionCan ShellExecute open a file in memory or a memory map file? Pin
SearchDream15-Mar-09 0:05
SearchDream15-Mar-09 0:05 
AnswerRe: Can ShellExecute open a file in memory or a memory map file? Pin
Stuart Dootson15-Mar-09 0:31
professionalStuart Dootson15-Mar-09 0:31 
GeneralRe: Can ShellExecute open a file in memory or a memory map file? Pin
SearchDream15-Mar-09 0:48
SearchDream15-Mar-09 0:48 
GeneralRe: Can ShellExecute open a file in memory or a memory map file? Pin
Stuart Dootson15-Mar-09 1:40
professionalStuart Dootson15-Mar-09 1:40 
GeneralRe: Can ShellExecute open a file in memory or a memory map file? Pin
SearchDream15-Mar-09 2:06
SearchDream15-Mar-09 2:06 
AnswerRe: Can ShellExecute open a file in memory or a memory map file? Pin
Nemanja Trifunovic16-Mar-09 9:17
Nemanja Trifunovic16-Mar-09 9:17 
QuestionHow to get the current IE webpage's source code? Pin
cs6008914-Mar-09 23:36
cs6008914-Mar-09 23:36 
AnswerRe: How to get the current IE webpage's source code? Pin
«_Superman_»15-Mar-09 3:05
professional«_Superman_»15-Mar-09 3:05 
RantRe: How to get the current IE webpage's source code? Pin
Iain Clarke, Warrior Programmer15-Mar-09 6:34
Iain Clarke, Warrior Programmer15-Mar-09 6:34 
RantDoc /View Debugging. Pin
grassrootkit14-Mar-09 20:38
grassrootkit14-Mar-09 20:38 
GeneralRe: Doc /View Debugging. Pin
Stuart Dootson14-Mar-09 23:40
professionalStuart Dootson14-Mar-09 23:40 

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.