First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Time to say goodbye
Friends: The long awaited demise of the microsoft NNTP servers is upon us. vc.language disappeared today, though this vc.mfc still seems alive for the moment. Hopefully, these microsoft.public groups will live on at other servers like Eternal-September: http://www.eternal-september.org/ Or there are the... 6 Jun 2010 19:28
POPUP window loose the focus
Hi All, I have class CDesigner which is inherited from CWnd. I have object of this class named m_Designer in parent window class. Using m_Designer object I create pop-up window using method m_Designer.CreateEx(.......). This method have parameter DWORD dwStyle. Here I set the value WS_POPUPWINDOW. Now i have t... 4 Jun 2010 12:35
NT AUTHORITY\SYSTEM Task Scheduler
Hello, I am developing an MFC application that uses the Task Scheduler. The application works OK, as long as the user specifies the DOMAIN\USERNAME and a Password. However, if the user logs-in using a local account, and the local account does not have a password, then the Tasks do not run. I noticed, in th... 8 Jun 2010 19:31
Vista/VS2008 Cannot open type library file: �msxml.dll�
http://support.microsoft.com/kb/269238 You will need to either install the appropriate MSXML SDK or reference the appropriate DLL or typelib. -Pete "Michaela Brauner" <m_B(a)MNEWS.de> wrote in message news:upiuT$zALHA.4388(a)TK2MSFTNGP04.phx.gbl... Hello, how can I fix this message? fatal erro... 3 Jun 2010 14:33
Vista/VS2008 Cannot open type library file: ’msxml.dll’
Hello, how can I fix this message? fatal error C1083: File (Typbibliothek) not open "msxml.dll": No such file or directory #include <afxcoll.h> #include <afxmt.h> // #import <msxml.tlb> #import "msxml.dll" using namespace MSXML; http://www.prof-uis.com/prof-uis/tech-support/support-forum/build-errors... 6 Jun 2010 16:03
CButton DrawItem never be called
Hi, I want to modify some CButtons in the OnCreate() method of the class (CMainFrame : public CFrameWnd) int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { m_btn1.SetButtonImg(IDC_BUTTON1, IDC_BUTTON1); m_btn1.SetButtonText("Test"); m_btn1.SetFont("Arial",16); m_btn1.SubclassDlgItem(IDOK,... 3 Jun 2010 15:41
OnAccept getting socket handle
Hi, how is it possible to get the CAsyncSocket-Handle in the OnAccept- method? I don`t want to install one thread for each connection - I`ve one thread for all http-connections. void ConnSoc::OnAccept(int nErrorCode) { //doing some error stuff // New connection is being established CAsyncSocket soc;... 4 Jun 2010 12:35
open .chm file from VC++ - with Table Of Contents hidden - HTM
Thanks for posting the info. From your response posted I recall when I authored my .chm file, there were properties like which toolbar button should be shown at startup. Maybe these are settings in the .chm file itself? Can you be a little elaborate? heres what i want to understand 1) you mean theres... 4 Jun 2010 13:41
Hilo: rich user experience of Windows 7 in native C++
There is a series of articles on MSDN describing how to build native C++ apps for Windows 7 (using Windows 7's specific features like touch, animations, Direct2D for rich graphics, etc.) The first article ("Introducing Hilo") can be found here: http://msdn.microsoft.com/en-us/library/ff708698(v=MSDN.10).asp... 18 Jun 2010 21:17
Format of the What's This Popup Help Text file
Hello folks, I am looking for any reference materials for the "What's This" popup help text files we can create. Can we include comments, or line breaks in the text? Can we define the popup display window properties? Does anyone know where I can look? Thanks ... 4 Jun 2010 12:35
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21