Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: associate data with tree item's Pin
Chris Losinger15-Jul-02 10:19
professionalChris Losinger15-Jul-02 10:19 
GeneralWhere is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 2:50
redeemer13-Jun-02 2:50 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 3:06
Rama Krishna Vavilala13-Jun-02 3:06 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 3:43
redeemer13-Jun-02 3:43 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 3:52
Rama Krishna Vavilala13-Jun-02 3:52 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 3:58
redeemer13-Jun-02 3:58 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 6:49
Rama Krishna Vavilala13-Jun-02 6:49 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
James R. Twine13-Jun-02 18:02
James R. Twine13-Jun-02 18:02 
   Just a small FWI: stdafx.h is (usually) used as the header file that creates the pre-compiled header (PCH) file.  It has nothing to do with MFC.

   The reason it was mentioned to put the #define _WIN32_IE 0x500 (near the top) of the stdafx.h file was so that it was #defined before the inclusion of any win32 header files that might be looking for that symbol.

   Lastly, you may need to update your SDK files (Platform SDK) in order to get a header file that has the BIF_USENEWUI value in it.  The "stock" files you get in an VC++ 6.0 install will not have it.

   Peace!

-=- James.
"Some People Know How To Drive, Others Just Know How To Operate A Car."
(Try Check Favorites Sometime!)
QuestionHow do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
redeemer13-Jun-02 1:40
redeemer13-Jun-02 1:40 
AnswerRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
13-Jun-02 1:53
suss13-Jun-02 1:53 
GeneralRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
redeemer13-Jun-02 2:01
redeemer13-Jun-02 2:01 
GeneralRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
srinivas vaithianathan13-Jun-02 8:17
srinivas vaithianathan13-Jun-02 8:17 
GeneralAdd MFC support to ATL project Pin
Hans Ruck13-Jun-02 0:52
Hans Ruck13-Jun-02 0:52 
GeneralRe: Add MFC support to ATL project Pin
Rama Krishna Vavilala13-Jun-02 1:02
Rama Krishna Vavilala13-Jun-02 1:02 
GeneralRe: Add MFC support to ATL project Pin
Nish Nishant13-Jun-02 1:23
sitebuilderNish Nishant13-Jun-02 1:23 
GeneralRe: Add MFC support to ATL project Pin
Rama Krishna Vavilala13-Jun-02 1:17
Rama Krishna Vavilala13-Jun-02 1:17 
GeneralRe: Add MFC support to ATL project Pin
Nish Nishant13-Jun-02 1:31
sitebuilderNish Nishant13-Jun-02 1:31 
GeneralDynamically Changing CComboBox From Dropdown To Droplist Pin
John Clump13-Jun-02 0:45
John Clump13-Jun-02 0:45 
GeneralRe: Dynamically Changing CComboBox From Dropdown To Droplist Pin
Nish Nishant13-Jun-02 1:00
sitebuilderNish Nishant13-Jun-02 1:00 
GeneralRe: Dynamically Changing CComboBox From Dropdown To Droplist Pin
srinivas vaithianathan13-Jun-02 8:22
srinivas vaithianathan13-Jun-02 8:22 
GeneralRe: Dynamically Changing CComboBox From Dropdown To Droplist Pin
Phil J Pearson17-Jun-02 6:23
Phil J Pearson17-Jun-02 6:23 
GeneralRe: Dynamically Changing CComboBox From Dropdown To Droplist Pin
John Clump17-Jun-02 20:02
John Clump17-Jun-02 20:02 
GeneralAbout WebBrowser control Pin
sundararaman13-Jun-02 0:01
sundararaman13-Jun-02 0:01 
Generala question in visual studio.net! Pin
G.Richard12-Jun-02 23:49
G.Richard12-Jun-02 23:49 
GeneralRe: a question in visual studio.net! Pin
Rama Krishna Vavilala13-Jun-02 1:18
Rama Krishna Vavilala13-Jun-02 1:18 

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.