First  |  Prev |  Next  |  Last
Pages: 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.
Hello All I have compiled MFC application from console using NMAKE. It creates the executable file properly, but when I try to execute that file it gives me an error as, The application failed to initialize properly (0xc0000142). Click on OK to terminate the application. What could be the problem? I looked... 13 Dec 2005 07:50
how convert CRichEdit20A version to CRichEdit20W in CRichEditView
I need to use CRichEdit20W version in CRichEditView since i am dealing with double byte characters. what are the things i have to do? is it safe to use CRichEdit member functions(GetTextRange(), GetSel(),CharFromPos(), LineIndex()) with double byte characters? thanks!!! ... 12 Dec 2005 21:41
tabbed view like excel sheet
how create views like excel sheet in is botton like tabed view ... 6 Dec 2005 15:37
control internep explorer
Hello! I have a short question. I need the following solution: the IE should be limited. The user is not allowed to navigate to all URLs, some URLs are forbidden. Additionally, I need access to the html source bevor displaying. Now my question: Should I use a SDI programme together with CHtmlView or should ... 6 Dec 2005 14:34
SDK for Visual Studio 6.0 (C++)
Hi, Can you show me where I can download MS Software Development Kit (SDK) for my old Visual Studio 6.0 (C++)? I went to microsoft download center and typed key words like "visual c++ sdk" or "visual studio 6.0". But I only saw some info related to MS CE or mobile systems. Can somebody help me out? Thank... 6 Dec 2005 05:37
How to set selection in CListCtrl?
I want to set my CListCtrl to specific (default) selection when start. How to do that? ... 5 Dec 2005 18:48
SHBrowseForFolder Question C++
I tried to use the BIF_USENEWUI and BIF_NEWDIALOGSTYLE style keywords but I always get that those two are undeclared identifiers. I need to get a select new folder icon up on the SH BrowseForFolder and have read the other messages on here about that and haven't been able to come up with a solution. Does anybody kn... 1 Dec 2005 13:06
CDialogBar in a regular mfc DLL
I am trying to create a dialog bar inside a regular mfc dll with a frame window as its parent. The code for the export function that is supposed to create the dialog bar and attach it to the main window is below: extern "C" LINK_DLL CDialogBar* APIENTRY CreateDlgBar(HWND hWnd) { AFX_MANAGE_STATE(AfxGetStati... 30 Nov 2005 08:21
CToolTipCtrl, CIPAddressCtrl: tooltip doesn't display over IP
I have a dialog based MFC application with a collection of edit boxes, list boxes, radio buttons, and a CIPAddressCtrl Box. I have added tooltips to each of these items listed above in the source code. However, when I run the application, the tooltip does not display the specified string (or any string) when the m... 28 Nov 2005 20:48
How to enumerate network printers
Howdy, I need to be able to enumerate all the visible hosts on a windows network and list all their printers, in the same way that the windows add printer wizard does. I have no problem listing printers that have already been installed on the local machine using both WMI and the GetPrinter/OpenPrinter APIs.... 29 Nov 2005 11:32
First  |  Prev |  Next  |  Last
Pages: 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765