Click here to Skip to main content
15,929,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 11:35
myenigmaself4-Mar-02 11:35 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tomasz Sowinski4-Mar-02 10:11
Tomasz Sowinski4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Tim Smith4-Mar-02 10:21
Tim Smith4-Mar-02 10:21 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:39
myenigmaself4-Mar-02 10:39 
Questionhow to retrieve member data using HWND? Pin
lucy4-Mar-02 8:07
lucy4-Mar-02 8:07 
AnswerRe: how to retrieve member data using HWND? Pin
Joaquín M López Muñoz4-Mar-02 8:18
Joaquín M López Muñoz4-Mar-02 8:18 
GeneralRe: how to retrieve member data using HWND? Pin
lucy4-Mar-02 8:24
lucy4-Mar-02 8:24 
GeneralSelecting an area with the mouse Pin
Rage4-Mar-02 6:17
professionalRage4-Mar-02 6:17 
Hi !

I´m currently coding an application that displays graphically mathematical curves (with a CDC). I´d like to implement a zoom on it, that is: the user clicks, and when he moves the mouse while holding the mouse button down, the prg draws a rectangle with dot lines. When the user stops maintaining the mouse button down, it zooms-in. (The whole thing acts like selecting two or more icons on the desktop of windows, for example).

Well, i actually want to know an easy way to draw the rectangle with dot lines ... because I suppose it must be another way than saving the background, drawing the rectangle, and - when the user moves - redisplaying the saved background and redrawing the rectangle, must´nt it?




RaGe
Unfortunately, brute-force solutions tend to be slow
even when performed by modern-day microcomputers,
which are capable of several MIPS except when I'm late
for an appointment and want to finish a compile and
run just one more test before I leave, in which case
the crystal in my computer is apparently designed to
automatically revert to 1 Hz.
-- Michael Abrash

GeneralRe: Selecting an area with the mouse Pin
Tomasz Sowinski4-Mar-02 6:15
Tomasz Sowinski4-Mar-02 6:15 
GeneralRe: Selecting an area with the mouse Pin
Joaquín M López Muñoz4-Mar-02 7:04
Joaquín M López Muñoz4-Mar-02 7:04 
GeneralSimple but Painfully Annoying Pin
ScottS4-Mar-02 5:34
ScottS4-Mar-02 5:34 
GeneralRe: Simple but Painfully Annoying Pin
Tim Deveaux4-Mar-02 5:49
Tim Deveaux4-Mar-02 5:49 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 5:57
ScottS4-Mar-02 5:57 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 7:12
Joaquín M López Muñoz4-Mar-02 7:12 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 7:33
ScottS4-Mar-02 7:33 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 7:47
Joaquín M López Muñoz4-Mar-02 7:47 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 8:00
ScottS4-Mar-02 8:00 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 8:06
Joaquín M López Muñoz4-Mar-02 8:06 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 9:08
ScottS4-Mar-02 9:08 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 9:20
Joaquín M López Muñoz4-Mar-02 9:20 
GeneralRe: Simple but Painfully Annoying Pin
Chris Maunder4-Mar-02 8:14
cofounderChris Maunder4-Mar-02 8:14 
GeneralRe: Simple but Painfully Annoying Pin
Tim Deveaux4-Mar-02 8:26
Tim Deveaux4-Mar-02 8:26 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 6:11
Joaquín M López Muñoz4-Mar-02 6:11 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 6:32
ScottS4-Mar-02 6:32 
GeneralRe: Simple but Painfully Annoying Pin
Ed Gadziemski4-Mar-02 6:25
professionalEd Gadziemski4-Mar-02 6:25 

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.