Home > Software engineering >  Double button can't jump to perform function
Double button can't jump to perform function

Time:10-17


The project of the company, there is a software development kit, which has achieved the basic content, to I need to be perfect, the solution containing 40 engineering (a lot of ah, every time you compile to nearly two hours), now meet a problem, why can't double click on the button to jump to execute a program, but a building class dialog box appears, and its control. H, CCP. The file is not a project,,, the great god answers, internship after the first project, want to have a good finish

CodePudding user response:

Right on the button Add Event Handler,,,

CodePudding user response:

Every time you compile two hours?

CodePudding user response:

Is not so simple to add function, have already has the processing function, can run, I asked the question now is what, double-click can't jump to the processing function

CodePudding user response:

Pop-up the dialog window which means that the compiler can't find the current control is the corresponding class, you can find this dialog corresponds to the first class, and then to add handwritten message processing function, manually add three places, one is the news function declared in a header file, the second is the implementation in the source file this message processing function, the last one is according to the ID button to binding the heart add message processing function

CodePudding user response:

reference sinat_33494417 reply: 3/f
add functionality so simple, not is have already has the processing function, can run, I asked the question now is what, double-click can't jump to the processing function

The button click event, not added in VS operation (that is, double-click add you said), but with the other code, so you can't jump in the click event of the actual code
  • Related