Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Evil Circular dependency problem Pin
David Crow27-Apr-06 9:53
David Crow27-Apr-06 9:53 
GeneralRe: Evil Circular dependency problem Pin
Rilhas29-Apr-06 13:54
Rilhas29-Apr-06 13:54 
QuestionApplication stay on top of another application (not all windows) Pin
pince27-Apr-06 7:49
pince27-Apr-06 7:49 
AnswerRe: Application stay on top of another application (not all windows) Pin
David Crow27-Apr-06 8:16
David Crow27-Apr-06 8:16 
GeneralRe: Application stay on top of another application (not all windows) Pin
pince27-Apr-06 9:01
pince27-Apr-06 9:01 
GeneralRe: Application stay on top of another application (not all windows) Pin
David Crow27-Apr-06 9:26
David Crow27-Apr-06 9:26 
GeneralRe: Application stay on top of another application (not all windows) Pin
pince27-Apr-06 12:12
pince27-Apr-06 12:12 
Questionhow to make your edit control accept only capital letters Pin
elephantstar27-Apr-06 6:45
elephantstar27-Apr-06 6:45 
Hi there,

I wish to make my edit control accept only capital letters in combination with numbers. The member variable (m_confirmation_num) for that control is a CString with max characters of 5. That string later gets converted to a UINT conf_num. Initially m_confirmation is set to NULL and m_conf_num to 0. The edit control is defaulted to "00000" when the dialog box is first opened. With CAPS LOCK on or OFF, the edit control accepts only capital letters. This is what I want but why does it do that. This only happens with the following set up but for cases where I do not want the zeroes to display in the field, it accepts lowercase.

Is there a way to make the edit control accept only capital letters? Or have the lowercase changed to uppercase upon user input? And is there a function that checks to see if a char is uppper or lowercase? Thanks.
AnswerRe: how to make your edit control accept only capital letters Pin
toxcct27-Apr-06 6:54
toxcct27-Apr-06 6:54 
GeneralRe: how to make your edit control accept only capital letters Pin
elephantstar27-Apr-06 7:41
elephantstar27-Apr-06 7:41 
AnswerRe: how to make your edit control accept only capital letters Pin
valikac27-Apr-06 7:03
valikac27-Apr-06 7:03 
AnswerRe: how to make your edit control accept only capital letters Pin
Michael Dunn27-Apr-06 19:56
sitebuilderMichael Dunn27-Apr-06 19:56 
Questiongetline / file position Pin
ldsdbomber27-Apr-06 5:45
ldsdbomber27-Apr-06 5:45 
AnswerRe: getline / file position Pin
David Crow27-Apr-06 5:48
David Crow27-Apr-06 5:48 
QuestionConnecting to remote (LAN) computer using UNC Pin
Mike the Red27-Apr-06 5:28
Mike the Red27-Apr-06 5:28 
QuestionRe: Connecting to remote (LAN) computer using UNC Pin
David Crow27-Apr-06 5:46
David Crow27-Apr-06 5:46 
AnswerRe: Connecting to remote (LAN) computer using UNC Pin
Mike the Red27-Apr-06 6:01
Mike the Red27-Apr-06 6:01 
QuestionRe: Connecting to remote (LAN) computer using UNC Pin
David Crow27-Apr-06 6:36
David Crow27-Apr-06 6:36 
QuestionRe: Connecting to remote (LAN) computer using UNC Pin
Mike the Red27-Apr-06 7:31
Mike the Red27-Apr-06 7:31 
QuestionRe: Connecting to remote (LAN) computer using UNC Pin
David Crow27-Apr-06 7:59
David Crow27-Apr-06 7:59 
AnswerRe: Connecting to remote (LAN) computer using UNC Pin
Mike the Red27-Apr-06 8:25
Mike the Red27-Apr-06 8:25 
QuestionRefreshing problem in User Defined List Control (CListCtrl) Pin
BlrBoy27-Apr-06 5:14
BlrBoy27-Apr-06 5:14 
QuestionFolder Dialog for Remote Machine Pin
ariaz27-Apr-06 4:16
ariaz27-Apr-06 4:16 
AnswerRe: Folder Dialog for Remote Machine Pin
Ravi Bhavnani27-Apr-06 4:52
professionalRavi Bhavnani27-Apr-06 4:52 
QuestionComparing Two Bitmap Pin
shadrach_india27-Apr-06 2:57
shadrach_india27-Apr-06 2:57 

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.