Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General'MENUINFO' : undeclared identifier Pin
lucy5-Jul-02 7:28
lucy5-Jul-02 7:28 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
Michael Dunn5-Jul-02 8:14
sitebuilderMichael Dunn5-Jul-02 8:14 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
lucy5-Jul-02 9:35
lucy5-Jul-02 9:35 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
Aaron Schaefer12-Aug-02 9:18
Aaron Schaefer12-Aug-02 9:18 
GeneralRe: 'MENUINFO' : undeclared identifier Pin
lucy13-Aug-02 13:41
lucy13-Aug-02 13:41 
GeneralListview redraw problems Pin
CaesarCZ5-Jul-02 7:13
CaesarCZ5-Jul-02 7:13 
GeneralRe: Listview redraw problems Pin
Michael Dunn5-Jul-02 8:16
sitebuilderMichael Dunn5-Jul-02 8:16 
GeneralRe: Listview redraw problems Pin
[James Pullicino]5-Jul-02 8:23
[James Pullicino]5-Jul-02 8:23 
There are several ways to deal with this problem.

1) When refreshing, don't delete all items and re-populate the entire list. Instead only delete the items which do not exist in the new list and update the ones which need updating. During this operation set Redraw() to FALSE.

2) Handle the LVG_GETDISPINFO message. You will find information about this in the MSDN. A Codeproject search may yield some results. If you don't find enough information about how to use this technique, tell me, and I'll write an article.

3) Set Redraw() to FALSE while deleting and adding items in the list. Display an hourglass.

Regards,

James Pullicino

Drinking In The Sun
Forgot Password?
GeneralRe: Listview redraw problems Pin
CaesarCZ5-Jul-02 8:40
CaesarCZ5-Jul-02 8:40 
GeneralRe: Listview redraw problems Pin
[James Pullicino]5-Jul-02 8:44
[James Pullicino]5-Jul-02 8:44 
GeneralRe: Listview redraw problems Pin
CaesarCZ5-Jul-02 8:56
CaesarCZ5-Jul-02 8:56 
GeneralRe: Listview redraw problems Pin
[James Pullicino]5-Jul-02 11:06
[James Pullicino]5-Jul-02 11:06 
GeneralRe: Listview redraw problems Pin
CaesarCZ5-Jul-02 12:58
CaesarCZ5-Jul-02 12:58 
GeneralRe: Listview redraw problems Pin
CaesarCZ5-Jul-02 23:45
CaesarCZ5-Jul-02 23:45 
GeneralRe: Listview redraw problems Pin
Shog96-Jul-02 17:11
sitebuilderShog96-Jul-02 17:11 
GeneralRe: Listview redraw problems Pin
CaesarCZ7-Jul-02 0:18
CaesarCZ7-Jul-02 0:18 
GeneralRe: Listview redraw problems Pin
Shog97-Jul-02 8:24
sitebuilderShog97-Jul-02 8:24 
GeneralInet help Pin
5-Jul-02 6:36
suss5-Jul-02 6:36 
GeneralRe: Inet help Pin
Todd Smith5-Jul-02 6:52
Todd Smith5-Jul-02 6:52 
GeneralRe: Inet help Pin
5-Jul-02 6:59
suss5-Jul-02 6:59 
GeneralRe: Inet help Pin
Hanzo25-Oct-02 18:58
Hanzo25-Oct-02 18:58 
QuestionWin32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 5:51
generic_user_id5-Jul-02 5:51 
AnswerRe: Win32, ATL, WTL or MFC, which route to take? Pin
Michael Dunn5-Jul-02 8:19
sitebuilderMichael Dunn5-Jul-02 8:19 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 11:48
generic_user_id5-Jul-02 11:48 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
loket5-Jul-02 12:07
loket5-Jul-02 12:07 

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.