资源列表

« 1 2 ... .04 .05 .06 .07 .08 46909.10 .11 .12 .13 .14 ... 66603 »

[其他小程序vc_drafts

说明:VC下写的跳棋的源代码,采用C++编写,可供学习-Under VC written drafts of the source code, using C++ written for learning
<JI> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[ListView/ListBoxchouqutubiao

说明:演示了如何从exe文件中抽取图标,并加入到ListView控件中去。
<lixin> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程55

说明:[refer]http://www.installaide.com/Images/ats.jpg[/refer] Atscr ipt 是类似于VBscr ipt的脚本语言,无需组件环境. 易学易用,如果您已了解 Visual Basic 或 Visual Basic for Applications (VBA)或VBscr ipt,就会很快熟悉 VBscr ipt。即使您没有学过 Visual Basic,只
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程q12w3e4r

说明:.如何使用 使用这个控制之前, 我建议您先看一下有关Atscr ipt文件,知道您能在您的脚本中做些什么。 http://www.InstallAide.com/atscr ipt.asp 。 .
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zaqwe3

说明:一、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello" End Section 一 、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello" End Section -一、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello"
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zaqwe389

说明:二、如何运行脚本 调用方法非常简单,如下所示: CAtsEngineEng CStringstrPrompt UpdateData() Eng.Loadscr ipt( m_strscr ipt ) 二、如何运行脚本 调用方法非常简单,如下所示: CAtsEngineEng CStringstrPrompt UpdateData() E
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zaqwe38909

说明:if( !Eng.RunSegment( "Main") ) { strPrompt.Format("scr ipt is error, ErrorCode= d,Line = d,ErrorWord= s" , Eng.m_nLastErrorCode , Eng.m_nErrorLine , Eng.m_strErrorWord ) AfxMessageBox( strPrompt ) } if( !Eng.
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zaqwe38909000

说明:三、如何扩展脚功能 在atscr ipt中,那是很容易的 1. 创建 的对象类 class CMyAtsObj : public CAtsObject { public: CMyAtsObj() virtual ~CMyAtsObj()
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zxcdsw

说明:virtual BOOL DoFun( LPCTSTR strFunName , CAtsParam *pParam ) virtual CAtsVarItem * GetVarItem(LPCTSTR sName ) virtual BOOL SetVar(LPCTSTR strName , LPCTSTR strData) public: } virtual BOOL D oFun( LPCTSTR
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zxcdsw00000

说明:2. 创建一个对象的函数 BOOL CMyAtsObj::DoFun( LPCTSTR sFunName , CAtsParam *pParam ) { CStringstrFunName = sFunName if( strFunName.CompareNoCase("Test") == 0 ) { AfxMessageBox( pParam->GetItemData(1) ) retur
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程zxcdsw00000q12

说明:else if( strFunName.CompareNoCase("GetName") == 0 ) { pParam->SetReturnData( _T("MyObj") ) return true } return false } else if( strFunName.CompareNoCase("GetName") == 0 ) { pParam->SetRetur
<111@11343.com> 在 2024-10-03 上传 | 大小:450560 | 下载:0

[Windows编程vfr5th6123

说明:strPrompt.Format("scr ipt is error, ErrorCode= d,Line = d,ErrorWord= s" , Eng.m_nLastErrorCode , Eng.m_nErrorLine , Eng.m_strErrorWord ) AfxMessageBox( strPrompt ) } 4. 使用对象 Section Main var @a as AtsStri
<zaqsw2> 在 2024-10-03 上传 | 大小:450560 | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 46909.10 .11 .12 .13 .14 ... 66603 »

源码中国 www.ymcn.org