代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13079144
txt 有没有可以退出winword的方法.txt
你可以使用wd.Quit来退出Word。不过我建议不要再使用Word.Basic对象了,因为从Word 95起,Word Basic就完全被VBA取代了。你应该使用CreateObject("Word.Application"),虽然Word Basic和VBA不完全不同,但Word本身的帮助中有大量介绍,你很容易掌握。
www.eeworm.com/read/140170/13098760
js code.js
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if (swtch == 0) {
helpstat = false
www.eeworm.com/read/140168/13100846
asp code.asp
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if
www.eeworm.com/read/326486/13138573
asp code.asp
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if
www.eeworm.com/read/139629/13145972
asp code.asp
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if
www.eeworm.com/read/240672/13205637
c 74hc165的驱动程序.c
//74hc165的驱动程序
//74hc165是常用的并入串出芯片,这里给出74hc165的驱动程序
//作者:晒太阳的小猪
//个人blog:http://emcu.c51bbs.com
//转载使用请注明
//--------------3片74hc165级连读程序---------
/*void read74hc165m(void)
{
uchar ba
www.eeworm.com/read/137779/13297603
exceptionuserlist
#Users names, who, if basic
#proxy authentication is
#enabled, will automatically
#not be filtered
ir
www.eeworm.com/read/321962/13392057
dpr manager.dpr
program manager;
uses
Forms,
Archive in 'Archive.pas' {MainFrm},
maind in 'maind.pas' {MainDFrm: TDataModule},
// Stdinfo in 'pic\Stdinfo.pas' {stdinfoFrm},
frmset in 'frmset.pas' {sy
www.eeworm.com/read/321962/13392058
~dpr manager.~dpr
program manager;
uses
Forms,
Archive in 'Archive.pas' {MainFrm},
maind in 'maind.pas' {MainDFrm: TDataModule},
frmset in 'frmset.pas' {syssetFrm},
cLogin in 'Login\cLogin.pas' {FrmLo