Click here to Skip to main content
15,921,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
Joaquín M López Muñoz4-Mar-02 10:11
Joaquín M López Muñoz4-Mar-02 10:11 
GeneralRe: Efficiency issues from VC++6.0 to VC++.NET Pin
myenigmaself4-Mar-02 10:31
myenigmaself4-Mar-02 10:31 
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 
Can you afford passing the address of the CMyView object itself to the thread, rather than the HWND? I.e. why not call AfxBeginThread(MyThread, this), which gives you access to the whole object, its m_nData member and its HWND (through m_hWnd member.)

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
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 
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 

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.