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

C / C++ / MFC

 
GeneralRe: Large Icon Display setting in windows. Pin
code_cold31-Jul-02 22:20
code_cold31-Jul-02 22:20 
GeneralYALCQ Pin
Chris Losinger31-Jul-02 18:45
professionalChris Losinger31-Jul-02 18:45 
GeneralRe: YALCQ Pin
Nish Nishant31-Jul-02 19:33
sitebuilderNish Nishant31-Jul-02 19:33 
GeneralRe: YALCQ Pin
Chris Losinger31-Jul-02 19:45
professionalChris Losinger31-Jul-02 19:45 
GeneralRe: YALCQ Pin
Shog931-Jul-02 20:02
sitebuilderShog931-Jul-02 20:02 
GeneralRe: YALCQ Pin
Chris Losinger31-Jul-02 20:04
professionalChris Losinger31-Jul-02 20:04 
GeneralRe: YALCQ Pin
Shog931-Jul-02 20:46
sitebuilderShog931-Jul-02 20:46 
GeneralRe: YALCQ Pin
Roger Allen1-Aug-02 2:52
Roger Allen1-Aug-02 2:52 
I do the same in many list controls in my apps. When the user double-clicks an item I identift it and place an edit control on top of the list control. As long as I made sure it was top most, I never had any problem with the mouse not being able to select text etc in it.

m_EditList.SetWindowPos(&wndTop, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW);

This code to edit and item is not within the list control itself, its added into the class that has the lst control




Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralChecks in a list box... Pin
Baatezu31-Jul-02 18:32
Baatezu31-Jul-02 18:32 
GeneralRe: Checks in a list box... Pin
Chris Losinger31-Jul-02 18:46
professionalChris Losinger31-Jul-02 18:46 
GeneralRe: Checks in a list box... Pin
Baatezu1-Aug-02 8:42
Baatezu1-Aug-02 8:42 
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 
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 

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.