Search the web
Sign In
New User? Sign Up
cdrvba · Corel Application Automation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 928 - 957 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
928
I'm going great guns on my slide rule project - thanks to members of the Slide Rule group (and you thought this group was abstruse!) I now have the basic...
JoeDentist
Offline Send Email
Aug 1, 2002
10:08 pm
929
Joe, The rounding errors are due to the fact that numbers are stored as a _hexadecimal_ value and then converted to decimal on the fly -- it's not possible...
Nick Wilkinson
isocalc
Offline Send Email
Aug 2, 2002
7:43 am
930
Thanks again. I've started to semi-automate this process and am switching to a subroutine tic maker with passed variables. This way I can choose from among...
Joedentist@...
JoeDentist
Offline Send Email
Aug 2, 2002
4:46 pm
931
I recently purchased DRAW 10 ACADEMIC from my university only to find out that VBA is not included and (according to Corel techsupport) their is "no way" to...
Josh Gladden
jgladden
Offline Send Email
Aug 2, 2002
6:46 pm
932
when installing corel 10 you have to select "custom" install and check VBA otherwise you don't get it.--rick ... From: Josh Gladden [mailto:jgladden@...] ...
Randall Richard
sylvylou
Offline Send Email
Aug 2, 2002
7:02 pm
933
Not true: I think you don't get VBA with version 10 Academic. Sorry. -- Nick Wilkinson. www.isocalc.com - The site for technical illustrators....
Nick Wilkinson
isocalc
Offline Send Email
Aug 2, 2002
7:24 pm
934
As I rework my program, I have used 4 different methods to create the scales that all work. I wish to create a "Universal Tickmaker" that I can feed variables...
JoeDentist
Offline Send Email
Aug 3, 2002
4:10 am
935
... NO! NO! NO! NO! NO! NO! NO! GET OUT OF THAT HABIT RIGHT NOW! Using public variables, which usually indicates that the variables are 'global', is almost...
Nick Wilkinson
isocalc
Offline Send Email
Aug 3, 2002
7:12 am
936
Thanks again! I'm printing out C,Cl,DF,K and L scales now that look pretty good. I even am printing Pi where needed as a label. This is not bad considering it...
Joedentist@...
JoeDentist
Offline Send Email
Aug 3, 2002
3:37 pm
937
Hi Josh, ... Nick is right, but there is a workaround : you can write and execute Corel (VBA) macros from your Visual Basic 6 program. With two drawbacks : 1)...
Jean-Marie Pierrard
jmpierrard
Offline Send Email
Aug 3, 2002
4:46 pm
938
Thanks Jean-Marie! That worked fine. The Draw library was included with VB6 and your program worked fine. Although even with such a simple program I can ...
jgladden
Offline Send Email
Aug 6, 2002
12:10 pm
939
I've just upgraded to Draw 11 and am now having the problem I had with the initial version of Draw 10. When I do the following I get a message that says...
cornmen
Offline Send Email
Aug 6, 2002
6:24 pm
940
Yikes! Thanks for posting this - now I'm not going to upgrade until I hear otherwise... CT... ... From: cornmen To: cdrvba@yahoogroups.com Sent: Tuesday,...
Craig Tucker
s_craig_tucker
Offline Send Email
Aug 6, 2002
6:29 pm
941
I've just contacted Corel about the problem I am having with structsaveasoptions. I sent him the vba as posted previously and he received the same error as...
cornmen
Offline Send Email
Aug 6, 2002
6:55 pm
942
Conmen, Surely you have to New the struct? I.e., the following works fine for me: Dim opt As New StructSaveAsOptions opt.Version=cdrVersion7 The structs in the...
Nick Wilkinson
isocalc
Offline Send Email
Aug 6, 2002
10:07 pm
943
Mick, You are right, I forgot to put in the New in my example. And it does work when using it from within Draw 11. It does not work however when using it from...
cornmen
Offline Send Email
Aug 7, 2002
12:30 pm
944
Back when we used to program on computers with very limited basic languages, there were all sorts of tricks to do things. For instance to change the sign of a...
JoeDentist
Offline Send Email
Aug 8, 2002
2:11 am
945
Assuming i holds the value, try the following: Format(Int((i - Int(i)) * 10) / 10, ".0") Andy Etherington ... From: JoeDentist [mailto:Joedentist@...] ...
Andy & Lenore Etherin...
aetherin
Offline Send Email
Aug 8, 2002
2:47 am
946
Format(i, ".0") Ah, that doesn't work for numbers where the integer is not zero. My mistake. Try: Format(Round( X-int(X) , 1), ".0") HTH. -- Nick Wilkinson. ...
Nick Wilkinson
isocalc
Offline Send Email
Aug 8, 2002
7:44 am
947
I've received an email Corel regarding the problem I was having with the structs from an external vb application. Apparently CreateStructSaveAsOptions has...
cornmen
Offline Send Email
Aug 9, 2002
4:22 pm
948
That's not paint, it's dead bugs... ... SNIPPED ... __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs ...
Jill Tallman
lettuce_in_fl
Offline Send Email
Aug 9, 2002
5:12 pm
949
I wish to send email to this group. Thanks, Nathan Howard _________________________________________________________________ Send and receive Hotmail on your...
Nathan H
deuteriumh
Offline Send Email
Aug 12, 2002
9:53 pm
950
Can Anyone give me some insight on creating rollover effects using vba. I have tried recording a macro to see what is going on but get nothing. I also tried...
Nathan H
deuteriumh
Offline Send Email
Aug 13, 2002
4:51 am
951
... From: "Nathan H" <deuteriumh@...> To: <cdrvba@yahoogroups.com> Sent: Monday, August 12, 2002 9:51 PM Subject: [cdrvba] Programmatically Create...
ron
ronhd@...
Send Email
Aug 13, 2002
12:52 pm
952
Your question seems a bit fractured in logic. Are you trying to create rollover effects in draw, or using draw to design rollover effects, or do you want a web...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Aug 13, 2002
6:07 pm
953
I have tried recording a macro acc.the effect envelope to see what is going on but get nothing. (cdraw 10, build 427) Now the question is, if the cdraw 11...
Christoph von Sturm
cristovde
Offline Send Email
Aug 13, 2002
7:37 pm
954
What I would like to do is simply add a rollover effect and hyperlink to a graphic that will be exported as an svg file and inserted into an html document. I...
Nathan H
deuteriumh
Offline Send Email
Aug 13, 2002
8:39 pm
955
That makes more sense now :-) However, I have never used SVG so I can't answer your question. But I now have one myself -- Does Netscape 4x, Netscape 6x, or...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Aug 13, 2002
9:33 pm
956
I'm pretty new to VBA and this question must have a simple answer. I'm writing a macro to read in a list of data to plot in DRAW10 from a text file. The code...
jgladden
Offline Send Email
Aug 14, 2002
3:14 am
957
You may need to add a reference to "Microsoft Common Dialog Control 6.0" to get the following code to work. To do this, select "Tools | References" on the menu...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Aug 14, 2002
7:47 am
Messages 928 - 957 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help