Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ReadFile overlapped i\o Pin
Richard MacCutchan2-Mar-11 3:05
mveRichard MacCutchan2-Mar-11 3:05 
GeneralRe: ReadFile overlapped i\o Pin
CPallini2-Mar-11 3:13
mveCPallini2-Mar-11 3:13 
GeneralRe: ReadFile overlapped i\o Pin
sawerr2-Mar-11 12:00
sawerr2-Mar-11 12:00 
Questionto filter valid memory leak using VLD in VS 8 Pin
skjaha1-Mar-11 21:46
skjaha1-Mar-11 21:46 
AnswerRe: to filter valid memory leak using VLD in VS 8 Pin
Niklas L2-Mar-11 1:12
Niklas L2-Mar-11 1:12 
AnswerRe: to filter valid memory leak using VLD in VS 8 Pin
«_Superman_»2-Mar-11 3:00
professional«_Superman_»2-Mar-11 3:00 
QuestionThere is a method to get m_hWnd of CComboBox ? Pin
mesajflaviu1-Mar-11 20:46
mesajflaviu1-Mar-11 20:46 
AnswerRe: There is a method to get m_hWnd of CComboBox ? Pin
Niklas L2-Mar-11 1:45
Niklas L2-Mar-11 1:45 
I don't know the answer, but I will give you a few ideas.

Are you sure this is not just an SDK version problem? Have you tried sending the CB_GETCOMBOBOXINFO to the combobox on WinNT? If it's not in the SDK, you can define it along with a COMBOBOXINFO struct and then send the message for testing purposes. Nothing bad will happen, and you will see if the COMBOBOXINFO data changes. If it does, fine, if it doesn't you will need another approach.

Most of the MSDN documentation says minimum supported client = Windows 2000 professional, even though the messages has been around since at least Win 3.1. AddString[^] example.

Are you sure the list box is even created when you want to subclass the control?

Finally, have a look at the implementation of a ComboTree[^].

Questionhow do i convert unicode string to ansi format? Pin
yogish2931-Mar-11 18:08
yogish2931-Mar-11 18:08 
AnswerRe: how do i convert unicode string to ansi format? Pin
Hans Dietrich1-Mar-11 19:35
mentorHans Dietrich1-Mar-11 19:35 
AnswerRe: how do i convert unicode string to ansi format? [modified] Pin
Alain Rist1-Mar-11 20:46
Alain Rist1-Mar-11 20:46 
QuestionHow to "input" an outlined character in CRichEditView? Pin
zhong_min1-Mar-11 16:19
zhong_min1-Mar-11 16:19 
AnswerRe: How to "input" an outlined character in CRichEditView? Pin
Hans Dietrich1-Mar-11 19:30
mentorHans Dietrich1-Mar-11 19:30 
GeneralRe: How to "input" an outlined character in CRichEditView? Pin
zhong_min1-Mar-11 20:33
zhong_min1-Mar-11 20:33 
Questionimbue( locale("") ) crashing Pin
ed welch1-Mar-11 12:06
ed welch1-Mar-11 12:06 
AnswerRe: imbue( locale("") ) crashing Pin
Hans Dietrich1-Mar-11 12:14
mentorHans Dietrich1-Mar-11 12:14 
GeneralRe: imbue( locale("") ) crashing Pin
ed welch1-Mar-11 12:26
ed welch1-Mar-11 12:26 
AnswerRe: imbue( locale("") ) crashing Pin
«_Superman_»1-Mar-11 16:01
professional«_Superman_»1-Mar-11 16:01 
GeneralRe: imbue( locale("") ) crashing Pin
ed welch2-Mar-11 0:07
ed welch2-Mar-11 0:07 
QuestionImage::GetThumbnailImage() issue Pin
David Crow1-Mar-11 9:07
David Crow1-Mar-11 9:07 
AnswerRe: Image::GetThumbnailImage() issue Pin
Hans Dietrich1-Mar-11 11:26
mentorHans Dietrich1-Mar-11 11:26 
AnswerRe: Image::GetThumbnailImage() issue Pin
Niklas L1-Mar-11 11:51
Niklas L1-Mar-11 11:51 
GeneralRe: Image::GetThumbnailImage() issue Pin
David Crow2-Mar-11 2:22
David Crow2-Mar-11 2:22 
GeneralRe: Image::GetThumbnailImage() issue Pin
Niklas L2-Mar-11 5:54
Niklas L2-Mar-11 5:54 
QuestionRe: Image::GetThumbnailImage() issue [modified] Pin
David Crow2-Mar-11 6:18
David Crow2-Mar-11 6:18 

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.