时时商务社区

标题: php调用dll的实例操作动画与代码分享 [打印本页]

作者: 网络通达    时间: 2018-2-14 08:27

            

动画中的原代码如下:
[U]复制代码[/U] 代码如下:
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
END
Attribute VB_Name = "tw"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit
Private MyScriptingContext As ScriptingContext
Private MyApplication As Application
Private MyRequest As Request
Private MyResponse As Response
Private MyServer As Server
Private MySession As Session
Public Sub OnStartPage(PassedScriptingContext As ScriptingContext)
Set MyScriptingContext = PassedScriptingContext
Set MyApplication = MyScriptingContext.Application
Set MyRequest = MyScriptingContext.Request
Set MyResponse = MyScriptingContext.Response
Set MyServer = MyScriptingContext.Server
Set MySession = MyScriptingContext.Session
End Sub
Public Sub OnEndPage()
Set MyScriptingContext = Nothing
Set MyApplication = Nothing
Set MyRequest = Nothing
Set MyResponse = Nothing
Set MyServer = Nothing
Set MySession = Nothing
End Sub
Public Function UserOut(User) As Variant
UserOut = User
End Function
            
            
您可能感兴趣的文章:
  • 用PHP动态创建Flash动画
  • PHP+&#106avascript模拟Matrix画面
  • 用PHP 快速生成 Flash 动画的方法
  • PHP生成Flash动画的实现代码
  • 完美实现GIF动画缩略图的php代码
  • PHP之生成GIF动画的实现方法
  • 在PHP上显示JFreechart画的统计图方法
  • php调整gif动画图片尺寸示例代码分享
  • php 获取SWF动画截图示例代码
  • 纯PHP生成的一个树叶图片画图例子
  • php判断GIF图片是否为动画的方法
  • php画图实例
            




    欢迎光临 时时商务社区 (http://bbs.4435.cn/) Powered by Discuz! X3.2