Click here to Skip to main content
15,909,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Checks in a list box... Pin
Chris Losinger1-Aug-02 9:01
professionalChris Losinger1-Aug-02 9:01 
QuestionUndo implementation??? Pin
alex.barylski31-Jul-02 17:03
alex.barylski31-Jul-02 17:03 
AnswerRe: Undo implementation??? Pin
Chris Losinger31-Jul-02 17:14
professionalChris Losinger31-Jul-02 17:14 
GeneralRe: Undo implementation??? Pin
alex.barylski31-Jul-02 19:24
alex.barylski31-Jul-02 19:24 
AnswerRe: Undo implementation??? Pin
Roger Allen1-Aug-02 2:57
Roger Allen1-Aug-02 2:57 
GeneralRe: Undo implementation??? Pin
alex.barylski1-Aug-02 8:28
alex.barylski1-Aug-02 8:28 
GeneralProblem changing styles in CListView Pin
ijprest31-Jul-02 16:53
ijprest31-Jul-02 16:53 
GeneralRe: Problem changing styles in CListView Pin
Hydralisk31-Jul-02 17:40
Hydralisk31-Jul-02 17:40 
DWORD dwStyle;
dwStyle=::GetWindowLong(this->m_hWnd,GWL_STYLE);
dwStyle|=LVS_REPORT;
::SetWindowLong(this->m_hWnd,GWL_STYLE,dwStyle);
To change extent style,use GWL_EXSYTLE.

Hope it helps you!
GeneralRe: Problem changing styles in CListView Pin
ijprest1-Aug-02 14:45
ijprest1-Aug-02 14:45 
GeneralRe: Problem changing styles in CListView Pin
ijprest2-Aug-02 20:07
ijprest2-Aug-02 20:07 
GeneralAfxGetMainWnd while creating CMainFrame Pin
Miguel Lopes31-Jul-02 14:07
Miguel Lopes31-Jul-02 14:07 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
PJ Arends31-Jul-02 14:48
professionalPJ Arends31-Jul-02 14:48 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
Miguel Lopes1-Aug-02 3:28
Miguel Lopes1-Aug-02 3:28 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
PJ Arends1-Aug-02 7:07
professionalPJ Arends1-Aug-02 7:07 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
Miguel Lopes1-Aug-02 8:48
Miguel Lopes1-Aug-02 8:48 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
PJ Arends1-Aug-02 9:14
professionalPJ Arends1-Aug-02 9:14 
GeneralRe: AfxGetMainWnd while creating CMainFrame Pin
Miguel Lopes2-Aug-02 0:57
Miguel Lopes2-Aug-02 0:57 
Question'Notify'-> WS_NOTIFY?!? Pin
Selevercin31-Jul-02 14:03
Selevercin31-Jul-02 14:03 
AnswerRe: 'Notify'-> WS_NOTIFY?!? Pin
Marc Clifton31-Jul-02 14:29
mvaMarc Clifton31-Jul-02 14:29 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
Selevercin31-Jul-02 14:44
Selevercin31-Jul-02 14:44 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
Marc Clifton31-Jul-02 16:29
mvaMarc Clifton31-Jul-02 16:29 
AnswerRe: 'Notify'-> WS_NOTIFY?!? Pin
PJ Arends31-Jul-02 14:44
professionalPJ Arends31-Jul-02 14:44 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
Selevercin31-Jul-02 14:54
Selevercin31-Jul-02 14:54 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
PJ Arends31-Jul-02 15:09
professionalPJ Arends31-Jul-02 15:09 
GeneralBeginner's one: Minimizing wnd message... Pin
BlackSmith31-Jul-02 13:48
BlackSmith31-Jul-02 13:48 

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.