Click here to Skip to main content
15,881,089 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 5:33
Zac Howland13-Jul-06 5:33 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 8:01
khb13-Jul-06 8:01 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 8:03
Zac Howland13-Jul-06 8:03 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 9:00
khb13-Jul-06 9:00 
GeneralRe: Inheritance problem Pin
earl13-Jul-06 12:04
earl13-Jul-06 12:04 
QuestionHow to setrange of spin control Pin
vc++_fragrance13-Jul-06 2:06
vc++_fragrance13-Jul-06 2:06 
AnswerRe: How to setrange of spin control Pin
*Dreamz13-Jul-06 2:25
*Dreamz13-Jul-06 2:25 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 2:33
vc++_fragrance13-Jul-06 2: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 2:48
David Crow13-Jul-06 2:48 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 17:02
vc++_fragrance13-Jul-06 17:02 
QuestionHow to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 0:44
Uday Janaswamy13-Jul-06 0:44 
AnswerRe: How to Specified Position with Priter. [modified] Pin
includeh1013-Jul-06 1:15
includeh1013-Jul-06 1:15 
GeneralRe: How to Specified Position with Priter. Pin
Uday Janaswamy13-Jul-06 1:35
Uday Janaswamy13-Jul-06 1:35 
QuestionWM_COMMAND Pin
ashish dogra12-Jul-06 23:39
ashish dogra12-Jul-06 23:39 
AnswerRe: WM_COMMAND Pin
A_Fa12-Jul-06 23:47
A_Fa12-Jul-06 23:47 
AnswerRe: WM_COMMAND [modified] Pin
_AnsHUMAN_ 12-Jul-06 23:53
_AnsHUMAN_ 12-Jul-06 23:53 
AnswerRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 0:09
Hamid_RT13-Jul-06 0:09 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 1:34
toxcct13-Jul-06 1:34 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 2:21
Hamid_RT13-Jul-06 2:21 
GeneralRe: WM_COMMAND Pin
toxcct13-Jul-06 2:24
toxcct13-Jul-06 2:24 
GeneralRe: WM_COMMAND Pin
Hamid_RT13-Jul-06 2:55
Hamid_RT13-Jul-06 2:55 
GeneralRe: WM_COMMAND [modified] Pin
earl13-Jul-06 5:23
earl13-Jul-06 5:23 
AnswerRe: WM_COMMAND Pin
Sarath C13-Jul-06 0:39
Sarath C13-Jul-06 0:39 
QuestionIPC (Inter Process Comunication) [modified] Pin
A_Fa12-Jul-06 23:29
A_Fa12-Jul-06 23:29 
AnswerRe: IPC (Inter Process Comunication) Pin
Jonathan [Darka]13-Jul-06 0:01
professionalJonathan [Darka]13-Jul-06 0: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.