Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMS Compiler Pin
Daniel Kanev31-Oct-08 0:18
Daniel Kanev31-Oct-08 0:18 
AnswerRe: MS Compiler Pin
Maximilien31-Oct-08 0:29
Maximilien31-Oct-08 0:29 
AnswerRe: MS Compiler Pin
CPallini31-Oct-08 0:33
mveCPallini31-Oct-08 0:33 
AnswerRe: MS Compiler Pin
Alan Balkany31-Oct-08 4:26
Alan Balkany31-Oct-08 4:26 
GeneralRe: MS Compiler Pin
Michael Dunn31-Oct-08 12:06
sitebuilderMichael Dunn31-Oct-08 12:06 
Questionhow to set the cmd line option in visual studio 2005 Pin
ptr_Electron30-Oct-08 22:46
ptr_Electron30-Oct-08 22:46 
AnswerRe: how to set the cmd line option in visual studio 2005 [modified] Pin
Windows Koder30-Oct-08 23:15
Windows Koder30-Oct-08 23:15 
Question[solved] CScrollView can't scroll [modified] Pin
followait30-Oct-08 22:01
followait30-Oct-08 22:01 
I Create a scroll view in my dialog.
CMyDlg::OnInitDialog()
{
  ...

  CSize size(1600,1200);
  m_scroll_view.SetScrollSizes(MM_TEXT,size);
  //or m_scroll_view.SetScrollSizes(MM_TEXT,size,CSize(100,100),CSize(10,10));
}


When running, the scroll bar appears, and the thumbs' sizes are right. When I'm trying to scroll,
all is ok until LButtuonUp, the thumb will go back to the start of bar then.
What's the problem?
Thanks.

modified on Friday, October 31, 2008 7:35 AM

AnswerRe: CScrollView can't scroll Pin
Iain Clarke, Warrior Programmer31-Oct-08 0:48
Iain Clarke, Warrior Programmer31-Oct-08 0:48 
GeneralRe: CScrollView can't scroll Pin
followait31-Oct-08 1:39
followait31-Oct-08 1:39 
GeneralRe: CScrollView can't scroll Pin
CPallini31-Oct-08 1:49
mveCPallini31-Oct-08 1:49 
GeneralRe: CScrollView can't scroll Pin
led mike31-Oct-08 4:26
led mike31-Oct-08 4:26 
Questionparent and child values Pin
MsmVc30-Oct-08 21:48
MsmVc30-Oct-08 21:48 
AnswerRe: parent and child values Pin
CPallini30-Oct-08 22:30
mveCPallini30-Oct-08 22:30 
GeneralRe: parent and child values Pin
MsmVc31-Oct-08 1:14
MsmVc31-Oct-08 1:14 
GeneralRe: parent and child values Pin
CPallini31-Oct-08 1:23
mveCPallini31-Oct-08 1:23 
Questionsocket - read a part of a file from remote server [modified] Pin
Jayapal Chandran30-Oct-08 21:43
Jayapal Chandran30-Oct-08 21:43 
AnswerRe: socket - read a part of a file from remote server Pin
Jach Mullan4-Nov-08 18:41
Jach Mullan4-Nov-08 18:41 
Questionif comments taking a time of execution Pin
mathy30-Oct-08 21:07
mathy30-Oct-08 21:07 
AnswerRe: if comments taking a time of execution Pin
SandipG 30-Oct-08 21:25
SandipG 30-Oct-08 21:25 
AnswerRe: if comments taking a time of execution Pin
CPallini30-Oct-08 23:22
mveCPallini30-Oct-08 23:22 
AnswerRe: if comments taking a time of execution Pin
David Crow31-Oct-08 2:52
David Crow31-Oct-08 2:52 
Question'cl' is not recognized as an internal or external command Pin
ptr_Electron30-Oct-08 20:52
ptr_Electron30-Oct-08 20:52 
AnswerRe: 'cl' is not recognized as an internal or external command Pin
Garth J Lancaster30-Oct-08 21:14
professionalGarth J Lancaster30-Oct-08 21:14 
GeneralRe: 'cl' is not recognized as an internal or external command Pin
ptr_Electron30-Oct-08 21:29
ptr_Electron30-Oct-08 21:29 

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.