Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Assert failed in wincore Pin
voorugonda prashanth25-Apr-06 1:27
voorugonda prashanth25-Apr-06 1:27 
GeneralRe: Assert failed in wincore Pin
sujtha25-Apr-06 1:32
sujtha25-Apr-06 1:32 
AnswerRe: Assert failed in wincore Pin
Naveen25-Apr-06 1:35
Naveen25-Apr-06 1:35 
GeneralRe: Assert failed in wincore Pin
sujtha25-Apr-06 1:40
sujtha25-Apr-06 1:40 
GeneralRe: Assert failed in wincore Pin
Naveen25-Apr-06 1:50
Naveen25-Apr-06 1:50 
GeneralRe: Assert failed in wincore Pin
sujtha25-Apr-06 2:20
sujtha25-Apr-06 2:20 
QuestionList Control Pin
chybin25-Apr-06 0:31
chybin25-Apr-06 0:31 
AnswerRe: List Control Pin
YaronNir25-Apr-06 0:38
YaronNir25-Apr-06 0:38 
use the CListCtrl member function "Scroll"

Scrolls the content of a list view control.

BOOL Scroll(
   CSize size 
);
Parameters
size 
A CSize object specifying the amount of horizontal and vertical scrolling, in pixels. The y member of size is divided by the height, in pixels, of the list view control's line, and the control is scrolled by the resulting number of lines. 
Return Value
Nonzero if successful; otherwise zero.



also take a look at GetScrollPos to get the scroll position

Yaron

Ask not what your application can do for you,
Ask what you can do for your application
QuestionApplying filter Condition in data grid control in MFC VC++ Pin
Sriram P.S25-Apr-06 0:30
Sriram P.S25-Apr-06 0:30 
Questionhow i can capture the registry key name Pin
kiranin24-Apr-06 23:55
kiranin24-Apr-06 23:55 
AnswerRe: how i can capture the registry key name Pin
YaronNir25-Apr-06 0:03
YaronNir25-Apr-06 0:03 
GeneralRe: how i can capture the registry key name Pin
kiranin25-Apr-06 0:18
kiranin25-Apr-06 0:18 
Questionphysical memory based Pin
aaaan24-Apr-06 23:40
aaaan24-Apr-06 23:40 
AnswerRe: physical memory based Pin
Nick_Kisialiou25-Apr-06 8:48
Nick_Kisialiou25-Apr-06 8:48 
QuestionResolution of a bitmap in a .bmp file Pin
aasstt24-Apr-06 23:34
aasstt24-Apr-06 23:34 
AnswerRe: Resolution of a bitmap in a .bmp file Pin
YaronNir25-Apr-06 0:01
YaronNir25-Apr-06 0:01 
GeneralRe: Resolution of a bitmap in a .bmp file Pin
aasstt25-Apr-06 0:17
aasstt25-Apr-06 0:17 
AnswerRe: Resolution of a bitmap in a .bmp file Pin
Hamid_RT25-Apr-06 0:18
Hamid_RT25-Apr-06 0:18 
GeneralRe: Resolution of a bitmap in a .bmp file Pin
aasstt25-Apr-06 0:23
aasstt25-Apr-06 0:23 
GeneralRe: Resolution of a bitmap in a .bmp file Pin
Hamid_RT25-Apr-06 0:36
Hamid_RT25-Apr-06 0:36 
GeneralRe: Resolution of a bitmap in a .bmp file Pin
aasstt25-Apr-06 1:18
aasstt25-Apr-06 1:18 
GeneralRe: Resolution of a bitmap in a .bmp file Pin
Hamid_RT25-Apr-06 2:08
Hamid_RT25-Apr-06 2:08 
Questionbitmap Pin
srija24-Apr-06 23:20
srija24-Apr-06 23:20 
AnswerRe: bitmap Pin
voorugonda prashanth24-Apr-06 23:30
voorugonda prashanth24-Apr-06 23:30 
GeneralRe: bitmap Pin
srija24-Apr-06 23:49
srija24-Apr-06 23:49 

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.