Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ambiguity in multiple inheritance Pin
Richard MacCutchan28-Apr-17 21:34
mveRichard MacCutchan28-Apr-17 21:34 
AnswerRe: ambiguity in multiple inheritance Pin
Jochen Arndt28-Apr-17 21:44
professionalJochen Arndt28-Apr-17 21:44 
QuestionEmbedding Python in C++ Pin
Member 1312483628-Apr-17 17:06
Member 1312483628-Apr-17 17:06 
QuestionVisual studio Pin
Member 1315949628-Apr-17 11:06
Member 1315949628-Apr-17 11:06 
AnswerRe: Visual studio Pin
jeron128-Apr-17 11:14
jeron128-Apr-17 11:14 
QuestionRe: Visual studio Pin
David Crow28-Apr-17 15:59
David Crow28-Apr-17 15:59 
Questionerror LNK2019: unresolved external symbol __stdio_common_vsprintf referenced in function sprint VS 2015 Pro Windows 10 Pin
ForNow28-Apr-17 9:00
ForNow28-Apr-17 9:00 
AnswerRe: error LNK2019: unresolved external symbol __stdio_common_vsprintf referenced in function sprint VS 2015 Pro Windows 10 Pin
Jochen Arndt28-Apr-17 22:12
professionalJochen Arndt28-Apr-17 22:12 
GeneralRe: error LNK2019: unresolved external symbol __stdio_common_vsprintf referenced in function sprint VS 2015 Pro Windows 10 Pin
ForNow29-Apr-17 16:49
ForNow29-Apr-17 16:49 
QuestionHelp Pin
Member 1302311827-Apr-17 5:29
Member 1302311827-Apr-17 5:29 
AnswerRe: Help Pin
Dave Kreskowiak27-Apr-17 6:04
mveDave Kreskowiak27-Apr-17 6:04 
AnswerRe: Help Pin
ThatsAlok11-May-17 20:47
ThatsAlok11-May-17 20:47 
QuestionHelp Pin
Member 1302311824-Apr-17 10:05
Member 1302311824-Apr-17 10:05 
AnswerRe: Help Pin
jeron124-Apr-17 10:38
jeron124-Apr-17 10:38 
GeneralRe: Help Pin
Member 1302311824-Apr-17 11:01
Member 1302311824-Apr-17 11:01 
GeneralRe: Help Pin
leon de boer25-Apr-17 5:16
leon de boer25-Apr-17 5:16 
AnswerRe: Help Pin
Richard MacCutchan24-Apr-17 21:58
mveRichard MacCutchan24-Apr-17 21:58 
QuestionRe: Help Pin
David Crow25-Apr-17 3:59
David Crow25-Apr-17 3:59 
QuestionUsing menu key Pin
_Flaviu23-Apr-17 21:34
_Flaviu23-Apr-17 21:34 
QuestionRe: Using menu key Pin
Richard MacCutchan23-Apr-17 21:56
mveRichard MacCutchan23-Apr-17 21:56 
AnswerRe: Using menu key Pin
_Flaviu23-Apr-17 22:15
_Flaviu23-Apr-17 22:15 
GeneralRe: Using menu key Pin
Richard MacCutchan23-Apr-17 22:56
mveRichard MacCutchan23-Apr-17 22:56 
AnswerRe: Using menu key Pin
Jochen Arndt23-Apr-17 22:40
professionalJochen Arndt23-Apr-17 22:40 
GeneralRe: Using menu key Pin
_Flaviu23-Apr-17 23:11
_Flaviu23-Apr-17 23:11 
QuestionNot getting the visible bottom index of the List Control in MFC? Pin
SanjayK7023-Apr-17 1:44
SanjayK7023-Apr-17 1:44 
Hello,

In the list control, we have the function to get the top index in MFC, GetTopIndex(), but how can we have the index of the visible last row of the list control whether we scroll it or not? I am asking this question because I have to put a design on the bottom of the last row, even if I scroll it should stay on the last row's bottom. How should I refer to the last visible row programmatically?

Thanks in advance.

modified 23-Apr-17 7:52am.

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.