代码搜索:Add-ins
找到约 38 项符合「Add-ins」的源代码
代码结果 38
www.eeworm.com/read/145644/12709876
txt readme.txt
Nothing really to it. Just select an enum definition and copy it to the clipboard. Put your cursor where you want the code placed and select the menu item "Generate Select Statement" from the add-ins
www.eeworm.com/read/473639/6847651
txt addins.txt
VrmlPad add-ins and macros that are copied to this location will automatically be registered and available for the user to run from the Tools menu.
www.eeworm.com/read/141570/12999246
txt 49.txt
启动时禁止装入 Add-Ins
启动VB时, Add-Ins 将加载。如果Add-Ins中有错误的话,每次都可能产生错误。
为了启动时禁止装入 Add-Ins, 在启动VB前,编辑 Windows 目录中的 VBAddin.INI 文件。找到以下的语句:
AppWizard.Wizard=1
将 1 改为 0 。
www.eeworm.com/read/491294/6438340
txt 说明.txt
安装:
下载此插件后,保存到任何目录中,运行VC++6.0开发环境,点击菜单“Tools”-“Customize”,选择“Add-ins and Macro Files”页,点击“Browse”,选择这个插件即可。
注册:
执行VC6LineNumberAddin.reg完成注册
www.eeworm.com/read/151211/12227303
txt 49.txt
启动时禁止装入 Add-Ins
启动VB时, Add-Ins 将加载。如果Add-Ins中有错误的话,每次都可能产生错误。
为了启动时禁止装入 Add-Ins, 在启动VB前,编辑 Windows 目录中的 VBAddin.INI 文件。找到以下的语句:
AppWizard.Wizard=1
将 1 改为 0 。
www.eeworm.com/read/114682/15043267
bas modaddin.bas
Attribute VB_Name = "modAddIn"
' ==============================================================
' Module: modAddIn
' Purpose: Single procedure to add project to vbaddin.ini
' Execute:
www.eeworm.com/read/311923/13622524
txt net 类、网站dll反编译工具.txt
工具下载地址:
1、http://www.denisbauer.com/NETTools/FileDisassembler.aspx 下载FileDisassembler
2、http://www.aisto.com/roeder/dotnet/ 下载Reflector ,最好下最新版的
使用方法:
1.打开Reflector,在view菜单下的Add-Ins,将bin目录下
www.eeworm.com/read/225135/14555103
txt 如何在vc6中用最新版的msdn.txt
如何在VC6中用最新版的msdn
下载下面的VSNetHelp.exe文件,解压后得到VSNetHelp.dll文件
在VC中选择菜单 "Tools"->"Customize"->"Add-ins and Macro Files",然后点击按钮Browse,在弹出的对话框中选中你下载的VSNetHelp.dll文件,然后单击close
现在你在vc中选中你要查询的关键字,然后按下F1按钮就可
www.eeworm.com/read/192685/8364337
txt 如何在excel中使用drivelistbox等控件.txt
你 所 说 的 几 个 控 件 都 是 VB的 内 置 控 件 , 它 们 不 是 ActiveX控 件 , 所 以 你 不 能 在 "附 加 控 件 "找 到 。 既 然 你 对 VB 5.0很 熟 悉 , 完 全 可 以 利 用 VB 5.0编 写 ActiveX控 件 , 然 后 在 VBA中 加 以 调 用 。
首 先 启 动 VB 5.0, 在 New Project窗 口