Forum: Macros/Add-ons
27-11-2016, 11:54
|
Replies: 1
Views: 6,865
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, 11:09
|
Replies: 1
Views: 6,865
|
Forum: Macros/Add-ons
21-11-2016, 15:33
|
Replies: 2
Views: 7,097
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, 15:29
|
Replies: 2
Views: 7,527
|
Forum: Macros/Add-ons
20-11-2016, 09:02
|
Replies: 2
Views: 7,097
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, 13:32
|
Replies: 2
Views: 7,527
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, 16:47
|
Replies: 2
Views: 7,527
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, 07:53
|
Replies: 8
Views: 5,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
30-03-2013, 07:41
|
Replies: 8
Views: 5,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-03-2013, 15:25
|
Replies: 8
Views: 5,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
25-03-2013, 15:47
|
Replies: 8
Views: 5,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-03-2013, 14:03
|
Replies: 8
Views: 5,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-03-2013, 16:36
|
Replies: 8
Views: 5,769
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, 08:18
|
Replies: 13
Views: 28,128
|
Forum: CorelDRAW/Corel DESIGNER VBA
01-03-2013, 12:51
|
Replies: 3
Views: 3,686
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, 09:19
|
Replies: 3
Views: 3,686
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, 06:02
|
Replies: 3
Views: 3,686
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, 15:48
|
Replies: 2
Views: 7,866
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-01-2013, 14:51
|
Replies: 196
Views: 95,769
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-01-2013, 14:46
|
Replies: 1
Views: 3,092
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, 15:41
|
Replies: 9
Views: 5,868
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, 14:04
|
Replies: 9
Views: 5,868
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, 13:14
|
Replies: 9
Views: 5,868
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, 11:30
|
Replies: 9
Views: 5,063
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, 13:14
|
Replies: 4
Views: 7,374
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...
|