Can any one tell me whats wrong with my code:
void CTestFtpDlg::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
CInternetSession * pInet;
if(pInet!=NULL)
{
pInet->Close();
delete pInet;
}
}
I always receive error when press Button1.
Thanks.
Hi alvechurchdata,
I brow the database in my own defined windows.
What I would like is similar to when you brow database from command window and press CTR-T.
Do you have any ideas to help me ?
Thanks.
Hi,
I define a window to brow a file *.dbf and I have the follow code to delete current row
on key label ctrl-d dele
When I press ctrl-d for multi rows then press ctrl-w to close the window, these rows are deleted.
Now I want a small point in the left of the window for each row when I press...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.