Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic creation of buttons and tooltips? Pin
jimNLX7-May-03 5:38
jimNLX7-May-03 5:38 
Generalconvert project file from visual c++.net to visual c++ 6.0 Pin
AhMan7-May-03 4:53
AhMan7-May-03 4:53 
GeneralRe: convert project file from visual c++.net to visual c++ 6.0 Pin
John M. Drescher7-May-03 4:58
John M. Drescher7-May-03 4:58 
GeneralRe: convert project file from visual c++.net to visual c++ 6.0 Pin
Anonymous7-May-03 17:04
Anonymous7-May-03 17:04 
Generalversion and problem with mscomm32 Pin
Dr-Kuulun7-May-03 4:32
Dr-Kuulun7-May-03 4:32 
GeneralRe: version and problem with mscomm32 Pin
David Crow7-May-03 4:38
David Crow7-May-03 4:38 
GeneralRe: version and problem with mscomm32 Pin
Sean Cundiff7-May-03 4:43
Sean Cundiff7-May-03 4:43 
Generalmake lowercase char to uppercase Pin
JensB7-May-03 4:28
JensB7-May-03 4:28 
Hi
i subclassed CEdit to CMyEdit.
I know when i have a lowercase char. but the problem is to make it uppercase. I checked the string.h but didn't find a proper function to work with (in VC5).

void CMyEdit::OnChar(UINT nChar, ...)
{
..
if ( bLowercase )
{
//Convert char to uppercase
//nChar 'a' -> 'A' needs to be in uppercase
}
// let char. through
CEdit::Onchar(nChar, nRepCnt, nFlags);
}
GeneralRe: make lowercase char to uppercase Pin
David Crow7-May-03 4:30
David Crow7-May-03 4:30 
GeneralRe: make lowercase char to uppercase Pin
JensB7-May-03 4:39
JensB7-May-03 4:39 
GeneralRe: make lowercase char to uppercase Pin
jmkhael7-May-03 4:33
jmkhael7-May-03 4:33 
GeneralRe: make lowercase char to uppercase Pin
Renjith Ramachandran7-May-03 4:34
Renjith Ramachandran7-May-03 4:34 
QuestionHow to delete entire row in CListCtrl? Pin
julych7-May-03 4:17
julych7-May-03 4:17 
AnswerRe: How to delete entire row in CListCtrl? Pin
Renjith Ramachandran7-May-03 4:21
Renjith Ramachandran7-May-03 4:21 
GeneralRe: How to delete entire row in CListCtrl? Pin
julych7-May-03 4:26
julych7-May-03 4:26 
GeneralRe: How to delete entire row in CListCtrl? Pin
jmkhael7-May-03 4:29
jmkhael7-May-03 4:29 
GeneralRe: How to delete entire row in CListCtrl? Pin
Hari Krishnan (Noida)7-May-03 5:20
Hari Krishnan (Noida)7-May-03 5:20 
AnswerRe: How to delete entire row in CListCtrl? Pin
G. Steudtel7-May-03 4:55
G. Steudtel7-May-03 4:55 
QuestionHow to select the entire row in CListControl Pin
julych7-May-03 4:13
julych7-May-03 4:13 
AnswerRe: How to select the entire row in CListControl Pin
Dr-Kuulun7-May-03 4:17
Dr-Kuulun7-May-03 4:17 
AnswerRe: How to select the entire row in CListControl Pin
JensB7-May-03 4:18
JensB7-May-03 4:18 
AnswerRe: How to select the entire row in CListControl Pin
Muhammad Ahmed7-May-03 4:18
Muhammad Ahmed7-May-03 4:18 
AnswerRe: How to select the entire row in CListControl Pin
Renjith Ramachandran7-May-03 4:19
Renjith Ramachandran7-May-03 4:19 
GeneralLoading Icon in a Property Sheet Button Pin
Muhammad Ahmed7-May-03 4:06
Muhammad Ahmed7-May-03 4:06 
GeneralRe: Loading Icon in a Property Sheet Button Pin
Renjith Ramachandran7-May-03 4:14
Renjith Ramachandran7-May-03 4:14 

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.