Click here to Skip to main content
15,917,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Xtreme toolkit Pin
DJWALSH28-Dec-02 11:41
DJWALSH28-Dec-02 11:41 
Questionnetwork ip address? Pin
imran_rafique28-Dec-02 1:41
imran_rafique28-Dec-02 1:41 
AnswerRe: network ip address? Pin
Nitron28-Dec-02 4:57
Nitron28-Dec-02 4:57 
GeneralSetting maximum speed of ethernet adapter Pin
s_k28-Dec-02 0:52
s_k28-Dec-02 0:52 
GeneralRe: Setting maximum speed of ethernet adapter Pin
Nitron28-Dec-02 5:02
Nitron28-Dec-02 5:02 
GeneralRe: Setting maximum speed of ethernet adapter Pin
s_k28-Dec-02 7:49
s_k28-Dec-02 7:49 
GeneralRe: Setting maximum speed of ethernet adapter Pin
Tim Smith28-Dec-02 8:39
Tim Smith28-Dec-02 8:39 
GeneralRe: Setting maximum speed of ethernet adapter Pin
s_k28-Dec-02 10:03
s_k28-Dec-02 10:03 
GeneralRe: Setting maximum speed of ethernet adapter Pin
Nitron28-Dec-02 13:30
Nitron28-Dec-02 13:30 
GeneralRe: Setting maximum speed of ethernet adapter Pin
s_k28-Dec-02 22:19
s_k28-Dec-02 22:19 
GeneralRe: Setting maximum speed of ethernet adapter Pin
Moak28-Dec-02 21:53
Moak28-Dec-02 21:53 
GeneralRe: Setting maximum speed of ethernet adapter Pin
s_k28-Dec-02 22:24
s_k28-Dec-02 22:24 
GeneralRe: Setting maximum speed of ethernet adapter Pin
Shaun Wilde30-Dec-02 4:37
Shaun Wilde30-Dec-02 4:37 
GeneralRe: Setting maximum speed of ethernet adapter Pin
s_k30-Dec-02 10:57
s_k30-Dec-02 10:57 
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 

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.