Click here to Skip to main content
15,902,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about run at start up Pin
Ryan Binns15-Jun-03 2:59
Ryan Binns15-Jun-03 2:59 
GeneralRe: Question about run at start up Pin
Anonymous15-Jun-03 0:33
Anonymous15-Jun-03 0:33 
GeneralRe: Question about run at start up Pin
Ryan Binns15-Jun-03 3:01
Ryan Binns15-Jun-03 3:01 
GeneralRe: Question about run at start up Pin
Mazdak15-Jun-03 7:20
Mazdak15-Jun-03 7:20 
GeneralRe: Question about run at start up Pin
Ryan Binns15-Jun-03 14:52
Ryan Binns15-Jun-03 14:52 
GeneralRe: Question about run at start up Pin
Mazdak15-Jun-03 20:56
Mazdak15-Jun-03 20:56 
Questionhow to toggle desktop Pin
jerryage14-Jun-03 15:38
jerryage14-Jun-03 15:38 
GeneralCGridCtrl Add & Delete UI Pin
Sam Hobbs14-Jun-03 14:29
Sam Hobbs14-Jun-03 14:29 
Is there a common method of providing a UI for adding and deleting rows in a CGridCtrl? I can certainly develop various solutions but I wanted to check to see if there is something useful that already exists.

For adding, one solution is to always have the bottom row be empty and available for adding an entry, such as what MS Access does for tables. Is that a solution that is commonly used? If so then I can probably figure it out easily enough.

For deleting, one solution is to implement a context-menu. I assume it is easy enough to determine the row that the click is in. Another solution is to allow the Delete key to provide that capability and/or a Delete button.

I have implemented code that determines if a cell, but only one cell, is selected. I should improve it to allow as multiple cells to be selected, as long as it is for one row. However it would help to have an option that permits only a single row to be selected. There appears to be an option for that but the option requires "List mode" and I have not become familiar with that. If I can't use that then I hope there is a way to catch the event of the change in selection and to provide single-row selection that way.

QuestionDeclaring Class function error? Pin
Aidman14-Jun-03 13:37
Aidman14-Jun-03 13:37 
AnswerRe: Declaring Class function error? Pin
Anonymous14-Jun-03 13:57
Anonymous14-Jun-03 13:57 
GeneralRe: Declaring Class function error? Pin
Aidman14-Jun-03 14:54
Aidman14-Jun-03 14:54 
GeneralCComboBoxEx and some kind of draw Pin
Deian14-Jun-03 12:12
Deian14-Jun-03 12:12 
GeneralRe: CComboBoxEx and some kind of draw Pin
Michael Dunn14-Jun-03 14:03
sitebuilderMichael Dunn14-Jun-03 14:03 
Generalinvisible window Pin
Steve L.14-Jun-03 9:55
Steve L.14-Jun-03 9:55 
GeneralRe: invisible window Pin
Michael Dunn14-Jun-03 10:21
sitebuilderMichael Dunn14-Jun-03 10:21 
GeneralMRU problem Pin
mariuszpopiolek14-Jun-03 8:12
mariuszpopiolek14-Jun-03 8:12 
GeneralRe: MRU problem Pin
Ryan Binns15-Jun-03 3:23
Ryan Binns15-Jun-03 3:23 
GeneralControl creation issues. Pin
jales14-Jun-03 7:41
jales14-Jun-03 7:41 
GeneralRe: Control creation issues. Pin
Gary R. Wheeler15-Jun-03 3:23
Gary R. Wheeler15-Jun-03 3:23 
GeneralRe: Control creation issues. Pin
jales15-Jun-03 22:25
jales15-Jun-03 22:25 
GeneralRe: Control creation issues. Pin
Gary R. Wheeler16-Jun-03 11:50
Gary R. Wheeler16-Jun-03 11:50 
GeneralRe: Control creation issues. Pin
jales16-Jun-03 23:27
jales16-Jun-03 23:27 
QuestionAccessing Class Methods from other source files ? Pin
Anonymous14-Jun-03 7:35
Anonymous14-Jun-03 7:35 
AnswerRe: Accessing Class Methods from other source files ? Pin
Gary R. Wheeler15-Jun-03 3:27
Gary R. Wheeler15-Jun-03 3:27 
GeneralVS .Net '02 vs VS '03 - static lib compatibility Pin
Chris Losinger14-Jun-03 6:02
professionalChris Losinger14-Jun-03 6:02 

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.