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 25-05-2004, 08:57
vharun
Guest
 
Posts: n/a
Default create docker window

Hello list,

Is it possible to create docker windows in vba (corel draw 12)? If possible is there an example or documentation about it?

Thanks in advance.
Reply With Quote
  #2  
Old 25-05-2004, 12:50
Alex's Avatar
Alex Alex is offline
Administrator
 
Join Date: Nov 2002
Posts: 1,941
Blog Entries: 4
Default Re: create docker window

No, unfortunately you can't create a new docker with VBA. You can, however, create a modeless form which will float on top of your document and you still can work with the document and return to the form to perfom some actions.

To do this, just use vbModeless parameter when showing a form:

Code:
MyUserForm.Show vbModeless
I hope this helps.
Reply With Quote
  #3  
Old 26-05-2004, 07:56
vharun
Guest
 
Posts: n/a
Default

Thanks Alex.

I will try.
Reply With Quote
Reply


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
Create an object from class defined in another GMS zlatev CorelDRAW/Corel DESIGNER VBA 5 27-02-2005 11:51
Can I create CustomShape with VBA for CD? Can I create tool? Jab CorelDRAW/Corel DESIGNER VBA 0 01-02-2005 05:02
failed to create new document!? olympiatr CorelDRAW/Corel DESIGNER VBA 0 28-01-2005 19:35
Create Document / Color adriano Corel Photo-Paint VBA 2 23-09-2004 02:41
how to show tonecurve window pim Corel Photo-Paint VBA 4 17-02-2004 04:59


All times are GMT -5. The time now is 06:57.


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