Click here to Skip to main content
15,929,721 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Controls not showing in Spy++ Pin
mynab6-Jan-03 21:38
mynab6-Jan-03 21:38 
GeneralRe: Controls not showing in Spy++ Pin
mynab6-Jan-03 22:27
mynab6-Jan-03 22:27 
GeneralCFormView and Child Dialogs Pin
Alberto Bar-Noy6-Jan-03 3:52
Alberto Bar-Noy6-Jan-03 3:52 
GeneralRe: CFormView and Child Dialogs Pin
uandrej6-Jan-03 4:02
uandrej6-Jan-03 4:02 
GeneralRe: CFormView and Child Dialogs Pin
Alberto Bar-Noy6-Jan-03 4:13
Alberto Bar-Noy6-Jan-03 4:13 
GeneralRe: CFormView and Child Dialogs Pin
uandrej6-Jan-03 8:42
uandrej6-Jan-03 8:42 
GeneralRe: CFormView and Child Dialogs Pin
Alberto Bar-Noy6-Jan-03 20:53
Alberto Bar-Noy6-Jan-03 20:53 
GeneralCListBox & WM_HSCROLL Pin
uandrej6-Jan-03 3:18
uandrej6-Jan-03 3:18 
I want manually to horizontal scroll CListBox to the right position.
I change the position of the scroll with:
CListBox* p_CListBox;
..
..
sz = pDC->GetTextExtent(str);
dx = sz.dx;
p_CListBox->SetHorizontalExtent(dx);
dx = p_CListBox->GetScrollLimit(SB_HORZ);
p_CListBox->SetScrollPos(SB_HORZ, dx, TRUE);
..
But now I can't actually scroll the view of the CListBox?
I tryed with the:
SendMessage(p_CListBox->GetSafeHwnd(), WM_HSCROLL, MAKEWPARAM(SB_ENDSCROLL, 0),0);
but no success!
(the view is scrolled correct if I click on scroll with the mouse!)
Confused | :confused:


GeneralRe: CListBox & WM_HSCROLL Pin
uandrej6-Jan-03 3:49
uandrej6-Jan-03 3:49 
GeneralDirectDraw on WinNT4 Pin
ernst.maurer6-Jan-03 3:01
ernst.maurer6-Jan-03 3:01 
GeneralRe: DirectDraw on WinNT4 Pin
-=jarl=-6-Jan-03 3:45
-=jarl=-6-Jan-03 3:45 
GeneralRe: DirectDraw on WinNT4 Pin
ernst.maurer6-Jan-03 4:11
ernst.maurer6-Jan-03 4:11 
GeneralRe: DirectDraw on WinNT4 Pin
-=jarl=-6-Jan-03 4:58
-=jarl=-6-Jan-03 4:58 
GeneralRe: DirectDraw on WinNT4 Pin
Iain Clarke, Warrior Programmer6-Jan-03 5:05
Iain Clarke, Warrior Programmer6-Jan-03 5:05 
QuestionHow to capture Enter key in a dialog? Pin
MVH6-Jan-03 2:22
MVH6-Jan-03 2:22 
AnswerSolved Pin
MVH6-Jan-03 2:42
MVH6-Jan-03 2:42 
GeneralPrint preview in MFC 7 MDI application Pin
Izidor6-Jan-03 1:19
Izidor6-Jan-03 1:19 
Generalreverse engineering mfc code Pin
FASTian6-Jan-03 0:58
FASTian6-Jan-03 0:58 
Generalreading icons Pin
suman ray6-Jan-03 0:27
suman ray6-Jan-03 0:27 
GeneralRe: reading icons Pin
Iain Clarke, Warrior Programmer6-Jan-03 5:08
Iain Clarke, Warrior Programmer6-Jan-03 5:08 
GeneralRe: reading icons Pin
raysuman7-Jan-03 0:48
raysuman7-Jan-03 0:48 
QuestionWhat's 0xFEEEFEEE ? Pin
peterchen6-Jan-03 0:03
peterchen6-Jan-03 0:03 
AnswerRe: What's 0xFEEEFEEE ? Pin
-=jarl=-6-Jan-03 3:40
-=jarl=-6-Jan-03 3:40 
GeneralDrawing an Integer !! Pin
Alex H 19835-Jan-03 23:36
Alex H 19835-Jan-03 23:36 
GeneralRe: Drawing an Integer !! Pin
roel_5-Jan-03 23:53
roel_5-Jan-03 23:53 

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.