Home > Software engineering >  Void CTestDlg: : OnShapeExitedTextEditDrawingcontrol1 (LPDISPATCH shape)
Void CTestDlg: : OnShapeExitedTextEditDrawingcontrol1 (LPDISPATCH shape)

Time:10-01

Void CTestDlg: : OnShapeExitedTextEditDrawingcontrol1 (LPDISPATCH shape)

This is a visio control corresponding function, the parameter is (LPDISPATCH shape)

Could you tell me how to use this parameter?

Another general LPDISPATCH usage is what?

CodePudding user response:

http://blog.okbase.net/TeacherYang/archive/1570.html

CodePudding user response:

Where there is to get the DIspatch interface? You enter a dispatch, return VOID, need to input the dispatch of is what? Focus objects? Or what?

CodePudding user response:

refer to the second floor xuddk727 response:
where to get the DIspatch interface? You enter a dispatch, return VOID, need to input the dispatch of is what? Focus objects? Or what?



This is an event, edit graphical text box under the event, when the event occurs, get to LPDISPATCH type of shape parameters,



This type of parameters don't understand the great god give advice or comments, please

CodePudding user response:

That you go to QueryInterface IDispatch, obtaining Shape interface can not operate,
  • Related