![]() |
|
#1
|
|||
|
|||
|
hi
Can snap to object turned on & off by VBA Also can the "treat all object filled property of Pick tool be change by VBA Code Thanks |
|
#2
|
||||
|
||||
|
The only way I know to do it is like this:
Code:
Sub SnapToObjects()
Application.FrameWork.Automation.InvokeItem "d8a02807-b934-4618-8c2d-a0145fd088f6"
End Sub
Sub TreatAsFilled()
Application.FrameWork.Automation.InvokeItem "b73ed810-911c-40a0-bb1f-52ba7beffda1"
End Sub
-Shelby |
|
#3
|
|||
|
|||
|
hi Shelby
Thanks for the help. Sometimes these codes when put in context menu are great convince Like I have put "Outline None" on the right click. So there might be other code which are not available otherwise Also will you please tell me what is this key "d8a02807-b934-4618-8c2d-a0145fd088f6" Are there any more keys and how to get help regarding this Once again thanks |
|
#4
|
||||
|
||||
|
Quote:
Yes there are many many more, they can be found in. C:\Program Files\Corel\CorelDRAW Graphics Suite 13\Programs\UIConfig\CorelDRAW\DrawUI.xml |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| toggle pick state in PP | Jeff Harrison | Corel Photo-Paint VBA | 2 | 09-10-2009 18:10 |
| Event needed for color toggle | CWCN | CorelDRAW/Corel DESIGNER VBA | 2 | 20-10-2008 11:17 |
| Oh Snap! | Booker | General | 3 | 20-09-2006 17:45 |
| 4DR Alex:) turn on/off "Snap to objects" & "snap location marks" from VBA | wOxxOm | CorelDRAW/Corel DESIGNER VBA | 1 | 14-06-2005 12:12 |
| Snap to guidelines | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 2 | 22-11-2004 12:21 |