Search found 3 matches

by rfgrove
Mon Jan 15, 2007 10:38 am
Forum: Basic
Topic: How to copy 3D surface plot to the Clipboard
Replies: 1
Views: 15983

How to copy 3D surface plot to the Clipboard

Does anyone have VB6 code to copy a 3D surface plot to the Windows clipboard? I am using the sample program btest2 modified for my application. The following code produces the 3D plot

PlotViewAz = Val(Text2.text)
PlotViewEl = Val(Text3.text)
ZplotScaleFactor = Val(Text1.text)
HasMetrics = 0 ...
by rfgrove
Wed Jan 10, 2007 4:33 pm
Forum: Basic
Topic: adding curves with VB
Replies: 2
Views: 18289

Thank you very much for your prompt response
by rfgrove
Wed Jan 10, 2007 11:36 am
Forum: Basic
Topic: adding curves with VB
Replies: 2
Views: 18289

adding curves with VB

You recently provided help with my use of manual scaling of contour plots (thank you very much). I would like to add a few circles to the contour plot. Do you have any sample programs that illustrate how to do this?

Thanks in advance