Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with CColorDlg. [modified] Pin
prasad_som24-Aug-06 2:41
prasad_som24-Aug-06 2:41 
GeneralRe: Problem with CColorDlg. [modified] Pin
uday kiran janaswamy24-Aug-06 3:13
uday kiran janaswamy24-Aug-06 3:13 
GeneralRe: Problem with CColorDlg. [modified] Pin
prasad_som24-Aug-06 3:43
prasad_som24-Aug-06 3:43 
GeneralRe: Problem with CColorDlg. Pin
uday kiran janaswamy24-Aug-06 19:05
uday kiran janaswamy24-Aug-06 19:05 
GeneralRe: Problem with CColorDlg. Pin
Hamid_RT25-Aug-06 1:44
Hamid_RT25-Aug-06 1:44 
QuestionUSB drive volume mount points cann't be backed up on the other system Pin
Zahid Younas24-Aug-06 1:58
Zahid Younas24-Aug-06 1:58 
QuestionBit Edit Control Pin
SzyKam24-Aug-06 1:57
SzyKam24-Aug-06 1:57 
AnswerRe: Bit Edit Control Pin
Cedric Moonen24-Aug-06 2:00
Cedric Moonen24-Aug-06 2:00 
I don't know such a control but you can do one yourself quite easily: create a new class (CBitwisEdit for example) that inherits from the CEditCtrl. Override the OnChar function. Inside this function, check if the char entered is either '0' or '1'. If this is the case, call CEditCtrl::OnChar, otherwise don't call it.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

AnswerRe: Bit Edit Control Pin
uday kiran janaswamy24-Aug-06 2:36
uday kiran janaswamy24-Aug-06 2:36 
QuestionWant to hide the windows start menu Pin
dinesh_IP24-Aug-06 1:34
dinesh_IP24-Aug-06 1:34 
AnswerRe: Want to hide the windows start menu Pin
toxcct24-Aug-06 1:56
toxcct24-Aug-06 1:56 
AnswerRe: Want to hide the windows start menu Pin
Hamid_RT24-Aug-06 2:02
Hamid_RT24-Aug-06 2:02 
GeneralRe: Want to hide the windows start menu Pin
toxcct24-Aug-06 2:07
toxcct24-Aug-06 2:07 
GeneralRe: Want to hide the windows start menu Pin
ThatsAlok24-Aug-06 18:21
ThatsAlok24-Aug-06 18:21 
GeneralRe: Want to hide the windows start menu Pin
Hamid_RT25-Aug-06 1:27
Hamid_RT25-Aug-06 1:27 
AnswerRe: Want to hide the windows start menu Pin
Michael Dunn24-Aug-06 9:27
sitebuilderMichael Dunn24-Aug-06 9:27 
QuestionCannot trap F9 key in my application Pin
SanjaySMK24-Aug-06 1:27
SanjaySMK24-Aug-06 1:27 
QuestionSQLiteDatabase in WindowsMobile Pin
Sri harini24-Aug-06 0:05
Sri harini24-Aug-06 0:05 
AnswerRe: SQLiteDatabase in WindowsMobile Pin
ThatsAlok24-Aug-06 18:28
ThatsAlok24-Aug-06 18:28 
QuestionWorking with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:03
Kiran Pinjala24-Aug-06 0:03 
AnswerRe: Working with dlls[modified] Pin
Michael Dunn24-Aug-06 0:12
sitebuilderMichael Dunn24-Aug-06 0:12 
QuestionRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:20
Kiran Pinjala24-Aug-06 0:20 
AnswerRe: Working with dlls[modified] Pin
prasad_som24-Aug-06 0:29
prasad_som24-Aug-06 0:29 
GeneralRe: Working with dlls[modified] Pin
Kiran Pinjala24-Aug-06 0:41
Kiran Pinjala24-Aug-06 0:41 
GeneralRe: Working with dlls[modified] Pin
Cedric Moonen24-Aug-06 0:48
Cedric Moonen24-Aug-06 0:48 

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.