Click here to Skip to main content
16,003,601 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: why it is so.. Pin
Nemanja Trifunovic2-Dec-08 5:20
Nemanja Trifunovic2-Dec-08 5:20 
QuestionRe: why it is so.. Pin
led mike2-Dec-08 6:57
led mike2-Dec-08 6:57 
GeneralRe: why it is so.. Pin
toxcct2-Dec-08 7:41
toxcct2-Dec-08 7:41 
AnswerRe: why it is so.. Pin
Paul Conrad2-Dec-08 5:04
professionalPaul Conrad2-Dec-08 5:04 
GeneralRe: why it is so.. Pin
Code-o-mat2-Dec-08 8:01
Code-o-mat2-Dec-08 8:01 
GeneralRe: why it is so.. Pin
CPallini2-Dec-08 9:31
mveCPallini2-Dec-08 9:31 
AnswerRe: why it is so.. Pin
CPallini2-Dec-08 5:27
mveCPallini2-Dec-08 5:27 
QuestionCustom ComboBox with “common control version 6” Pin
JacMax2-Dec-08 4:34
JacMax2-Dec-08 4:34 
Hi,

I need a Custom ComboBox with MFC GridCtrl like this from Bahrudin Hrnjica (http://www.codeproject.com/KB/combobox/CustomComboBox.aspx) not with common control version 5 but with version 6.

Compiled with VS 2002 it runs fine, compiled with VS 2008 it doesn’t run.
I found the answer, why it doesn’t run (from dragonhead7):

"I have consulted the developer support engineer of Microsoft, he said the usage of:

VERIFY(::DestroyWindow(m_pcbInfo->hwndList));
if(m_lstPopup->IsKindOf(RUNTIME_CLASS(CPopupMFCGrid)))
VERIFY(static_cast<CPopupMFCGrid>(m_lstPopup)->CreatePopupCtrl(this));

is not supported in common control version 6, although it is supported in common control version 5. He suggested to use the subclass function."


Can anyone tell me the code for common control *version 6*?

Thanks
QuestionCrashes in release mode but not in debug Pin
RedSonja2-Dec-08 3:59
RedSonja2-Dec-08 3:59 
AnswerRe: Crashes in release mode but not in debug Pin
Alan Balkany2-Dec-08 4:08
Alan Balkany2-Dec-08 4:08 
AnswerRe: Crashes in release mode but not in debug Pin
Hamid_RT2-Dec-08 4:08
Hamid_RT2-Dec-08 4:08 
AnswerRe: Crashes in release mode but not in debug Pin
bob169722-Dec-08 7:33
bob169722-Dec-08 7:33 
AnswerRe: Crashes in release mode but not in debug Pin
RedSonja3-Dec-08 1:24
RedSonja3-Dec-08 1:24 
QuestionHow to access servlet in VC++? Pin
AnithaSubramani2-Dec-08 2:10
AnithaSubramani2-Dec-08 2:10 
GeneralRe: How to access servlet in VC++? Pin
led mike2-Dec-08 4:15
led mike2-Dec-08 4:15 
Questionusing select with filehandles (not sockets) under windows Pin
sevenH2-Dec-08 2:02
sevenH2-Dec-08 2:02 
QuestionRe: using select with filehandles (not sockets) under windows Pin
led mike2-Dec-08 4:30
led mike2-Dec-08 4:30 
AnswerRe: using select with filehandles (not sockets) under windows Pin
JudyL_MD2-Dec-08 4:31
JudyL_MD2-Dec-08 4:31 
Questionsomething for comipler.. Pin
tasumisra2-Dec-08 1:47
tasumisra2-Dec-08 1:47 
AnswerRe: something for comipler.. Pin
gayatri.neelema2-Dec-08 1:50
gayatri.neelema2-Dec-08 1:50 
GeneralRe: something for comipler.. Pin
tasumisra2-Dec-08 1:56
tasumisra2-Dec-08 1:56 
AnswerRe: something for comipler.. Pin
Jijo.Raj2-Dec-08 2:20
Jijo.Raj2-Dec-08 2:20 
GeneralRe: something for comipler.. Pin
tasumisra2-Dec-08 2:24
tasumisra2-Dec-08 2:24 
GeneralRe: something for comipler.. Pin
Jijo.Raj2-Dec-08 2:42
Jijo.Raj2-Dec-08 2:42 
AnswerRe: something for comipler.. Pin
CPallini2-Dec-08 2:39
mveCPallini2-Dec-08 2:39 

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.