Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: selection in virtual list view ctrl Pin
valikac4-Sep-03 9:00
valikac4-Sep-03 9:00 
GeneralRe: selection in virtual list view ctrl Pin
peterchen4-Sep-03 10:18
peterchen4-Sep-03 10:18 
GeneralExtand and access the internat Microsoft Office object structure Pin
gicio4-Sep-03 7:42
gicio4-Sep-03 7:42 
Generalerror using ifstream Pin
act_x4-Sep-03 6:49
act_x4-Sep-03 6:49 
GeneralRe: error using ifstream Pin
David Crow4-Sep-03 7:21
David Crow4-Sep-03 7:21 
GeneralRe: error using ifstream Pin
act_x4-Sep-03 7:34
act_x4-Sep-03 7:34 
GeneralRe: error using ifstream Pin
David Crow4-Sep-03 7:50
David Crow4-Sep-03 7:50 
GeneralC++ Regex Library Pin
afronaut4-Sep-03 5:05
afronaut4-Sep-03 5:05 
GeneralRe: C++ Regex Library Pin
David Crow4-Sep-03 6:11
David Crow4-Sep-03 6:11 
GeneralRe: C++ Regex Library Pin
Brad Sokol4-Sep-03 7:23
Brad Sokol4-Sep-03 7:23 
GeneralRe: C++ Regex Library Pin
Jörgen Sigvardsson4-Sep-03 11:23
Jörgen Sigvardsson4-Sep-03 11:23 
GeneralRe: C++ Regex Library Pin
afronaut5-Sep-03 8:46
afronaut5-Sep-03 8:46 
GeneralRe: C++ Regex Library Pin
Rasqual Twilight5-Sep-03 9:09
Rasqual Twilight5-Sep-03 9:09 
GeneralRe: C++ Regex Library Pin
Nemanja Trifunovic5-Sep-03 11:19
Nemanja Trifunovic5-Sep-03 11:19 
GeneralCColorpicker - dissapear -> toolbar Pin
mike :D4-Sep-03 4:49
mike :D4-Sep-03 4:49 
GeneralRe: CColorpicker - dissapear -> toolbar Pin
Alvaro Mendez4-Sep-03 6:16
Alvaro Mendez4-Sep-03 6:16 
It's hard to say without knowing how the CColourPopup class works. Have you tried contacting the developer of the class?

As a side note, I want to point out that creating the CColourPopup object like you're doing (with new) is bad practice since the memory does not appear to be released. If each CColourPopup object does not somehow delete itself, it will remain in memory forever and more will come as the user keeps popping it on the toolbar.

Regards,
Alvaro


Hey! It compiles! Ship it.
GeneralRe: CColorpicker - dissapear -> toolbar Pin
mike :D4-Sep-03 9:15
mike :D4-Sep-03 9:15 
GeneralRich Edit Control and Fonts Pin
Larry J. Siddens4-Sep-03 4:31
Larry J. Siddens4-Sep-03 4:31 
GeneralRe: Rich Edit Control and Fonts Pin
Larry J. Siddens4-Sep-03 10:08
Larry J. Siddens4-Sep-03 10:08 
GeneralOwn Tray Pin
Eugene V.4-Sep-03 3:49
Eugene V.4-Sep-03 3:49 
GeneralRe: Own Tray Pin
Magnus Westin4-Sep-03 4:04
Magnus Westin4-Sep-03 4:04 
GeneralRe: Own Tray Pin
David Crow4-Sep-03 4:21
David Crow4-Sep-03 4:21 
GeneralRe: Own Tray Pin
Eugene V.4-Sep-03 20:25
Eugene V.4-Sep-03 20:25 
GeneralVoice Recognition Pin
Faizi4-Sep-03 3:20
Faizi4-Sep-03 3:20 
GeneralRe: Voice Recognition Pin
Ravi Bhavnani4-Sep-03 11:15
professionalRavi Bhavnani4-Sep-03 11:15 

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.