Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSystemParametersInfo Pin
Lior Shoval28-Dec-02 0:12
Lior Shoval28-Dec-02 0:12 
GeneralRe: SystemParametersInfo Pin
Gary R. Wheeler28-Dec-02 2:34
Gary R. Wheeler28-Dec-02 2:34 
GeneralRe: SystemParametersInfo Pin
Lior Shoval28-Dec-02 6:00
Lior Shoval28-Dec-02 6:00 
GeneralRe: SystemParametersInfo Pin
Rickard Andersson2028-Dec-02 8:46
Rickard Andersson2028-Dec-02 8:46 
GeneralRe: SystemParametersInfo Pin
Michael Dunn28-Dec-02 12:04
sitebuilderMichael Dunn28-Dec-02 12:04 
GeneralList control Pin
Anonymous27-Dec-02 23:34
Anonymous27-Dec-02 23:34 
GeneralRe: List control Pin
alex.barylski28-Dec-02 0:11
alex.barylski28-Dec-02 0:11 
GeneralRe: List control Pin
Michael P Butler28-Dec-02 0:54
Michael P Butler28-Dec-02 0:54 
Which version of MFC and VC++ are you using?

SetView is not documented in my MSDN October 2001 for CListCtrl but is documented in the help that comes with VC7.

The windows message (LVM_SETVIEW) that the function wraps is marked as a Windows XP only message.

Looking through the MFC source, SetView is wrapped by the following pre-processor line

#if (_WIN32_WINNT >= 0x0501)

You'll have to set you app to target that version of windows if you want to make use of the extended XP common control functionality.



Michael

Fat bottomed girls
You make the rockin' world go round -- Queen

GeneralBind controls to database Pin
alex.barylski27-Dec-02 22:15
alex.barylski27-Dec-02 22:15 
GeneralOnInitDialog() direct call Pin
Hockey27-Dec-02 21:59
Hockey27-Dec-02 21:59 
GeneralRe: OnInitDialog() direct call Pin
Michael P Butler27-Dec-02 22:25
Michael P Butler27-Dec-02 22:25 
GeneralRe: OnInitDialog() direct call Pin
alex.barylski28-Dec-02 0:07
alex.barylski28-Dec-02 0:07 
GeneralRe: OnInitDialog() direct call Pin
Michael P Butler28-Dec-02 1:02
Michael P Butler28-Dec-02 1:02 
GeneralRe: OnInitDialog() direct call Pin
Brian Delahunty28-Dec-02 1:19
Brian Delahunty28-Dec-02 1:19 
GeneralRe: OnInitDialog() direct call Pin
alex.barylski28-Dec-02 15:19
alex.barylski28-Dec-02 15:19 
GeneralResizing of CFormView based window Pin
M.Shoaib Khan27-Dec-02 21:03
sussM.Shoaib Khan27-Dec-02 21:03 
GeneralRe: Resizing of CFormView based window Pin
alex.barylski27-Dec-02 22:01
alex.barylski27-Dec-02 22:01 
GeneralFTP question Pin
focusphs27-Dec-02 19:09
focusphs27-Dec-02 19:09 
GeneralRe: FTP question Pin
User 665828-Dec-02 1:55
User 665828-Dec-02 1:55 
GeneralURG:: CloseSocket() error with Multithreading. Pin
ydasari27-Dec-02 15:24
ydasari27-Dec-02 15:24 
GeneralRe: URG:: CloseSocket() error with Multithreading. Pin
valikac27-Dec-02 16:07
valikac27-Dec-02 16:07 
GeneralRe: URG:: CloseSocket() error with Multithreading. Pin
Anonymous28-Dec-02 4:56
Anonymous28-Dec-02 4:56 
GeneralCreateFile and Long Path/Files :: Win32 Pin
valikac27-Dec-02 14:35
valikac27-Dec-02 14:35 
GeneralRe: CreateFile and Long Path/Files :: Win32 Pin
Todd Smith27-Dec-02 14:50
Todd Smith27-Dec-02 14:50 
GeneralRe: CreateFile and Long Path/Files :: Win32 Pin
Michael Dunn27-Dec-02 14:50
sitebuilderMichael Dunn27-Dec-02 14: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.