Hello,I find following code in CorelDRAW X3 Help
Sub ToolActive()
If ActiveTool = cdrToolPick Then
ActiveTool = cdrToolEyeDropper
End If
End SubI try to use code to change active tool , but ActiveTool = cdrToolEyeDropper not work - nothing is happen, no error messagesActiveTool is possible to read, but not to write inAny suggestion? Or only upgrade of Corel will help?I think if Help contain this code, he must workGreetings!
you can use the object browser window in a VGCore member to see its values, to write to a property it needs to contain the "set" method, this is from X8, other versions may be different