Hi
I am using visual C++ 2010
My dialog include button and using event handler I am jumping to request function my problem is that:
When I am going back I need to go back directly to specific point.
How can I do it? longjump?
Main()
{
.
.
.
Back to here
.
.
.
}
void CEnglishDlg::OnStnClicked1()
{
.
.
.
.
.
Return back
}