mfc tag

18 questions


1 answers
94 views
0
Fundamentals of the Picture Control Drag Method on the C++ MFC

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...

2 years ago

1 answers
109 views
0
About MFC (question is very easy) Just drop by once and go.(T)

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...


1 answers
129 views
0
I want to match the Gps value to the pixel value

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...

2 years ago

1 answers
66 views
0
How to run independent functions on the mfc server

Hi, how are you?The mfc server is currently conducting socket communication When you load db through the db lookup function installed in the server, When a large amount of db is loaded, the process it...

2 years ago

1 answers
108 views
0
Error related to mfc CString

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.

2 years ago

1 answers
125 views
0
MFC Bitmap Resource Additional Questions

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...

mfc
2 years ago

1 answers
104 views
0
Question the OnTimer function in MFC

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(); ...

2 years ago

1 answers
113 views
0
Adjust the animation speed with the OnCreate function on the MFC

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 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.