M76 发表于 2022-7-6 22:42:35

sendcommand doesn't execu

Hi
 
I have a problem
 
when I call the thisdrawing.sendcommand method, the commands passed to the drawing only start executing after I close the sender form.
 
Why is that?

SEANT 发表于 2022-7-6 23:35:25

Long-standing VBA issue.Are there any methods other than SendCommand that could be used?

M76 发表于 2022-7-7 00:06:15

There is no other choice since autocadmap has no vba implementation, and the createobject method fails (see other topic)
 
This means I have to implement all map3d specific operations through sendcommand.
页: [1]
查看完整版本: sendcommand doesn't execu