OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-03-2011, 03:13
andreoperm
Guest
 
Posts: n/a
Arrow Buttons event in command bar.

Hello local residents.
Help deal with the problem of running my application from Corel draw.
I do this in c # in VSTA.

Code:
if (!myadd.loaded)
            {
                app.CommandBars.Add("mybar",
                    Corel.Interop.VGCore.cuiBarPosition.cuiBarFloating,
                    false).Controls.AddCustomButton("button", "helpmessage", 0, false).Visible = true;
            }
How do I add a click event to the button.
Thanks in advance.
Reply With Quote
Reply

Tags
addins vsta c#


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Buttons for Macros xombie CorelDRAW/Corel DESIGNER VBA 4 15-07-2008 14:58
option buttons diwin CorelDRAW/Corel DESIGNER VBA 0 16-05-2007 21:15
Add Custom Buttons.. drg CorelDRAW/Corel DESIGNER VBA 6 17-09-2004 06:36
creating command buttons bumblebee CorelDRAW/Corel DESIGNER VBA 1 31-08-2004 08:35
Custom Command Buttons ddonnahoe CorelDRAW/Corel DESIGNER VBA 1 30-01-2004 15:11


All times are GMT -5. The time now is 00:30.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com