I\'m currently working on a on-screen keyboard for a touchscreen app. I wonder if anyone have experience on how the keyplacement shall look? (Unicode, on other languages like Japanese, Korean, Norweg
I\'m trying to debug my program (an iterative process of \"did that work? No? How about this?\") and everytime it crashes during runti开发者_如何学Pythonme (because 2 dimensional pointers confuse me)
I\'m using a CFileDialog dialog box to open a file in my program. When this file gets opened, I\'d also like to save a copy of that file into the directory of my program. How can I do this?
I am using the hardware with ftdi chip in FIFO mode and D2xx driver for my work. Hardware is sending data bytes at the rate of 19.5KHz to 312.5 KHz for different settings. So my application software(M
I\'m trying some of the new MFC functionality and i want the same thing that the TrayMenu project from Visual C++ Language Samples for Visual Studio 2010 does but in my machine (don\'t know if is only
I am using CSCrollView window for our Application in which i have ta开发者_如何学运维ble drawn in View.
I\'m trying to format a CString using the following code: const wchar_t * wch = L\"μ\"; CString str; str.Format(_T(\"%c\"), wch[0]);
I 开发者_开发知识库have an mfc resource only dll\'s with strings and menus, but i want to have icons and bitmaps only in the main application (MFC exe), i don\'t want to have the same bitmap/icons in
I programmed a MFC Extension DLL, it was all right when entering it and using the exported Function; But When I exit the application, during the DLL release the DLL, it threw a Assertion Error,then I
In my Win32 application, a child window is created by a third party SDK.The Window creation process is transparent and I cannot associate a WndProc method with the child Window. I want to be able to c