Forum: Macros/Add-ons
27-11-2016, 10:54
|
Replies: 1
Views: 11,691
Solved...
using corel =...
Solved...
using corel = Corel.Interop.VGCore;
namespace DockerTest
{
public partial class DockerUI : UserControl
{
private corel.Application corelApp;
public...
|
Forum: Macros/Add-ons
27-11-2016, 10:09
|
Replies: 1
Views: 11,691
|
Forum: Macros/Add-ons
21-11-2016, 14:33
|
Replies: 2
Views: 10,609
Thanks!
I found a similar workaround:
...
Thanks!
I found a similar workaround:
Inceput:
'Code using GetFileBox to select the name but seeing the pictures there, returning strFile...
Director = Left(strFile, InStrRev(strFile, "\"))...
|
Forum: Macros/Add-ons
20-11-2016, 14:29
|
Replies: 2
Views: 12,610
|
Forum: Macros/Add-ons
20-11-2016, 08:02
|
Replies: 2
Views: 10,609
ExportBitmap with not rewrite file
Is it a way in case of ExportBitmap automation to receive a warning in case of a file with the same name already exists?
I mean for the next piece of code is it a way to stop export in case that a...
|
Forum: Macros/Add-ons
19-11-2016, 12:32
|
Replies: 2
Views: 12,610
I gave up at this kind of solution. I found...
I gave up at this kind of solution. I found something simple working in all environments...
Needed only one TextBox (named txtClipboard)...
Me.txtClipboard.Text = "watever text you wont to put...
|
Forum: Macros/Add-ons
18-11-2016, 15:47
|
Replies: 2
Views: 12,610
PutInClipboard does not work in X8 32 bit...
I have a gms file which I used many times in X6 (32 bit). It worked without problems and I am trying to use it in X8 (32 bit) and works without PutInClipboard...
A code like following does return...
|
Forum: CorelDRAW/Corel DESIGNER VBA
30-03-2013, 06:53
|
Replies: 8
Views: 7,628
|
Forum: CorelDRAW/Corel DESIGNER VBA
30-03-2013, 06:41
|
Replies: 8
Views: 7,628
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-03-2013, 14:25
|
Replies: 8
Views: 7,628
|
Forum: CorelDRAW/Corel DESIGNER VBA
25-03-2013, 14:47
|
Replies: 8
Views: 7,628
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-03-2013, 13:03
|
Replies: 8
Views: 7,628
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-03-2013, 15:36
|
Replies: 8
Views: 7,628
VSTA problem...
I try to make a VSTA addin and I face some problems…
I use Corel X5 (VSTA 2.0, Microsoft .NET Framework V 3.5 SP1) in Windows 7 (64-bit SP1).
I did not find any documentation and based on what I...
|
Forum: Macros/Add-ons
16-03-2013, 07:18
|
Replies: 13
Views: 38,117
|
Forum: CorelDRAW/Corel DESIGNER VBA
01-03-2013, 11:51
|
Replies: 3
Views: 4,969
Firstly thanks for your wish to help me!
I...
Firstly thanks for your wish to help me!
I am not sure I understand what you mean... To use that in the procedure involving Undo and my intention to select the shape (part or a group)?
If yes, I...
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-02-2013, 08:19
|
Replies: 3
Views: 4,969
In the meantime I did the next tests:
This...
In the meantime I did the next tests:
This simple code can be UNDO with shape selection:
Sub testSelForUNDO()
Dim S As Shape
ActiveDocument.BeginCommandGroup "CreareRect"
Set S =...
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-02-2013, 05:02
|
Replies: 3
Views: 4,969
Select Shape after Undo...
I have a GMS file preparing a file for cutting. I treat some cases (powerClip, Group or simple lines nets) and during fine tuning I need to revert at the initial selection. For the cutting shape...
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-02-2013, 14:48
|
Replies: 2
Views: 10,907
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-01-2013, 13:51
|
Replies: 196
Views: 121,040
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-01-2013, 13:46
|
Replies: 1
Views: 4,582
I can now 'mark' the template VBAProject using...
I can now 'mark' the template VBAProject using the next code in DocumentNew event of ThisMacroStorage (GlobalMacros):
(Of course referencing "Microsoft Visual Basic for Application Extensibility...
|
Forum: CorelDRAW/Corel DESIGNER VBA
03-01-2013, 14:41
|
Replies: 9
Views: 7,533
Thanks Shelby!
In the meantime I found in an...
Thanks Shelby!
In the meantime I found in an old thread the way of digging for Invoke parameters (guids). In my case (X5) the xml file path is:
c:\Program Files (x86)\Corel\CorelDRAW Graphics...
|
Forum: CorelDRAW/Corel DESIGNER VBA
03-01-2013, 13:04
|
Replies: 9
Views: 7,533
Thanks!
How can I look for those examples? And...
Thanks!
How can I look for those examples? And I am asking myself if there is no such documentation how this examples have been born? Is it a way to discover what and how 'invoke' does even digging...
|
Forum: CorelDRAW/Corel DESIGNER VBA
03-01-2013, 12:14
|
Replies: 9
Views: 7,533
Documentation for UI commands
Is there some available documentation for 'FrameWork.Automation.Invoke'?
If yes where can I find it?
Thanks in advance!
|
Forum: CorelDRAW/Corel DESIGNER VBA
02-01-2013, 10:30
|
Replies: 9
Views: 6,859
Firstly, in order to generate random numbers...
Firstly, in order to generate random numbers between 1 and 'tot' you must use the next line:
R = Int((tot) * Rnd + 1)
Rnd returns a value less than 1 but greater than or equal to zero.
'To...
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-12-2012, 12:14
|
Replies: 4
Views: 10,234
It is an old thread but it would be nice to...
It is an old thread but it would be nice to create a menu with some sub menus using 'GlobalMacroStorage_Start()' and deleting it in 'GlobalMacroStorage_Quit()' event. Without other custom menus we...
|