Hi,
Scenario:-
----------
I have a main window. The Main window has a modal child and a small modeless child window. Both the windows are launched. The modeless window has progress bar an...
Hello,
I have a problem with MFC dialogs. If I start a dialog in my app, I have to do some action.Currently I add this functions to the OnInitDialog call. But the problem here is, the dialo...
I have to show a graph in my app, similar to the CPU Usage History graph in the Performance tab of the Task Manager.
There are several such graph at once , each refreshing several times a ...
Hi Experts,
I've always easily found VB documentation on function calls - but the C++ documentation on certain APIs (like the web browser control) is nearly non-existant. How can I access th...
Hi friends,
I have a realtime application. currently this is Dialog based application and has GUI tightly coupled. [ ex, whenever there is some realtime process, it is updating the GUI thou...
I need to access the value returned by an OCX control in an MFC application.
When I step through the code I see that the return value from the control is a VARIANT with a vt value of 8209 wi...
please help me these are the error i am getting while compiling
//Function prototype
class CMAXDpu4eDlg : public CDialog
{
// Construction
public:
CMAXDpu4eDlg(CWnd* pParent = NULL);...
I'm using visual c++ 2005 with MFC.
I would like to draw a shape, a bitmap etc in half transparancy, i.e. in such a way that we should still be able to see whatever is beneath the shape.
...