DPlot_SetErrorMethod

Q&A for Visual Basic, Visual Basic .NET, and PowerBasic developers using DPlot

Moderator: DPlotAdmin

Post Reply
wombo
Posts: 10
Joined: Thu Feb 19, 2009 3:11 am

DPlot_SetErrorMethod

Post by wombo »

I could not find any documentation on this function on the website

when it is set at 2 I know it uses a Messagebox to report errors what are the other options?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

1 uses OutputDebugString. I'm not sure whether VB has a facility for displaying those messages, sorry.

0 doesn't display any error messages.
Visualize Your Data
support@dplot.com
wombo
Posts: 10
Joined: Thu Feb 19, 2009 3:11 am

Post by wombo »

Ahh ok. Thanks.

I had a guess 0 would be nothing.
Post Reply