Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Files: What is more efficient? Pin
Michael Dunn6-Dec-02 14:13
sitebuilderMichael Dunn6-Dec-02 14:13 
GeneralRe: Files: What is more efficient? Pin
AlexMarbus6-Dec-02 14:19
AlexMarbus6-Dec-02 14:19 
QuestionHow to tell if a file is opened? Pin
Jonathan Gilligan6-Dec-02 12:34
Jonathan Gilligan6-Dec-02 12:34 
AnswerRe: How to tell if a file is opened? Pin
Ravi Bhavnani6-Dec-02 13:06
professionalRavi Bhavnani6-Dec-02 13:06 
GeneralRe: How to tell if a file is opened? Pin
Jonathan Gilligan6-Dec-02 13:27
Jonathan Gilligan6-Dec-02 13:27 
GeneralMystery Progress Bars in Shell Context Menu Extension DLL Pin
Sheri Steeves6-Dec-02 11:28
Sheri Steeves6-Dec-02 11:28 
GeneralRestore focus to child window in CScrollView Pin
Sara Burns6-Dec-02 10:54
Sara Burns6-Dec-02 10:54 
GeneralWindows 2000 VS. NT Pin
Shay Harel6-Dec-02 10:41
Shay Harel6-Dec-02 10:41 
Hi,

If I draw a rectangle on a dialog using this code it draws a nice rectangle with black frame on NT but nothing on 2000, any idea ?

CRect rect;
CClientDC dc (dlg); //get our device context
dlg->GetClientRect (&rect); //get the pointer to our window
CBrush brush (RGB (192,192,192));
dc.SelectObject(&brush);

dc.Rectangle(20,30,40,70);


Poke tongue | ;-P
QuestionWhen do you build a DLL? Pin
Nitron6-Dec-02 10:16
Nitron6-Dec-02 10:16 
AnswerRe: When do you build a DLL? Pin
Paul M Watt6-Dec-02 10:24
mentorPaul M Watt6-Dec-02 10:24 
GeneralRe: When do you build a DLL? Pin
Nitron6-Dec-02 10:40
Nitron6-Dec-02 10:40 
GeneralRe: When do you build a DLL? Pin
Paul M Watt6-Dec-02 10:47
mentorPaul M Watt6-Dec-02 10:47 
GeneralRe: When do you build a DLL? Pin
Nitron6-Dec-02 10:56
Nitron6-Dec-02 10:56 
Generalcompilation error of the day ... Pin
Maximilien6-Dec-02 9:47
Maximilien6-Dec-02 9:47 
GeneralRe: compilation error of the day ... Pin
Alvaro Mendez6-Dec-02 9:58
Alvaro Mendez6-Dec-02 9:58 
GeneralRe: compilation error of the day ... Pin
Maximilien6-Dec-02 10:31
Maximilien6-Dec-02 10:31 
GeneralRe: compilation error of the day ... Pin
Michael Dunn6-Dec-02 16:44
sitebuilderMichael Dunn6-Dec-02 16:44 
GeneralHelp File Pin
act_x6-Dec-02 8:55
act_x6-Dec-02 8:55 
GeneralRe: Help File Pin
lucy6-Dec-02 9:33
lucy6-Dec-02 9:33 
GeneralRe: Help File Pin
act_x6-Dec-02 9:43
act_x6-Dec-02 9:43 
GeneralRe: Help File Pin
Paul M Watt6-Dec-02 10:27
mentorPaul M Watt6-Dec-02 10:27 
GeneralThank you all Pin
act_x6-Dec-02 10:39
act_x6-Dec-02 10:39 
GeneralRe: Help File Pin
Gaul7-Dec-02 19:14
Gaul7-Dec-02 19:14 
GeneralRe: Help File Pin
lucy9-Dec-02 2:21
lucy9-Dec-02 2:21 
GeneralHWND to a UIThread Pin
David_Leikis6-Dec-02 8:35
David_Leikis6-Dec-02 8:35 

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.