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 18-03-2009, 15:08
aakkaarr aakkaarr is offline
Senior Member
 
Join Date: Jan 2009
Posts: 164
Default Open & Save dialog of vista explorer by VBA

need to show open & save dialog from within corel macro with the interface of browse dialog box of vista explorer may be using declare function
i am working in vista
Reply With Quote
  #2  
Old 18-03-2009, 16:33
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default GetFileBox

Look at using GetFileBox:
Code:
sFileName = Corelscripttools.GetFileBox("All Files (*.*)|*.*", "Select a file", 0, "D:\Temp\*.*")
You can also look at this thread if you like: File Browsing, listing, choosing and opening Best of luck,

-Shelby
Reply With Quote
  #3  
Old 19-03-2009, 05:08
aakkaarr aakkaarr is offline
Senior Member
 
Join Date: Jan 2009
Posts: 164
Default

Thanks Shelby
Reply With Quote
  #4  
Old 19-03-2009, 05:23
aakkaarr aakkaarr is offline
Senior Member
 
Join Date: Jan 2009
Posts: 164
Default

Thanks again Shelby,
I was using long code for Browse the folder by using API.
For the benefit of all "CorelScriptTools.GetFolder" works great for browsing
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
Supress Dialog on ActiveDocument.Save joexx Macros/Add-ons 4 12-12-2007 10:25
open fill dialog diwin CorelDRAW/Corel DESIGNER VBA 2 21-05-2007 11:21
draw12... Accessing windows explorer xombie CorelDRAW/Corel DESIGNER VBA 2 06-07-2006 12:48
Show default icon for CDR files in Windows Explorer Alex FAQ 0 27-04-2005 11:10
Save Dialog Box Mark CorelDRAW/Corel DESIGNER VBA 1 21-07-2004 06:15


All times are GMT -5. The time now is 13:19.


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