代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/340716/12138402
bas module1.bas
Attribute VB_Name = "mdlSQLTest"
Public ConnectID As String '连接字
Public CurrentTable As String '记录当前表格
Public DSN As String
Public UID As String
Public PWD As String
'各表的ID,由程序自动产生
Pub
www.eeworm.com/read/340690/12139796
pas u_kcpd.pas
unit U_kcpd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Mask, ComCtrls, Db, DBClient, Grids, DBGrids, Buttons,
DBCtrls,
www.eeworm.com/read/339931/12194614
frm frmoption.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FrmOption
BorderStyle = 3 'Fixed Dialog
Caption = "选项"
ClientHeight
www.eeworm.com/read/253789/12200234
sh getcmdlineopt.sh
#! /bin/sh
usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \
[-c localdirectory] [-m filepattern] [-v]"
if [ $# -eq 0 ]; then
echo $usag
www.eeworm.com/read/151383/12216897
frm form2.frm
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "公交车资料"
ClientHeight = 6855
ClientLeft = 45
ClientTop = 435
Clie
www.eeworm.com/read/151252/12225937
txt 帮助文件.txt
使用VFP表单制作帮助文件
胡振山(2000-10-20)
背景资料
·Visual FoxPro编程指南
制作应用软件帮助文件的方法多种多样,比如在Visual Foxpro 5.0中提供的HCW.exe帮助文件生成器;在Visual Basic 6.0、Vusiaul Foxpro 6.0中提供了HTMLHELP制作帮助文件的方法。但这两种方法操作都存在一定难度
www.eeworm.com/read/151211/12229117
txt 69.txt
使用VB获得一页的HTML代码
加入WebBrowser、Timer、CommandButton控件各一个,然后使用以下代码:
Private Sub Command1_Click()
WebBrowser1.Navigate "http://www.programlife.com/"
Timer1.Enabled = True
End Sub
www.eeworm.com/read/151211/12229315
txt 108.txt
拖拽节点时实现目录树自动翻滚
武汉水利电力大学动力系
郑志波 郭巧菊
---- 目录树控件(Treeview Control)可以支持鼠标拖拽,我们可以拖动节点从一个父节点到另一个父节点、从目录树控件中移出子节点或进行相反操作。当拖拽一个子节点到目录树控件的顶部或底部时,我们希望程序能自动翻滚目录树(就象Windows 的资源管理器那样),但使用目录树控件进行程序设计时,程序并不会自动 ...
www.eeworm.com/read/151211/12229339
txt 118.txt
隐藏文本框控件的环境菜单
各位vb高手:
本人想实现在文本框上单级击MOUSE右键弹出菜单,但总是
先出现windows的缺省的用于编辑文本的弹出式菜单,不知如何将其去掉?
回答
Private Sub Text1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Butto
www.eeworm.com/read/253314/12230290
cs mainfrm.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 进销存管理系统
{
///
/// Form1 的摘要说明