About method
Status:
Ready
Private Declare Sub xstorage_about
Lib "xmllab_dll.dll"(ByRef MAJOR As Long,ByRef MINOR As Long,ByRef BUILD As Long)
Parameters:
The following Microsoft® Visual Basic® example display API parametes on Form_load
event
Private Sub Form_Load()'do not create style referenceEnd Sub
Dim MJ, MN, BD As Long
Call xml_style_settings(0, "style_xsl")
Call xstorage_about (MJ, MN, BD)
Form1.Caption = "XML Laboratory. (" & MJ & "." & MN & "." & BD & ") VB Sample "
WebBrowser.Navigate2 ("http://localhost")
Under development
Under development
|
Contact Us | | |
|
© 1997-2003 EDMGROUP (Australia) Pty Ltd. All rights reserved. |