Not getting ToolTip for check boxes & Buttons
Hi, I am facing issue with tooltip. I have one module where i am creating controls & giving string for tooltip. From two separate modules i am using these controls. But only from one module i am...
View ArticleWhy do we see a difference in linking when rebuilding all vs. just rebuilding...
We have a fairly large solution and while working with one of its projects (a test dll) I noticed something unusual. If I issue a "Rebuild Solution" or "Rebuild ProjectX" then Project X builds just...
View ArticleIssue with CrichEditCtrl ::FindText() in unicode app
Hi All, I am facing some issue related to text search with CrichEditCtrl in unicode app ..CRichEditCtrl *pvoEditCtrl; //Load text here { /////// }CString strFindWhat = _T("Hello");FINDTEXTEX...
View Articledll issue
Hello,I have created an mfc project and create a setup project for this. The setup project works fine for windows 7, windows 8. But when I try to install this on XP it show me the following error...
View Articleprovide write access to a file at setup project
Hello,I have created a windows application using mfc and create a setup project for this. at the main project I have created fwrite and use a file for this at setup project. how can I give write access...
View ArticleRegisterDeviceNotification Returns 0x42A (ERROR_SERVICE_SPECIFIC_ERROR)
So I'm trying to create an empty Window in a DLL and use it to receive device notifications, however, when I try to register for device notifications, the notification handle is NULL and GetLastError...
View ArticleImproving link times
The link time for one of our projects has become fairly bad (80+ seconds) as we've upgraded from VS2008 to 2010 and then 2012. Since even the slightest change requires a relink to test, this is a huge...
View Articlewindows can not show a dialog, it looks like GDI error
I write one app with VS2012 in windows 7, if the app runs over than 1 day, now just click a button to show a simple dialog, it becomes very slowly, it shows the window after more than 30 seconds. But...
View ArticleCannot write to Excel with ODBC. Opens as readonly
I have a VS 2010 Professional application. I need to read and write data to an excel file. I read the data, then process it, then write back. I can open the Excel file just fine and can read the...
View ArticleHough transform algorithm in mfc
Dear All,could we get a code about Hough transform algorithm in VC++ about to find Line detectionThanksShyamsunder ReddiHave a Nice day Thanks & Regards Shyamsunder Reddi
View ArticleATL vs MFC
Hi,I want to make sure what library to use in my application. what would be best to use in performance and efficiency wise in my application if i dont need GUI support?Or there is no differnce in...
View Articlesending dialog taskbar
Hello,I am creating an mfc dialog based application. I want my dialog to go to taskbar after i press anywhere outside the dialog. How can I do this.jamil
View ArticleEvent object access rights
I have applications running with different rights, which communicate with help of Event objects. I receive access denied errors (GetLastError 5). How to create event with access to everybody ? what is...
View ArticleII7: ISAPI Wildcard Extension generates 500 error (0x8007007f)
I've written an ISAPI extension using Visual Studio 2012 on windows 7 that is a very simple passthrough wildcard extension. When compiled as 32 bit, and with the app pool set to allow 32 bit...
View ArticleTrying to compile code for friends !!
Hello.. im ben, im new to programming so sorry if this seems like a stupid question (as it probably is)im using Visual Studio Express 2012 for desktop my problem is, i have written some basic code to...
View ArticleNeed help with microsoft visual c++ 2005 redistributable 8.0.56336
I have a Toshiba S55 PC ( 64 bit OS x 64 based processor ) with windows 8 pre-installed. I refreshed my PC a few days ago & when it was finished it removed microsoft visual c++ 2005 redistributable...
View ArticleSDK Documentation
I write Apps using Visual Studio C++ but use only the basic C features, i.e. I DO NOT employ classes within my code. When I attempt to get documentation on the basic SDK functions, it is extremely...
View ArticleLock CDockablePane
Dear all,I have an application (MFC MDI) and it contains many CDockablePane objects. Some of them are docked next to each other, and others are docked in a tab control. I want to lock the position and...
View ArticleSimulating touch screen events on PCs without a touch screen
HiI am using InitializeTouchInjection() and InjectTouchInput() in order to emulate touch screen events using a perceptual camera on Windows 8. On my ultrabook this works as expected, but the...
View Article