Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can i progrmmatically select specific list items? Pin
radhika285-Dec-06 20:26
radhika285-Dec-06 20:26 
QuestionHelp! How to forbid copy and paste function? Pin
qiaohongbo5-Dec-06 19:27
qiaohongbo5-Dec-06 19:27 
AnswerRe: Help! How to forbid copy and paste function? Pin
ThatsAlok5-Dec-06 22:05
ThatsAlok5-Dec-06 22:05 
Question0x00AE - unknown message in XP theme Pin
Ajay L D5-Dec-06 19:19
Ajay L D5-Dec-06 19:19 
QuestionSetting minimum and maximum value for a editbox control in mfc Pin
zareee5-Dec-06 18:37
zareee5-Dec-06 18:37 
AnswerRe: Setting minimum and maximum value for a editbox control in mfc Pin
Hamid_RT5-Dec-06 18:39
Hamid_RT5-Dec-06 18:39 
GeneralRe: Setting minimum and maximum value for a editbox control in mfc Pin
zareee5-Dec-06 18:51
zareee5-Dec-06 18:51 
AnswerRe: Setting minimum and maximum value for a editbox control in mfc Pin
Mark Salsbery5-Dec-06 20:48
Mark Salsbery5-Dec-06 20:48 
You mean numeric minimum/maximum, right? If so:

There's no built-in way to do it with a standard edit control.
You can add the ES_NUMBER style to only allow digits to be typed into the control.
You could either check the range when the user clicks OK or check as the user types each character
by checking the value every time you get a EN_CHANGE notification from the control.


Questioncopying string from CString to BYTE*. How ? Pin
Sakthiu5-Dec-06 18:19
Sakthiu5-Dec-06 18:19 
AnswerRe: copying string from CString to BYTE*. How ? Pin
Hamid_RT5-Dec-06 18:29
Hamid_RT5-Dec-06 18:29 
AnswerRe: copying string from CString to BYTE*. How ? Pin
kanduripavan5-Dec-06 18:30
kanduripavan5-Dec-06 18:30 
GeneralRe: copying string from CString to BYTE*. How ? Pin
ThatsAlok5-Dec-06 22:06
ThatsAlok5-Dec-06 22:06 
AnswerRe: copying string from CString to BYTE*. How ? Pin
Mark Salsbery5-Dec-06 20:56
Mark Salsbery5-Dec-06 20:56 
AnswerRe: copying string from CString to BYTE*. How ? Pin
Mark Salsbery5-Dec-06 21:01
Mark Salsbery5-Dec-06 21:01 
QuestionHow to stop a thread from a primary thread Pin
cy163@hotmail.com5-Dec-06 17:51
cy163@hotmail.com5-Dec-06 17:51 
AnswerRe: How to stop a thread from a primary thread Pin
Hamid_RT5-Dec-06 18:06
Hamid_RT5-Dec-06 18:06 
GeneralRe: How to stop a thread from a primary thread Pin
Stephen Hewitt5-Dec-06 20:14
Stephen Hewitt5-Dec-06 20:14 
GeneralRe: How to stop a thread from a primary thread Pin
cy163@hotmail.com5-Dec-06 23:52
cy163@hotmail.com5-Dec-06 23:52 
AnswerRe: How to stop a thread from a primary thread Pin
Stephen Hewitt5-Dec-06 20:18
Stephen Hewitt5-Dec-06 20:18 
AnswerRe: How to stop a thread from a primary thread Pin
Roger Stoltz5-Dec-06 20:34
Roger Stoltz5-Dec-06 20:34 
Questionshell programming Pin
sanwalz5-Dec-06 17:46
sanwalz5-Dec-06 17:46 
AnswerRe: shell programming Pin
Joe Woodbury5-Dec-06 17:51
professionalJoe Woodbury5-Dec-06 17:51 
QuestionHow to LPCTSTR Convert to char * Pin
rxgmoral5-Dec-06 15:23
rxgmoral5-Dec-06 15:23 
QuestionRe: How to LPCTSTR Convert to char * Pin
David Crow5-Dec-06 16:29
David Crow5-Dec-06 16:29 
AnswerRe: How to LPCTSTR Convert to char * Pin
ThatsAlok5-Dec-06 22:07
ThatsAlok5-Dec-06 22:07 

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.