No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Create data base in Access 2003 and try to connect it in my programm using DAO Open("path"). After compiling getting error message "Unrecognized database format db1.mdb". But if i create a data base in program with help of DAO Create, everiting is working. But problem is that i have to …
Hi! Sorry, I couldn't find close topic. But maybe somebody can help me with my problem? I create a Word document, and I don't know how to paste the values of my variables in the document. For example, if i have the variable - int sum = 20, how can …
Hi! I made a FTP client. And I want to add a handler to remove directory from FTP server I got one, which removes files, but I don't know how to remove directory I got this to remove files void CInetFTPDlg::OnBremove() { UpdateData(true); if (m_sFile != "") { m_fcConnection->Remove(m_sFile); UpdateData(false); …
Hi! I try to make a simple internet browser. I use document SDI and base class CHtmlView. And the problem is that I don't know how to make an address bar like in IE. Maybe somebody can help me? Sorry for my English (I mean "a question about VC++6") , …
The End.
heav_yduty