Click here to Skip to main content
15,913,101 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: algorithms of combination Pin
Mustafa Ismail Mustafa11-Dec-08 3:05
Mustafa Ismail Mustafa11-Dec-08 3:05 
AnswerRe: algorithms of combination Pin
BonshatS11-Dec-08 3:37
BonshatS11-Dec-08 3:37 
QuestionMD5 - different results Pin
gabbana11-Dec-08 2:15
gabbana11-Dec-08 2:15 
AnswerRe: MD5 - different results Pin
Stuart Dootson11-Dec-08 2:32
professionalStuart Dootson11-Dec-08 2:32 
GeneralRe: MD5 - different results Pin
gabbana11-Dec-08 2:42
gabbana11-Dec-08 2:42 
QuestionHow to allow the user to enter a value between 0x00 and 0xFF in an edit box ? Pin
kapardhi11-Dec-08 1:47
kapardhi11-Dec-08 1:47 
AnswerRe: How to allow the user to enter a value between 0x00 and 0xFF in an edit box ? Pin
Stuart Dootson11-Dec-08 2:34
professionalStuart Dootson11-Dec-08 2:34 
AnswerRe: How to allow the user to enter a value between 0x00 and 0xFF in an edit box ? Pin
David Crow11-Dec-08 8:15
David Crow11-Dec-08 8:15 
Use GetWindowText() to get the contents of the edit control. Convert that to an int and compare against 0x00 and 0xff.

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


QuestionHow can add button in ListCtlr? Pin
Le@rner11-Dec-08 0:01
Le@rner11-Dec-08 0:01 
AnswerRe: How can add button in ListCtlr? Pin
_AnsHUMAN_ 11-Dec-08 0:25
_AnsHUMAN_ 11-Dec-08 0:25 
QuestionTooltips on CView Pin
Redeye9210-Dec-08 23:50
Redeye9210-Dec-08 23:50 
AnswerRe: Tooltips on CView Pin
Iain Clarke, Warrior Programmer11-Dec-08 0:22
Iain Clarke, Warrior Programmer11-Dec-08 0:22 
GeneralRe: Tooltips on CView Pin
Redeye9212-Dec-08 4:46
Redeye9212-Dec-08 4:46 
Questionhow to create registry and how to write data to registry? Pin
puppya10-Dec-08 23:03
puppya10-Dec-08 23:03 
AnswerRe: how to create registry and how to write data to registry? Pin
enhzflep10-Dec-08 23:17
enhzflep10-Dec-08 23:17 
GeneralRe: how to create registry and how to write data to registry? Pin
puppya10-Dec-08 23:25
puppya10-Dec-08 23:25 
AnswerRe: how to create registry and how to write data to registry? Pin
VC++Maniac10-Dec-08 23:38
VC++Maniac10-Dec-08 23:38 
GeneralRe: how to create registry and how to write data to registry? Pin
_AnsHUMAN_ 10-Dec-08 23:39
_AnsHUMAN_ 10-Dec-08 23:39 
GeneralRe: how to create registry and how to write data to registry? Pin
Sarath C10-Dec-08 23:45
Sarath C10-Dec-08 23:45 
AnswerRe: how to create registry and how to write data to registry? Pin
Hamid_RT11-Dec-08 2:49
Hamid_RT11-Dec-08 2:49 
QuestionHow to send CFrameWndEx pointer to COleClientItem::OnGetWindowContext Pin
sativijji10-Dec-08 22:41
sativijji10-Dec-08 22:41 
QuestionDestroyInPlaceFrame to destroy CFrameWndEx Pin
sativijji10-Dec-08 22:37
sativijji10-Dec-08 22:37 
Questionhow to show IPaddress control on status bar(in 4th pane) on a dialog based application? Pin
puppya10-Dec-08 22:34
puppya10-Dec-08 22:34 
AnswerRe: how to show IPaddress control on status bar(in 4th pane) on a dialog based application? Pin
Sarath C10-Dec-08 22:46
Sarath C10-Dec-08 22:46 
GeneralRe: how to show IPaddress control on status bar(in 4th pane) on a dialog based application? Pin
puppya10-Dec-08 22:55
puppya10-Dec-08 22:55 

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.