Click here to Skip to main content
15,792,999 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 6:33
Zac Howland13-Jul-06 6:33 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 9:01
khb13-Jul-06 9:01 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 9:03
Zac Howland13-Jul-06 9:03 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 10:00
khb13-Jul-06 10:00 
GeneralRe: Inheritance problem Pin
earl13-Jul-06 13:04
earl13-Jul-06 13:04 
QuestionHow to setrange of spin control Pin
vc++_fragrance13-Jul-06 3:06
vc++_fragrance13-Jul-06 3:06 
AnswerRe: How to setrange of spin control Pin
*Dreamz13-Jul-06 3:25
*Dreamz13-Jul-06 3:25 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 3:33
vc++_fragrance13-Jul-06 3:33 
BOOL CCmpDataEntryDlg::OnInitDialog() //CmpDataEntryDlg is my propertysheet
{
m_SpinDropRate.SetRange(5,19); //to set the range for spin control

m_pSet = new CCampaignSet(); //this is my recordset
if(!m_pSet->IsOpen())
{
CWaitCursor wait;
m_pSet->Open();

}

CPropertyPage::OnInitDialog();
UpdateData(FALSE);

return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}

GeneralRe: How to setrange of spin control Pin
David Crow13-Jul-06 3:48
David Crow13-Jul-06 3:48 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 18:02
vc++_fragrance13-Jul-06 18:02 
QuestionHow to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 1:44
Uday Janaswamy13-Jul-06 1:44 
AnswerRe: How to Specified Position with Priter. [modified] Pin
includeh1013-Jul-06 2:15
includeh1013-Jul-06 2:15 
GeneralRe: How to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 2:35
Uday Janaswamy13-Jul-06 2:35 
QuestionWM_COMMAND Pin
ashish dogra13-Jul-06 0:39
ashish dogra13-Jul-06 0:39 
AnswerRe: WM_COMMAND Pin
A_Fa13-Jul-06 0:47
A_Fa13-Jul-06 0:47 
AnswerRe: WM_COMMAND [modified] Pin
_AnsHUMAN_ 13-Jul-06 0:53
_AnsHUMAN_ 13-Jul-06 0:53 
AnswerRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 1:09
Hamid_RT13-Jul-06 1:09 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 2:34
toxcct13-Jul-06 2:34 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 3:21
Hamid_RT13-Jul-06 3:21 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 3:24
toxcct13-Jul-06 3:24 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 3:55
Hamid_RT13-Jul-06 3:55 
GeneralRe: WM_COMMAND [modified] Pin
earl13-Jul-06 6:23
earl13-Jul-06 6:23 
AnswerRe: WM_COMMAND Pin
Sarath C13-Jul-06 1:39
Sarath C13-Jul-06 1:39 
QuestionIPC (Inter Process Comunication) [modified] Pin
A_Fa13-Jul-06 0:29
A_Fa13-Jul-06 0:29 
AnswerRe: IPC (Inter Process Comunication) Pin
Jonathan [Darka]13-Jul-06 1:01
professionalJonathan [Darka]13-Jul-06 1:01 

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.