I\'m currently working on a small MFC program that outputs data from a mysql database. I can get output when i\'m using an sql statement that does not contain any variable eg.
I have the following code in a win32 app that shows a drop down menu on clicking a button. However, this does not work in WinCE as MENUINFO is not defined. Is there any way I can get around this? I ne
I\'d like to use a CDateTimeCtrl to allow the user to select a non-weekend date. So, if the user increments the day (via a keypress) - and the resulting day is found to fall on a weekend - then the co
I need to limit the entries that appear in my list control since two much entries make my MFC program slow. Is there a way to show only the last fe开发者_如何学JAVAw entries (say for an example the mo
(title updated) Following on from this question, now I have a clearer picture what\'s going on... I have a MFC application with no main window, which exposes an API to create dialogs. When I call some
I\'m having a MFC application (VS 2008) which is going to be deployed on Windows 7 machine. I need to distribute my application with debugging information, so that a debugable core will be generated i
I am using microsoft visual studio to do C++. I don\'t see std::err and std:开发者_如何学JAVA:out in the output console of the IDE.
We have 开发者_JAVA百科come across some behaviour involving the taskbar icons that Windows 7 displays for different applications. I\'m wondering whether anybody could shed some light on this:
I want to ask you one question about SDI MFC application. How can I repaint some area (region) on the view in SDI MFC application but without repaint complete v开发者_运维问答iew?Use ::InvalidateRect(
I\'am using the below code to copy paste..but it doesnt copy the whole context it just copies couple of letters and leave the rest of all as junk value..if I use char* to get the data buffer and chang