Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCommunication between 2 embedded web browser controls Pin
Tili15-Sep-01 16:54
Tili15-Sep-01 16:54 
QuestionHow to get path of executable Pin
Jake Palmer15-Sep-01 16:03
Jake Palmer15-Sep-01 16:03 
AnswerRe: How to get path of executable Pin
Tili15-Sep-01 17:03
Tili15-Sep-01 17:03 
AnswerRe: How to get path of executable Pin
Hans-Georg Ulrich17-Sep-01 23:17
Hans-Georg Ulrich17-Sep-01 23:17 
GeneralActiveX Control - sorounding box isnt changed in OnDraw Pin
Anders Eriksson15-Sep-01 14:29
Anders Eriksson15-Sep-01 14:29 
QuestionHow do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:19
protectorChristian Graus15-Sep-01 13:19 
AnswerRe: How do I remove a function in ATL ? Pin
Anders Molin15-Sep-01 13:26
professionalAnders Molin15-Sep-01 13:26 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:27
protectorChristian Graus15-Sep-01 13:27 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith15-Sep-01 13:34
Tim Smith15-Sep-01 13:34 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:39
protectorChristian Graus15-Sep-01 13:39 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith15-Sep-01 13:46
Tim Smith15-Sep-01 13:46 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 14:23
protectorChristian Graus15-Sep-01 14:23 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith16-Sep-01 1:27
Tim Smith16-Sep-01 1:27 
AnswerRe: How do I remove a function in ATL ? Pin
Derek Waters16-Sep-01 14:18
Derek Waters16-Sep-01 14:18 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus16-Sep-01 14:23
protectorChristian Graus16-Sep-01 14:23 
GeneralRe: How do I remove a function in ATL ? Pin
Derek Waters16-Sep-01 14:30
Derek Waters16-Sep-01 14:30 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus16-Sep-01 14:43
protectorChristian Graus16-Sep-01 14:43 
GeneralRe: How do I remove a function in ATL ? Pin
Derek Waters16-Sep-01 14:45
Derek Waters16-Sep-01 14:45 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus16-Sep-01 14:56
protectorChristian Graus16-Sep-01 14:56 
AnswerRe: How do I remove a function in ATL ? Pin
asfas16-Sep-01 23:33
asfas16-Sep-01 23:33 
GeneralScrolling CEdit Pin
Jake Palmer15-Sep-01 11:57
Jake Palmer15-Sep-01 11:57 
hi everyone,
I want my CEdit to scroll to the bottom after a call to SetWindowText. The following code updates the scroll bar, so it looks like it's at the bottom, but the edit actually remains unscrolled:

int max = m_edit.GetScrollLimit(SB_VERT);
m_edit.SetScrollPos(SB_VERT, max, TRUE);

I had the same results with GetScrollRange. What is the right way to scroll the edit?
thanks,
Jake

*****
Jake Palmer

www.duke.edu/~jp6

GeneralRe: Scrolling CEdit Pin
Paolo Messina15-Sep-01 12:47
professionalPaolo Messina15-Sep-01 12:47 
GeneralCDialog are real time log Pin
15-Sep-01 11:29
suss15-Sep-01 11:29 
GeneralRe: CDialog are real time log Pin
Paolo Messina15-Sep-01 12:58
professionalPaolo Messina15-Sep-01 12:58 
GeneralIEEE 754 to string Pin
Erik Hammar15-Sep-01 10:50
Erik Hammar15-Sep-01 10:50 

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.