December 11th, 2008 03:05 AM
Hello Friends,
Ok, I hope this version will help with and improved classwizard, with the vc6, I just need a couple of seconds to add a new event handler or dialog variable to me project, with...
September 18th, 2007 06:59 AM
Hello Friends,
I've a problem with some com+ components developed in vc++, and running on w2003 sp2, the problems is simple, when an error happend in the component (yes it can happend on best...
January 23rd, 2001 11:56 AM
I had created an HTML control with new atl object, but it doesn't work, the problem is when I press any of the buttoms it thow an exception "object doesn't support this propierty or method"
Thank...
December 21st, 2000 05:33 AM
Use
m_file.seekg(0, ios_base::end);
long nEnd = m_file.tellg();
December 21st, 2000 05:15 AM
I have done a program that adds a trusted site to the IE registry entries, but I have two problems:
1, I can't delete the entry in the IE options dialog.
2, I can't add IP sites, the IE use the...
December 18th, 2000 11:07 AM
The problem exactly is delete a file in a server when some clients may have it open.
Thank you
December 18th, 2000 10:16 AM
Does anybody know how to delete a locked file in Windows NT ?
Thank you
December 15th, 2000 05:51 AM
I wan't to know if anyone with experience in this kind of implementations, may give me some sugestion for the election of the best implementation with VC++ (ATL, RawRPC, DCOM, Custom CORBA...