Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAdding Scroll Bars in a Modeless Dialog Pin
jabbaj24-Jul-02 21:07
jabbaj24-Jul-02 21:07 
GeneralBest way to implement "plugins+automation" Pin
Nevidimka24-Jul-02 21:03
Nevidimka24-Jul-02 21:03 
GeneralRe: Best way to implement "plugins+automation" Pin
Anonymous24-Jul-02 23:05
Anonymous24-Jul-02 23:05 
GeneralRe: Best way to implement "plugins+automation" Pin
Nevidimka25-Jul-02 0:08
Nevidimka25-Jul-02 0:08 
GeneralRe: Best way to implement "plugins+automation" Pin
alaulu26-Jul-02 1:16
alaulu26-Jul-02 1:16 
GeneralRe: Best way to implement "plugins+automation" Pin
alaulu24-Jul-02 23:05
alaulu24-Jul-02 23:05 
Generala question of download asynchronously with wininet Pin
wangweisp24-Jul-02 21:02
wangweisp24-Jul-02 21:02 
GeneralCRect::Width() and CRect::NormalizeRect() Pin
Geert Delmeiren24-Jul-02 20:23
Geert Delmeiren24-Jul-02 20:23 
Before asking Chris to add this one as a 'bug' in MSDN, maybe someone can shed a light on the following.

In MSDN for CRect::Width() I read:

Calculates the width of CRect by subtracting the left value from the right value.
The width can be negative


I read something analog for CRect::Height():

Calculates the height of CRect by subtracting the top value from the bottom value. The resulting value can be negative.

And in a note for both:
The rectangle must be normalized or this function may fail. You can call NormalizeRect to normalize the rectangle before calling this function.

While I read for CRect::NormalizeRect():
Normalizes CRect so that both the height and width are positive.

Then is my question: "How can the result of CRect::Width() or CRect::Height() be negative if you must normalize it first?
GeneralRe: CRect::Width() and CRect::NormalizeRect() Pin
Tomasz Sowinski24-Jul-02 22:06
Tomasz Sowinski24-Jul-02 22:06 
Questionabout put_RegisterAsDropTarget? Pin
ttzzgg_8071324-Jul-02 19:32
ttzzgg_8071324-Jul-02 19:32 
GeneralHidden dialog from Dll Pin
Atin Kumar24-Jul-02 19:32
Atin Kumar24-Jul-02 19:32 
GeneralRe: Hidden dialog from Dll Pin
Paul M Watt24-Jul-02 19:42
mentorPaul M Watt24-Jul-02 19:42 
GeneralEvent for CDialogBar Docking & Floating Pin
Dave Matrix24-Jul-02 19:21
Dave Matrix24-Jul-02 19:21 
GeneralGoing Crazy: Trying to inherit an interface from another dll Pin
doshin24-Jul-02 19:03
doshin24-Jul-02 19:03 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 19:24
mentorPaul M Watt24-Jul-02 19:24 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
doshin24-Jul-02 19:32
doshin24-Jul-02 19:32 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 19:48
mentorPaul M Watt24-Jul-02 19:48 
GeneralRe: Going Crazy: Trying to inherit an interface from another dll Pin
Paul M Watt24-Jul-02 20:17
mentorPaul M Watt24-Jul-02 20:17 
GeneralAny ideas on how to.. Pin
Anonymous24-Jul-02 17:38
Anonymous24-Jul-02 17:38 
GeneralRe: Any ideas on how to.. Pin
Scott H. Settlemier24-Jul-02 17:47
Scott H. Settlemier24-Jul-02 17:47 
GeneralRe: Any ideas on how to.. Pin
Anonymous24-Jul-02 18:15
Anonymous24-Jul-02 18:15 
GeneralRe: Any ideas on how to.. Pin
Daniel Lohmann24-Jul-02 22:44
Daniel Lohmann24-Jul-02 22:44 
GeneralRe: Any ideas on how to.. Pin
benjymous24-Jul-02 22:47
benjymous24-Jul-02 22:47 
GeneralHelp on multi-threading Pin
Abin24-Jul-02 17:14
Abin24-Jul-02 17:14 
GeneralRe: Help on multi-threading Pin
Scott H. Settlemier24-Jul-02 17:40
Scott H. Settlemier24-Jul-02 17: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.