Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Display a MessageBox right after a dialog is drawn on the screen? Pin
avenger_sb255-Apr-04 7:55
avenger_sb255-Apr-04 7:55 
GeneralScrollbars Pin
Member 9541232-Apr-04 21:24
Member 9541232-Apr-04 21:24 
QuestionHow to Make a Form based Application Window fixed Pin
swarnamanoo2-Apr-04 21:00
swarnamanoo2-Apr-04 21:00 
AnswerRe: How to Make a Form based Application Window fixed Pin
Michael P Butler3-Apr-04 8:17
Michael P Butler3-Apr-04 8:17 
GeneralHiding the row in List Control Pin
Member 9524602-Apr-04 20:29
Member 9524602-Apr-04 20:29 
GeneralRe: Hiding the row in List Control Pin
gUrM33T3-Apr-04 0:39
gUrM33T3-Apr-04 0:39 
GeneralRe: Hiding the row in List Control Pin
Member 9524603-Apr-04 1:32
Member 9524603-Apr-04 1:32 
GeneralRe: Hiding the row in List Control Pin
Gary R. Wheeler3-Apr-04 2:22
Gary R. Wheeler3-Apr-04 2:22 
SetItemState does not change the fact whether the row is 'shown' or not. It only changes the state values for the row, which are the following, as quoted from the April 2004 MSDN:
  • LVIS_CUT: The item is marked for a cut-and-paste operation.
  • LVIS_DROPHILITED: The item is highlighted as a drag-and-drop target.
  • LVIS_FOCUSED: The item has the focus, so it is surrounded by a standard focus rectangle. Although more than one item may be selected, only one item can have the focus.
  • LVIS_SELECTED: The item is selected. The appearance of a selected item depends on whether it has the focus and also on the system colors used for selection. Items will only show as selected if the list-view control has focus or the LVS_SHOWSELALWAYS style is used.

If you need to 'hide' a row, you must delete the corresponding item.


Software Zen: delete this;
QuestionPreventing a file from copying.? Pin
ZarrinPour2-Apr-04 18:15
ZarrinPour2-Apr-04 18:15 
AnswerRe: Preventing a file from copying.? Pin
Prakash Nadar2-Apr-04 19:07
Prakash Nadar2-Apr-04 19:07 
GeneralRe: Preventing a file from copying.? Pin
Monty22-Apr-04 23:18
Monty22-Apr-04 23:18 
GeneralRe: Preventing a file from copying.? Pin
Prakash Nadar3-Apr-04 2:29
Prakash Nadar3-Apr-04 2:29 
AnswerRe: Preventing a file from copying.? Pin
Alexander M.,4-Apr-04 1:08
Alexander M.,4-Apr-04 1:08 
QuestionSMTP Server? Pin
Timothy Grabrian2-Apr-04 18:08
professionalTimothy Grabrian2-Apr-04 18:08 
AnswerRe: SMTP Server? Pin
Prakash Nadar2-Apr-04 19:05
Prakash Nadar2-Apr-04 19:05 
AnswerRe: SMTP Server? Pin
Paul Ranson3-Apr-04 8:58
Paul Ranson3-Apr-04 8:58 
QuestionAnyone has any experience on using CHtmlEditCtrl? Pin
usfesco2-Apr-04 13:06
usfesco2-Apr-04 13:06 
QuestionRe: Anyone has any experience on using CHtmlEditCtrl? Pin
Debapritam Chakra29-Dec-16 4:05
Debapritam Chakra29-Dec-16 4:05 
GeneralCOnverting char to int and retaining value Pin
CNewbie2-Apr-04 12:50
CNewbie2-Apr-04 12:50 
GeneralRe: COnverting char to int and retaining value Pin
Michael Dunn2-Apr-04 13:58
sitebuilderMichael Dunn2-Apr-04 13:58 
GeneralRe: COnverting char to int and retaining value Pin
CNewbie2-Apr-04 18:56
CNewbie2-Apr-04 18:56 
GeneralRe: COnverting char to int and retaining value Pin
Johnny ²2-Apr-04 23:42
Johnny ²2-Apr-04 23:42 
GeneralRe: COnverting char to int and retaining value Pin
Pedro Ruiz2-Apr-04 23:50
Pedro Ruiz2-Apr-04 23:50 
GeneralRe: COnverting char to int and retaining value Pin
GflPower4-Apr-04 19:12
GflPower4-Apr-04 19:12 
GeneralCString::Format() Pin
Oriented2-Apr-04 12:33
Oriented2-Apr-04 12:33 

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.