Hi Guys
I'm working on MS Visual Studio 2008 on operating system vista(SP1) ultimate and i have a problem with "UpdateData()" Fn
when i make simple application 0ne button and one edit box
the edit box has a int variable m_INT_ED,it's suppose that when i press the button it display anumber 10 in the edit box and my code is
void CTestDlg::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
m_INT_ED=10;
UpdateData(false);
but when i run the application and press the button there's no any response and i tried my code on windows xp and ms visual studio 2008 i found the same problem.
Any one have suggestion pls