Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralImport Activex Event in a VC++ Project Pin
Anonymous16-Oct-02 1:31
Anonymous16-Oct-02 1:31 
GeneralRe: Import Activex Event in a VC++ Project Pin
Roger Allen16-Oct-02 1:57
Roger Allen16-Oct-02 1:57 
GeneralCInternetSession::OpenURL memory leaks! Pin
Anonymous16-Oct-02 0:37
Anonymous16-Oct-02 0:37 
GeneralRe: CInternetSession::OpenURL memory leaks! Pin
jmkhael16-Oct-02 0:49
jmkhael16-Oct-02 0:49 
GeneralReason of suddenly terminating Pin
Anonymous16-Oct-02 1:02
Anonymous16-Oct-02 1:02 
GeneralRe: Reason of suddenly terminating Pin
Tom Welch16-Oct-02 1:50
Tom Welch16-Oct-02 1:50 
GeneralModifying the limits of an integer edit control Pin
Joan M16-Oct-02 0:35
professionalJoan M16-Oct-02 0:35 
GeneralRe: Modifying the limits of an integer edit control Pin
KaЯl16-Oct-02 0:42
KaЯl16-Oct-02 0:42 
Have you try removing the DDV_MinMaxInt intrcution from the AFX_DATA_MAP section, and replace "3000" by a variable ?

void CMyDialog::DoDataExchange(CDataExchange* pDX)<br />
{<br />
	CDialog::DoDataExchange(pDX);<br />
	//{{AFX_DATA_MAP(CMyDialog)<br />
	DDX_Text(pDX, IDC_MY_EDIT, m_iPos);<br />
	//}}AFX_DATA_MAP<br />
	DDV_MinMaxInt(pDX, m_iPos, 0, m_iRangeMax);<br />
}





Some of those that work forces
Are the same that burn crosses !

Killing In The Name/Rage Against The Machine


GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 0:44
jhwurmbach16-Oct-02 0:44 
GeneralRe: Modifying the limits of an integer edit control Pin
Christian Graus16-Oct-02 1:08
protectorChristian Graus16-Oct-02 1:08 
GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 1:59
jhwurmbach16-Oct-02 1:59 
GeneralRe: Modifying the limits of an integer edit control Pin
Tomasz Sowinski16-Oct-02 3:16
Tomasz Sowinski16-Oct-02 3:16 
GeneralRe: Modifying the limits of an integer edit control Pin
Christian Graus16-Oct-02 11:33
protectorChristian Graus16-Oct-02 11:33 
GeneralRe: Modifying the limits of an integer edit control Pin
Joan M16-Oct-02 1:14
professionalJoan M16-Oct-02 1:14 
GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 2:01
jhwurmbach16-Oct-02 2:01 
GeneralRe: Modifying the limits of an integer edit control Pin
adamUK16-Oct-02 2:02
adamUK16-Oct-02 2:02 
GeneralRe: Modifying the limits of an integer edit control Pin
Joan M16-Oct-02 2:11
professionalJoan M16-Oct-02 2:11 
GeneralRe: Modifying the limits of an integer edit control Pin
adamUK16-Oct-02 4:25
adamUK16-Oct-02 4:25 
GeneralRe: Modifying the limits of an integer edit control Pin
PJ Arends16-Oct-02 6:23
professionalPJ Arends16-Oct-02 6:23 
GeneralRe: Modifying the limits of an integer edit control Pin
adamUK16-Oct-02 9:29
adamUK16-Oct-02 9:29 
GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 20:44
jhwurmbach16-Oct-02 20:44 
GeneralRe: Modifying the limits of an integer edit control [corrected] Pin
Joaquín M López Muñoz16-Oct-02 3:34
Joaquín M López Muñoz16-Oct-02 3:34 
GeneralRe: Modifying the limits of an integer edit control Pin
Tomasz Sowinski16-Oct-02 3:44
Tomasz Sowinski16-Oct-02 3:44 
GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 4:52
jhwurmbach16-Oct-02 4:52 
GeneralRe: Modifying the limits of an integer edit control Pin
Tomasz Sowinski16-Oct-02 5:03
Tomasz Sowinski16-Oct-02 5:03 

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.