I have an MFC dialog base application.
It uses NetFileEnum to get the all open files.
NetFileEnum() returned NERR_Success, but the bufptr is NULL. Also when I checked the GetLastError(), it...
If your application is a long running application, then handle leak is serious problem. In Windows if the handle count exceeds above a certain limit( not sure about the exact limit count ), there is...
I wants to create a semi transparent brush to paint over a dialog. Could you pls suggest some solutions in such a way that, I can change the transparency of brush with a variable.
I am...
Could you please help me to alpha blend a CButton.
I tried in enabled ownerdraw property and override CButtonEx::DrawItem() and Alphablend call succeded but no change in the GUI.
I am using sendASPI32Command for writing data to CD. But for a particular size of data sendASPI32Command returns SS_ASPI_IS_BUSY error. The error occurs when writes the last track data.
Could...
Hi,
I am using sendASPI32Command for writing data to CD. But for a particular size of data sendASPI32Command returns SS_ASPI_IS_BUSY error. The error occurs when writes the last track data....
Hi Marc ,
thats right...
actually I need a smooth transtion from first window to second window. When the second screen starts to display a flickering occurs( even if the back grounds are same). I...