18 questions
Picture control After receiving the m_pic in CRect form, click the mouse in the coordinates, update the coordinates of the m_pic during Mouse Move, and draw it again using RedrawWindow(); but it doesn...
First of all, if I can tell you about my situation, I'm going to do a project with MFC in a single document, and I'm going to do a basic class with FormView And I added a new dialog in the Resource Vi...
Hello, I am a student who is studying for MFC.Get the Gps value and display it on the screen (map)We're going to make a program that draws the distance we've movedSince it has to be done in an area wh...
This error occurs in the += operation of the CString. (CString += char, CString += CString all occur)Sometimes this error does not occur, but it happens with a very high probability and needs help.
Only bitmap images can be loaded with additional resourcesBut it was so hard to get a bitmap image.Therefore, can we convert jpg or png files into bitmaps to load resources? Transducers floating aroun...
void CChildView::OnTimer(UINT_PTR nIDEvent){ // TODO: Add message handler code here and/or call default values. if (nIDEvent == 0 && _play == true) { // // _ballCenter.x += 10; Invalidate(); ...
For example, when I'm trying to make a line move from top to bottom,int CChildView::OnCreate(LPCREATESTRUCT lpCreateStruct){ if (CWnd::OnCreate(lpCreateStruct) == -1) return -1; // TODO: Add speciali...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.