What is the difference between an .OCX file c开发者_StackOverflowreated in MFC or VB and a .Net control created in C#?
What a开发者_JS百科re the steps which needs to be followed to create an OCX controls using C#. Can you give mesample coddes for the same . I need to use this control in MFC.I believe this CodeProject
I\'ve been tapped to support some legacy code, and I\'m seeing some things that cause me to scratch my head in confusion.In some sections of code, I see that a class instance uses a CMutex instance to
I have an old MFC app written in Visual S开发者_运维问答tudio 6. This will at some point be rewritten in C# .NET. However, before then I have to write a couple of new Windows services for the existing
I need for documentation purposes the list of all classes public available in MFC and in ATL. How can I b开发者_C百科uild this list without copy and paste from all header files?The documentation is al
I am initialising a Dialog by using OnInitDialog and i initialized a static text as \"loading开发者_运维知识库\"
I got problem at one of our customers environment - when I AfxGetApp()->WriteProfileString in OnAppExit (or destructor) it doesn\'t work. I cannot reproduce it anywhere. I tracked it down that the OnA
To initialize the controls in my dialogs and to gather user input, I\'m using DDX. How can I change the program to display float numbers with a comma instead of a point (best without changing the loca
Developing using Visual Studio 2010 C++ and MFC.I want to create an options (preferences/settings) dialog box that can display several options.After considering many different options dialog box UIs I
I\'m using a fixed size font ( eg: \"Courier New\" ). When I initialize the CFont object by calling CFont::CreateFont function, I want to specify only the font height.