in my program I should read Character by character from a pdf file and put evry word on a database. I doubted, can I do that or not? then I decided to convert the pdf file to a MS WORD file with a con
I have the main-frame, when someone 开发者_运维百科is pressing a button I open a CDialogEX. After I open it, it get\'s an empty task-bar tab, with no title or icon...
Is there any way to get the width of a string in pixels without using CDC or using a CDC not linked with a display. The class that needs to retrieve the string width does not inherit from CWnd in orde
I am currently planning to access my MFC Dialog based application\'s .dll file using Python. I am new to Python and have the latest version of Python installed i.e. 3.2. I have installed PythonWin as
I have an MFC (VS2010) MDI application (created by the wizard). I want that each tab will be created with the s开发者_如何学Pythoname label and not enumerated value (i.e the tab\'s caption should alwa
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am currently new to MFC in terms of creating my own dll and then create a scripting languagein order to use this dll with my application. Could you guys kindly suggest me any possible links and dire
I have problem with MFC\'s(VC++) MoveWindow() Method, My specs are: .net Runtime 3.5 VS 2008 Windows XP I am displaying images through MoveWindow() method, it first displays image and then adjust
On closing mfc clr application, I\'ve got message : What it means ? H开发者_开发百科ow can I fix it ?This is almost certainly a memory corruption issue somewhere in your program code.
Has anybody had any experience with COM / MFC trying to implement IConnectionPointContainer on an object extending from COleDocument (instead of COleControl) ? Can somebody please provide any tips, or