I am struggling with one problem in Windows Mobile programming (dialog based app). I have dialog based MFC application. App is created like this:
I am developing MFC Dialog 开发者_C百科based application in Visual Studio 2008. I want to use timer that start on start of the application and continue to run and calls a function that performs my tas
I am using an animation control in my MFC dialog box to display an animation. I want to change the background color of this control to match the background color of my dialog box, which is white. I ha
Consider the following simple code: GetDlgItemText(IDC_EName,LPTSTR(cName),11); k=strlen(cName); I want to 开发者_StackOverflow社区get the length of String that user puts at edit box but I have
I am creating an application in MFC using Visual Studio 2008 in windows 7. My application starts and stops a service which requires administrative access. When application starts it don\'t ha开发者_运
I am well aware of techniques to convert CString to a C-style character. One of them is to use strcpy/_tcscpy, and others include using CStrBuf.
I got a MFC app that is writing a huge hierarichy of objects to disk. To make sense of what is being written I thought of logging all the calls to archive << via stream insertion and .write meth
I have employed MFC Synchronization objects in my projects without any issu开发者_开发技巧es. But recently I came across an article, which explains MFC synchronization is completely wrong. I\'m not su
I am developing a C++ application using the Internet Explorer webcontrol. I would like to use some usersc开发者_C百科ripts to modify the webpage.
In other words from a blank win32 project (no wizard). This is where I am at: Preprocessor Definitions: WIN32