Click here to Skip to main content
15,907,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please Help Me! Need to know how to do Sprites! Pin
PJ Arends12-Aug-01 21:28
professionalPJ Arends12-Aug-01 21:28 
GeneralMicrosoft Visual Runtime Library Error Pin
Keith Avery12-Aug-01 12:07
Keith Avery12-Aug-01 12:07 
GeneralRe: Microsoft Visual Runtime Library Error Pin
Christian Graus12-Aug-01 12:50
protectorChristian Graus12-Aug-01 12:50 
GeneralRe: Microsoft Visual Runtime Library Error Pin
Keith Avery12-Aug-01 22:01
Keith Avery12-Aug-01 22:01 
GeneralPlease help with some buttons in Doc/View structure... Pin
12-Aug-01 11:50
suss12-Aug-01 11:50 
GeneralRe: Please help with some buttons in Doc/View structure... Pin
12-Aug-01 22:12
suss12-Aug-01 22:12 
QuestionSetSelectionMark() <- How does it work? Pin
Sprudling12-Aug-01 9:39
Sprudling12-Aug-01 9:39 
AnswerRe: SetSelectionMark() <- How does it work? Pin
Ben Burnett12-Aug-01 11:46
Ben Burnett12-Aug-01 11:46 
>>> From MSDN >>>
The selection mark is the item index from which a multiple selection starts
<<<

To select an item, you should use the SetItemState() member.

wndMyListCtrl.SetItemState ( 0, LVIS_FOCUSED | LVIS_SELECTED );

BTW: there is no need to prefix you statements with this->, it is assumed.

Ben Burnett

---------
On the topic of code with no error handling -- It's not poor coding, it's "optimistic" Wink | ;)
GeneralWho can explain me the basic simple using in installShield ?? please ! it is urgent !!! Pin
12-Aug-01 9:39
suss12-Aug-01 9:39 
GeneralRe: Who can explain me the basic simple using in installShield ?? please ! it is urgent !!! Pin
José Luis Sogorb12-Aug-01 10:44
José Luis Sogorb12-Aug-01 10:44 
QuestionHow to delete a part from a file .Please HELP !!!!!!!! Pin
12-Aug-01 9:29
suss12-Aug-01 9:29 
AnswerRe: How to delete a part from a file .Please HELP !!!!!!!! Pin
Ben Burnett12-Aug-01 11:48
Ben Burnett12-Aug-01 11:48 
GeneralInternet-Explorer addin Pin
12-Aug-01 3:06
suss12-Aug-01 3:06 
GeneralRe: Internet-Explorer addin Pin
Paul A. Howes12-Aug-01 5:11
Paul A. Howes12-Aug-01 5:11 
QuestionConvert a ASCII to CHAR ? Pin
youssef12-Aug-01 2:18
youssef12-Aug-01 2:18 
AnswerRe: Convert a ASCII to CHAR ? Pin
Chris Losinger12-Aug-01 3:46
professionalChris Losinger12-Aug-01 3:46 
GeneralBMP to TIF Pin
Russel Hawkins12-Aug-01 1:45
Russel Hawkins12-Aug-01 1:45 
GeneralRe: BMP to TIF Pin
Christian Graus12-Aug-01 3:37
protectorChristian Graus12-Aug-01 3:37 
GeneralRe: BMP to TIF Pin
Stan Shannon12-Aug-01 5:05
Stan Shannon12-Aug-01 5:05 
GeneralRe: BMP to TIF Pin
Stan Shannon12-Aug-01 5:16
Stan Shannon12-Aug-01 5:16 
GeneralDataGrid Pin
12-Aug-01 0:22
suss12-Aug-01 0:22 
GeneralRe: DataGrid Pin
CodeGuy13-Aug-01 7:51
CodeGuy13-Aug-01 7:51 
GeneralCView, CFormView etc Pin
12-Aug-01 0:20
suss12-Aug-01 0:20 
GeneralRe: CView, CFormView etc Pin
Bret Faller13-Aug-01 7:45
Bret Faller13-Aug-01 7:45 
GeneralVARIANT data type. Pin
11-Aug-01 21:34
suss11-Aug-01 21:34 

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.