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

C / C++ / MFC

 
AnswerRe: Updating Window after CWnd::InsertMenu Pin
Nibu babu thomas19-Mar-06 18:58
Nibu babu thomas19-Mar-06 18:58 
AnswerRe: Updating Window after CWnd::InsertMenu Pin
Hamid_RT19-Mar-06 20:19
Hamid_RT19-Mar-06 20:19 
Questionhow to get http request to particular url Pin
baldha rakesh19-Mar-06 18:36
baldha rakesh19-Mar-06 18:36 
AnswerRe: how to get http request to particular url Pin
vivek.s.vivek19-Mar-06 19:20
vivek.s.vivek19-Mar-06 19:20 
QuestionHow to determine which button was clicked Pin
lorey19-Mar-06 18:26
lorey19-Mar-06 18:26 
AnswerRe: How to determine which button was clicked Pin
_AnsHUMAN_ 19-Mar-06 18:48
_AnsHUMAN_ 19-Mar-06 18:48 
AnswerRe: How to determine which button was clicked Pin
Nibu babu thomas19-Mar-06 18:57
Nibu babu thomas19-Mar-06 18:57 
QuestionProblem with spin button control, please help Pin
Shoaib Patel19-Mar-06 18:24
Shoaib Patel19-Mar-06 18:24 
Hello all MFC Gurus
I have a problem in creating a spin button control.
I want to create an edit box & spin button dynamically. The problem is that both are getting created but only edit box is visible when I change the position of spin button control using MoveWindow it is visible. But when clicked on Up & down Arrow of spin button the edit box values are not getting changed. Following is what i have done. Someone please help me

dwStyle = ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_LEFT | ES_NOHIDESEL;
BOOL bCreated = m_pInPlaceEdit->Create(dwStyle, rCellRect, pParentWnd, uiResourceID);

bool b = m_spinCtrl.Create(WS_CHILD|WS_VISIBLE, CRect(0,0,0,0), m_pInPlaceEdit, 123);
m_spinCtrl.MoveWindow(5, 10 , 15 , 20); //just checking whether the control is created or not
m_spinCtrl.SetRange32(0, 72270);
m_spinCtrl.SetBuddy(m_pInPlaceEdit);

Thank you
AnswerRe: Problem with spin button control, please help Pin
Hamid_RT19-Mar-06 18:39
Hamid_RT19-Mar-06 18:39 
AnswerRe: Problem with spin button control, please help Pin
Nibu babu thomas19-Mar-06 18:54
Nibu babu thomas19-Mar-06 18:54 
QuestionDebugging... Pin
x87Bliss19-Mar-06 18:10
x87Bliss19-Mar-06 18:10 
AnswerRe: Debugging... Pin
Monty219-Mar-06 20:02
Monty219-Mar-06 20:02 
GeneralRe: Debugging... Pin
x87Bliss20-Mar-06 10:04
x87Bliss20-Mar-06 10:04 
AnswerRe: Debugging... Pin
Anthony_Yio19-Mar-06 22:36
Anthony_Yio19-Mar-06 22:36 
QuestionProblem in MDI Application Pin
Sarvan AL19-Mar-06 18:09
Sarvan AL19-Mar-06 18:09 
AnswerRe: Problem in MDI Application Pin
Cool Ju19-Mar-06 18:43
Cool Ju19-Mar-06 18:43 
Question_T meaning Pin
vivek.s.vivek19-Mar-06 18:06
vivek.s.vivek19-Mar-06 18:06 
AnswerRe: _T meaning Pin
Hamid_RT19-Mar-06 18:13
Hamid_RT19-Mar-06 18:13 
AnswerRe: _T meaning Pin
Nibu babu thomas19-Mar-06 18:29
Nibu babu thomas19-Mar-06 18:29 
AnswerRe: _T meaning Pin
Gavin Taylor19-Mar-06 18:32
professionalGavin Taylor19-Mar-06 18:32 
QuestionProblem in Merging splitted text file Parts Pin
ariesaloksingh19-Mar-06 17:57
ariesaloksingh19-Mar-06 17:57 
QuestionUnicode Question Pin
<color>Aljechin 19-Mar-06 17:54
<color>Aljechin 19-Mar-06 17:54 
Questioncheck machine for online or offline Pin
baldha rakesh19-Mar-06 17:21
baldha rakesh19-Mar-06 17:21 
AnswerRe: check machine for online or offline Pin
ThatsAlok19-Mar-06 17:33
ThatsAlok19-Mar-06 17:33 
AnswerRe: check machine for online or offline Pin
Nibu babu thomas19-Mar-06 17:59
Nibu babu thomas19-Mar-06 17:59 

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.