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

C / C++ / MFC

 
GeneralRe: Reg MFC Error Pin
Roger Allen12-Nov-03 1:55
Roger Allen12-Nov-03 1:55 
GeneralRe: Reg MFC Error Pin
David Crow12-Nov-03 3:34
David Crow12-Nov-03 3:34 
QuestionHow can set IP over modem ? Pin
choupani12-Nov-03 1:19
choupani12-Nov-03 1:19 
AnswerRe: How can set IP over modem ? Pin
Antti Keskinen12-Nov-03 4:00
Antti Keskinen12-Nov-03 4:00 
GeneralUsing MSChart within Visual C++.NET Pin
François Gasnier12-Nov-03 1:19
François Gasnier12-Nov-03 1:19 
GeneralMFC Pin
cberam12-Nov-03 1:15
cberam12-Nov-03 1:15 
GeneralNeed Handle of Scrollbar in list control Pin
super12-Nov-03 0:40
professionalsuper12-Nov-03 0:40 
GeneralRe: Need Handle of Scrollbar in list control Pin
Roger Allen12-Nov-03 2:00
Roger Allen12-Nov-03 2:00 
GetScrollBarCtrl() is a CWnd overridable which allows replacement scrollbars to be used instead of the WS_HSCROLL and the WS_VSCROLL window styles which will be in use for the list control. If you need to read the values you should be able to use the scrollbar access function directly using the SB_HORZ and SB_VERT parameters depending on whether you need the horizontal or vertical scroll bar data.

e.g.

int hPos = m_ListCtrl.GetScrollPos(SB_HORZ);


Roger Allen - Sonork 100.10016
If your dead and reading this, then you have no life!
Generalpointer declaration Pin
Rage11-Nov-03 23:59
professionalRage11-Nov-03 23:59 
GeneralRe: pointer declaration Pin
markkuk12-Nov-03 0:36
markkuk12-Nov-03 0:36 
GeneralRe: pointer declaration Pin
Abhishek Srivastava12-Nov-03 0:59
Abhishek Srivastava12-Nov-03 0:59 
GeneralRe: pointer declaration Pin
Rage12-Nov-03 3:00
professionalRage12-Nov-03 3:00 
GeneralRe: pointer declaration Pin
Antti Keskinen12-Nov-03 4:08
Antti Keskinen12-Nov-03 4:08 
QuestionHow to draw Bezier curve using GDI ? Pin
P. Gnana Prakash11-Nov-03 22:59
P. Gnana Prakash11-Nov-03 22:59 
AnswerRe: How to draw Bezier curve using GDI ? Pin
Abhishek Srivastava12-Nov-03 1:35
Abhishek Srivastava12-Nov-03 1:35 
GeneralDoubt in Line style Pin
P. Gnana Prakash11-Nov-03 22:55
P. Gnana Prakash11-Nov-03 22:55 
GeneralRe: Doubt in Line style Pin
Roger Allen12-Nov-03 2:05
Roger Allen12-Nov-03 2:05 
GeneralRe: Doubt in Line style Pin
Roger Allen12-Nov-03 2:09
Roger Allen12-Nov-03 2:09 
GeneralCDAORecordset::Find() trouble Pin
AntonGogolev11-Nov-03 22:45
AntonGogolev11-Nov-03 22:45 
GeneralRe: CDAORecordset::Find() trouble Pin
Pir8ofTampa12-Nov-03 4:14
Pir8ofTampa12-Nov-03 4:14 
GeneralDisabled a MFC control Pin
jerome_data11-Nov-03 22:33
jerome_data11-Nov-03 22:33 
GeneralRe: Disabled a MFC control Pin
Elias Bachaalany11-Nov-03 22:43
Elias Bachaalany11-Nov-03 22:43 
GeneralRe: Disabled a MFC control Pin
Juan Antonio Bermejo11-Nov-03 22:45
Juan Antonio Bermejo11-Nov-03 22:45 
GeneralError in COmpilation of VC++ Code Pin
RaajaOfSelf11-Nov-03 22:32
RaajaOfSelf11-Nov-03 22:32 
GeneralRe: Error in COmpilation of VC++ Code Pin
François Gasnier12-Nov-03 1:26
François Gasnier12-Nov-03 1:26 

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.