Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ListView Pin
David Crow30-Apr-03 9:20
David Crow30-Apr-03 9:20 
GeneralRe: ListView Pin
_skidrow_vn_30-Apr-03 23:07
_skidrow_vn_30-Apr-03 23:07 
GeneralRe: ListView Pin
_skidrow_vn_1-May-03 1:30
_skidrow_vn_1-May-03 1:30 
GeneralRe: ListView Pin
David Crow1-May-03 3:12
David Crow1-May-03 3:12 
GeneralRe: ListView Pin
_skidrow_vn_1-May-03 7:22
_skidrow_vn_1-May-03 7:22 
GeneralRe: ListView Pin
David Crow1-May-03 7:39
David Crow1-May-03 7:39 
GeneralRe: ListView Pin
_skidrow_vn_1-May-03 7:51
_skidrow_vn_1-May-03 7:51 
GeneralRe: ListView Pin
David Crow1-May-03 8:10
David Crow1-May-03 8:10 
ODBCConnectToSource() looks good as it only returns TRUE if all of the SQLxxx() functions succeeded.

ODBCCheckPassword() looks good as it returns FALSE if the passwords do not match.

ODBCSelectDateInCalendar() has many opportunities for failure, yet it always returns TRUE. Same for ODBCAddDateToWndCombo(), ODBCDeleteDiary(), ODBCAddUserNameToDlgCombo(), ODBCInsertToListTable(), ODBCInsertToListTable(), ODBCDeleteRecordInListTable(), ODBCSelectContentFromListTable(), ODBCSelectContentToEdit(), and ODBCUpdateListRecord(). If you are just assuming that all of these functions will always be successful, you are in for a rude awakening.
GeneralRe: ListView Pin
_skidrow_vn_1-May-03 8:27
_skidrow_vn_1-May-03 8:27 
GeneralRe: ListView Pin
David Crow1-May-03 8:30
David Crow1-May-03 8:30 
GeneralRe: ListView Pin
_skidrow_vn_1-May-03 10:49
_skidrow_vn_1-May-03 10:49 
GeneralRe: ListView Pin
David Crow1-May-03 11:06
David Crow1-May-03 11:06 
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 
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 

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.