Try Using
CStdioFile
. Regards, Paresh.
Try Using
CStdioFile
. Regards, Paresh.
Please refer http://msdn.microsoft.com/en-us/library/aa289524%28VS.71%29.aspx[^] Regards, Paresh.
Can following links helps you? Multiple language support for MFC applications with extension DLL[^] Multilingual support for applications[^] Regards, Paresh.
Have a look at, http://support.microsoft.com/kb/216686[^] Regards, Paresh.
Have you tried
CDC::SetBkMode(TRANSPARENT)
. Regards, Paresh.
Is API WaitForInputIdle
[^] helpfule? Regards, Paresh.
This is known as Name Mangling[^]. Regards, Paresh.
Please refer, http://msdn.microsoft.com/en-us/library/aa155776%28office.10%29.aspx[^] http://support.microsoft.com/kb/216686/[^] Hope this will help. Regards, Paresh.
Using C++ and WORD APIs, I am saving a html file as .doc. In html file I have tags, those are link to external files. These images should also get embedded in my DOC file. However, I could not save the images in the document itself. Is there any way that I can tell Word programatically to save the images in the document itself ? Any help would be highly appreciated. Regards, Paresh.
Forward declare class СAdderDialog before class declaration; class СAdderDialog;
Regards, Paresh.
Is How to send a user-defined message with SendMessage, PostMessage or PostThreadMessage[^] is helpful ? Regards, Paresh.
Is this helpful GetPrivateProfileSectionNames
? Regards, Paresh.
Is API SetCursor
helpful ? Regards, Paresh.
Hi, Please refer below link, http://support.microsoft.com/kb/311546[^] Regards, Paresh.
Please refer SetWindowPos
with parameter HWND_TOPMOST
. Is this helpful ? Regards, Paresh.
Is ShellExecute
(with verb "print") helpful ? Regards, Paresh.