I created a project 'ATL COM AppWzard' with VC6.0 and inserted a full control that looks like a button, acts like a button & supports the 'Caption' property. I need my control to display the captio...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10127846.htm...
Hello. I have an application that is doing a transaction, and updating a progress bar in a dialog box. The problem is that while this function is running, it locks up the system, at least this dial...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10184728.html
How can i create and call a dialog box in ATL.
I found that the way i create & call a dialog box in ATL is different than in VC++. VC++ method doesn't work in ATL.
Anybody knows, help me.
http://www.experts-exchange.com/Programming/Misc/Q_10235133.html
I build an ATL Server (and client) program which works perfectly on my developing PC. When I want to install the files on another PC (without Visual C++ environment) I get an error when I register ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10306091.html
I have an object IWSObject that was created to take incoming udp traffic decode the packets, then send custom messages encapsulated in those packet on to programs that care about them.
For ins...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11068025.htm...
I have created an ATL dll (no MFC). I have got three different classes in it. Let us call them A, B and C. C should contain an array or collection which can contain instances of A or instances of B...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11156179.html
In the OnDraw method of my ATL COM object I used the BitBlt command to copy a picture from one device context to my ATL object's device context.
My problem is that the picture is not displayed c...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11388160.html
I create an ATL Project and Add an ATL Property Page Object. I use an Object Wizard Script to have the ATL Object Wizard display the Property Page. All controls (static text, edit box, picture) dis...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11578378.html
We have a not so well designed MFC-Application with about 600 classes.
We are forced now to split it up in Client and different Server-Components, because the thing is growing and does not any mor...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11620278.htm...
I have a component developed by ATL COM as exe(LocateServer.exe).When i compiled it with MsDev it compiled and registered well.But now i want to port my component to another system,so i created a *...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20080439.htm...