Click here to Skip to main content
15,925,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListView Pin
_skidrow_vn_2-May-03 2:50
_skidrow_vn_2-May-03 2:50 
GeneralFlicker free resizing of views in MFC Pin
conetti30-Apr-03 7:31
conetti30-Apr-03 7:31 
GeneralRe: Flicker free resizing of views in MFC Pin
valikac30-Apr-03 9:02
valikac30-Apr-03 9:02 
GeneralRe: Flicker free resizing of views in MFC Pin
Bartosz Bien30-Apr-03 9:03
Bartosz Bien30-Apr-03 9:03 
GeneralRe: Flicker free resizing of views in MFC Pin
John R. Shaw30-Apr-03 9:05
John R. Shaw30-Apr-03 9:05 
QuestionHow to compare strings for type LPTSTR Pin
Anonymous30-Apr-03 6:17
Anonymous30-Apr-03 6:17 
AnswerRe: How to compare strings for type LPTSTR Pin
Rage30-Apr-03 6:27
professionalRage30-Apr-03 6:27 
GeneralRe: How to compare strings for type LPTSTR Pin
Navin30-Apr-03 7:08
Navin30-Apr-03 7:08 
You are almost correct. But remember that when dealing with LPTSTR and TCHAR (as is the case here) you need to use routines from TCHAR.H to avoid problems in Unicode, e.g., _tcsstr instead of strstr and _tcscmp instead of strcmp.


"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." - Albert Einstein
AnswerRe: How to compare strings for type LPTSTR Pin
João Paulo Figueira30-Apr-03 6:29
professionalJoão Paulo Figueira30-Apr-03 6:29 
AnswerRe: How to compare strings for type LPTSTR Pin
David Crow30-Apr-03 6:30
David Crow30-Apr-03 6:30 
AnswerRe: How to compare strings for type LPTSTR Pin
Dominik Reichl30-Apr-03 6:32
Dominik Reichl30-Apr-03 6:32 
AnswerRe: How to compare strings for type LPTSTR Pin
User 665830-Apr-03 6:32
User 665830-Apr-03 6:32 
AnswerRe: How to compare strings for type LPTSTR Pin
Navin30-Apr-03 7:06
Navin30-Apr-03 7:06 
AnswerYou may like to take "C" langulage class Pin
Anonymous30-Apr-03 7:54
Anonymous30-Apr-03 7:54 
Questionhow to control page number when printing Pin
hu_jia30-Apr-03 6:15
hu_jia30-Apr-03 6:15 
AnswerRe: how to control page number when printing Pin
David Crow30-Apr-03 8:50
David Crow30-Apr-03 8:50 
GeneralRe: how to control page number when printing Pin
hu_jia30-Apr-03 11:24
hu_jia30-Apr-03 11:24 
GeneralRe: how to control page number when printing Pin
David Crow1-May-03 3:54
David Crow1-May-03 3:54 
GeneralRe: how to control page number when printing Pin
hu_jia1-May-03 5:36
hu_jia1-May-03 5:36 
GeneralRe: how to control page number when printing Pin
David Crow1-May-03 5:42
David Crow1-May-03 5:42 
GeneralRe: how to control page number when printing Pin
hu_jia1-May-03 5:48
hu_jia1-May-03 5:48 
GeneralConsole App Pin
John L. DeVito30-Apr-03 6:15
professionalJohn L. DeVito30-Apr-03 6:15 
GeneralRe: Console App Pin
David Crow30-Apr-03 6:26
David Crow30-Apr-03 6:26 
GeneralRe: Console App Pin
John L. DeVito30-Apr-03 8:38
professionalJohn L. DeVito30-Apr-03 8:38 
GeneralRe: Console App Pin
Chris Richardson30-Apr-03 22:24
Chris Richardson30-Apr-03 22:24 

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.