softwaremanuals.org

Home

Home

Contacts

Contacts

Request to Publish Manuals

Request to Publish Manuals

Request to Remove Manuals

Request to Remove Manuals

 
  ecGraph3D: ErrorMsg event raised on error occurrence  
   
     
 

Introduction

 
 
ecGraph3D
Features
   
Variables
BarWidthX
BarWidthY
BoundingBoxFloorColor
BoundingBoxFrameColor
EdgeDarken
ImageDrawTime
LegendTableHorizontal
LegendTableTransparent
MaxPhi
MaxThi
MeshColorStyle
MinPhi
MinThi
NoSoftenWhenScrolling
PlotStyle
RenderStyle
RestrictViewAngles
RibbonsAlongX
ScrollMode
ShowAxes
ShowAxisLabels
ShowAxisValues
ShowHourGlassWhenDrawing
ShowLegendTable
ShowTexts
ShowTooltips
ShowzColorTable
Skirt
SuppressRaisingEvents
   
Events
ErrorMsg
LegendPositionChanged
Redrawn
ViewAngleChanged
   
Properties
Registered
Soften
Version
   
Functions
DarkenOrLighten
Height
IsRotating
Width
   
Subs
AddBarColors
AddColorBand
AddDataArray
AddFunction
AddLegendEntry
AddText
AddTooltips
ClearColorBands
CopyToClipboard
GetGraphShapeFactors
GetViewDetails
LegendTableStyle
PrintImage
Refresh
RegisterecGraph3D
Reset
SaveImage
SaveToDisk
SetBackground
SetGraphShapeFactors
SetViewDetails
   
   
 
Buy ecGraph3D Online! Buy ecGraph3D Online!
 
 

ErrorMsg

Public Event ErrorMsg(Source$, Description$)

This Event is raised when an error occurs in ecGraph3D. You can deal with it in your main program with a routine like the one shown below.

partition recovery compact flash recover flash drive partition drive partition restore
partition recovery utilities restore partition data partition restore
MS Access to MySQL Database Converter restore data usb usb drive file recovery software

Example..

Private Sub ecGraph3D1_ErrorMsg(Source As String, Description As String)
'Shows how to deal with any critical error that may arise in ecGraph3D,
'instead of crashing the program
Dim i As Integer, ErrMsg$
ErrMsg$ = Source + vbCrLf + Description)
i = MsgBox(ErrMsg$, vbAbortRetryIgnore)
If i = vbAbort Then End
On Error GoTo 0
End Sub

Buy ecGraph3D Online! Buy ecGraph3D Online!
 
 
Home | Contacts | Request to Publish Manuals | Request to Remove Manuals