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

C / C++ / MFC

 
GeneralRe: structure pointer deletion problem. Pin
ThatsAlok24-Sep-08 20:26
ThatsAlok24-Sep-08 20:26 
AnswerRe: structure pointer deletion problem. Pin
ThatsAlok24-Sep-08 20:05
ThatsAlok24-Sep-08 20:05 
QuestionHow can referesh a List Ctrl? Pin
Le@rner24-Sep-08 19:36
Le@rner24-Sep-08 19:36 
AnswerRe: How can referesh a List Ctrl? Pin
ThatsAlok24-Sep-08 19:55
ThatsAlok24-Sep-08 19:55 
GeneralRe: How can referesh a List Ctrl? Pin
Le@rner24-Sep-08 20:21
Le@rner24-Sep-08 20:21 
GeneralRe: How can referesh a List Ctrl? Pin
ThatsAlok24-Sep-08 20:51
ThatsAlok24-Sep-08 20:51 
GeneralRe: How can referesh a List Ctrl? Pin
Le@rner24-Sep-08 21:25
Le@rner24-Sep-08 21:25 
GeneralRe: How can referesh a List Ctrl? Pin
Roger Allen25-Sep-08 0:26
Roger Allen25-Sep-08 0:26 
As your running the CListCtrl in a CFormView you are probably DDX'ing the control to assign it to a member variable. In your header you will have somwthing like:

CListCtrl m_myList;


In the .cpp file:

DDX_Control(pDX, IDC_LIST1, m_myList);


To cause the window to re-draw itself you will need to call the UpdateWindow function as follows:

m_myList.UpdateWindow();


If you vote me down, my score will only get lower

GeneralRe: How can referesh a List Ctrl? Pin
Le@rner25-Sep-08 0:33
Le@rner25-Sep-08 0:33 
GeneralRe: How can referesh a List Ctrl? Pin
Roger Allen25-Sep-08 0:51
Roger Allen25-Sep-08 0:51 
Questionrestart system by code Pin
Madan Chauhan24-Sep-08 19:35
Madan Chauhan24-Sep-08 19:35 
AnswerRe: restart system by code Pin
ThatsAlok24-Sep-08 19:51
ThatsAlok24-Sep-08 19:51 
GeneralRe: restart system by code Pin
Madan Chauhan24-Sep-08 20:02
Madan Chauhan24-Sep-08 20:02 
GeneralRe: restart system by code Pin
ThatsAlok24-Sep-08 20:07
ThatsAlok24-Sep-08 20:07 
Questiongetting hard disk name Pin
VCProgrammer24-Sep-08 19:34
VCProgrammer24-Sep-08 19:34 
AnswerRe: getting hard disk name Pin
SandipG 24-Sep-08 20:21
SandipG 24-Sep-08 20:21 
AnswerRe: getting hard disk name Pin
Le@rner24-Sep-08 20:25
Le@rner24-Sep-08 20:25 
AnswerRe: getting hard disk name Pin
Madan Chauhan24-Sep-08 21:09
Madan Chauhan24-Sep-08 21:09 
QuestionChange Background colour of Group boxes Pin
Dhiraj kumar Saini24-Sep-08 18:54
Dhiraj kumar Saini24-Sep-08 18:54 
AnswerRe: Change Background colour of Group boxes Pin
Hamid_RT24-Sep-08 19:22
Hamid_RT24-Sep-08 19:22 
GeneralRe: Change Background colour of Group boxes Pin
_AnsHUMAN_ 24-Sep-08 20:57
_AnsHUMAN_ 24-Sep-08 20:57 
GeneralRe: Change Background colour of Group boxes Pin
Dhiraj kumar Saini24-Sep-08 21:03
Dhiraj kumar Saini24-Sep-08 21:03 
GeneralRe: Change Background colour of Group boxes Pin
_AnsHUMAN_ 24-Sep-08 21:38
_AnsHUMAN_ 24-Sep-08 21:38 
GeneralRe: Change Background colour of Group boxes Pin
Dhiraj kumar Saini24-Sep-08 23:25
Dhiraj kumar Saini24-Sep-08 23:25 
GeneralRe: Change Background colour of Group boxes Pin
_AnsHUMAN_ 24-Sep-08 23:40
_AnsHUMAN_ 24-Sep-08 23:40 

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.