I have code below which loads a text file into an edit box on a dialog window. Only it only show the first 100 or so characters. I have scroll boxes etx, but how can I get it to show the whole te...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10068877.htm...
Zones:
Windows MFCDate Answered: 08/03/1998 Rating: 5.4 Views: 0
Hi,
I have a server application that accepts socket connections and launches threads to handle these sockets. From each of these threads I want to read in the data, store it in a file and launch...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10376477.htm...
Zones:
Windows MFCDate Answered: 08/10/2000 Rating: 6.0 Views: 0
I have an existing set of MFC extension Dlls that I would like to wrap with a thin COM layer so I can use them with C#.
It is important that the resources work correctly within the libraries and...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20491683.htm...
I have the following code in my project:
void CIRCServerConnector::SaveServerList(void)
{
CFile fileServLst("servlist.dat", CFile::modeCreate | CFile::modeReadWrite);
CArchive arStore(&fi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20788054.htm...
Zones:
Windows MFCDate Answered: 11/04/2003 Rating: 8.2 Views: 0
After open CArchive how can i find out if its contains "SerializeClass" info or not ????
my OLD code was like this:
//------------------ START Of OLD CODE ---------------------
void class1::...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21530063.htm...
Zones:
Windows MFCDate Answered: 08/19/2005 Rating: 7.4 Views: 4
Ah hello.
Bit of a follow on from a previous question to do with writing a class object this one:
class CMyClass : public CObject
{
public:
DECLARE_SERIAL(CMyClass)
CMyClass() {}
CM...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21795040.htm...
Zones:
Windows MFCDate Answered: 03/30/2006 Rating: 9.8 Views: 0
i need a pair of CFile/CArchive objects that are accessible to all classes in the program in order to log possible errors occured during processing data. any suggestions?
is there a better way arou...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10054864.htm...
Zones:
Windows MFCDate Answered: 05/29/1998 Rating: 7.6 Views: 0
Do I have to use a CArchive to either read or send something from a CSocket class? Any sample that I've seen so far is using the CArchive to read things from the CSocket. Would you please give me...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10063727.htm...
Zones:
Windows MFCDate Answered: 07/14/1998 Rating: 7.6 Views: 0
My application file structure requires a direct access protocol that is incompatible with the file format produced by CArchive, which functions should I override?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10068328.htm...
Zones:
Windows MFCDate Answered: 08/03/1998 Rating: 7.8 Views: 0
I am learning how to use CSocket and rougly wrote a server and client program.
server program:
#include <iostream.h>
#include <afxsock.h>
#include <afx.h>
void main()
{
bool bInitFlag...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10260989.html
Zones:
C++Date Answered: 01/19/2000 Rating: 7.4 Views: 0