Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~449 People Reached
Favorite Forums
Favorite Tags
c++ x 10
Member Avatar for heav_yduty

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 …

Member Avatar for mitrmkar
0
244
Member Avatar for heav_yduty

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 …

Member Avatar for heav_yduty
0
82
Member Avatar for heav_yduty

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); …

0
52
Member Avatar for heav_yduty

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") , …

Member Avatar for heav_yduty
0
71