E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ByVal
VB实现Excel中插入文件
Module Module1 Sub Main(
ByVal
Args() As String)
tyl
·
2010-09-06 11:00
Excel
Microsoft
Office
vb
VB设置屏幕分辨率
ChangeDisplaySettings Lib "user32.dll" Alias "ChangeDisplaySettingsA" (ByRef lpDevMode As DEVMODE,
ByVal
tyl
·
2010-09-02 12:00
vb
关于文件的一些总结
隐藏]VB声明说明返回值参数表注解VC声明返回值误区 [编辑本段]VB声明Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (
ByVal
Lpc_china
·
2010-08-29 10:00
File
Security
null
buffer
Access
attributes
VB窗体FORM隐藏关闭按钮
ByValhWndAsLong,ByValbRevertAsLong)AsLongPrivateDeclareFunctionDeleteMenuLib"user32"(ByValhMenuAsLong,
ByVal
bodybo
·
2010-08-24 14:00
function
user
vb
VB窗体FORM隐藏关闭按钮
ByValhWndAsLong,ByValbRevertAsLong)AsLongPrivateDeclareFunctionDeleteMenuLib"user32"(ByValhMenuAsLong,
ByVal
bodybo
·
2010-08-24 14:00
function
user
vb
CAD速记手册
DataBase类 构造函数 public Sub New (
ByVal
buildDfaultDrawing As Boolen,
ByVal
noDocument As
select*from爱
·
2010-08-24 10:00
ca
VBA禁用窗体的关闭按钮
FindWindow Lib "user32" Alias "FindWindowA" _ (
ByVal
eclipse2008
·
2010-08-08 23:00
VBA
VB.net中限制TextBox只能输入数字(小数、负数)
Private Sub TextBox1_KeyPress(
ByVal
sender As Object,
wdmsyf
·
2010-07-25 14:00
.net
windows
vb
VB.NET
SQL Server 存储过程调用和参数运用
SQLServer的存储过程中,支持输入(Input)、输出参数(Output),也支持返回值参数(ReturnValue)关于输入参数,大家都很好理解,就是我们提供数值给存储过程,这就好比是编程中的按值传递(
ByVal
qiao000_000
·
2010-07-21 16:00
Oracle 大数据处理
Public Function GetRowVersions(
ByVal
BizO As BizObject,
ByVal
TableName As String,
ByVal
URIDs
coollifer
·
2010-07-07 10:00
oracle
sql
J#
分解质因数
A:一般是循环2-SQRT(N)间的素数去试除N.这里提供一个利用网络资源分解质因数的方法; Function Numberfactorizer(
ByVal
number As String) As
ihuashao
·
2010-07-06 22:00
PHP
Microsoft
分解质因数
A:一般是循环2-SQRT(N)间的素数去试除N.这里提供一个利用网络资源分解质因数的方法; Function Numberfactorizer(
ByVal
number As String) As
ihuashao
·
2010-07-06 22:00
PHP
Microsoft
20100625 学习记录:VB6.0→VB.NET
Declare Function SetWindowsHookEx Lib "user32" Alias "SetWindowsHookExA" (
ByVal
idHook
·
2010-06-29 10:00
VB.NET
VB mcisendstring 方法
ExplicitPrivate Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (
ByVal
isiqi
·
2010-04-21 16:00
F#
vb
最简单的从服务器下载文件的VB代码
Declare Function URLDownloadToFile Lib "urlmon.dll" Alias "URLDownloadToFileA" (
ByVal
hanbaohong
·
2010-04-15 22:00
C++
c
C#
vb
将指定字符串按指定长度进行剪切
'''超过长度的后缀 '''如果超过长度,返回截断后的新字符串加上后缀,否则,返回原字符串 ''' PublicFunctionstringTruncat(
ByVal
sundenskyqq
·
2010-04-07 19:00
exception
String
function
Integer
vb
由 datagridview 控件向 Microsoft Excel 表格中导出
PrivateFunctionExportExcel(
ByVal
sundenskyqq
·
2010-04-01 12:00
exception
function
Microsoft
Excel
Office
VB.NET
如何将Excel和xml文件数据保存到数据库
; Dim DS2 As New System.Data.DataSet Private Sub Button1_Click(
ByVal
249080378
·
2010-03-29 23:00
windows
xml
Excel
Microsoft
J#
xml操作类
fErrInfo,fFileName,fOpen Dim XmlDom '返回节点的缩进字串 Private Property Get TabStr(
byVal
249080378
·
2010-03-29 23:00
xml
Blog
Microsoft
XSL
VB调用VC dll的返回方式
第一种类型:数值传递注意:在VB中,默认变量传递方式为ByRef为地址,而传递值就是用
ByVal
,还要注意在C++中,int类型的变量是32位的,在VB中要用long型变量来配合。
lenyusun
·
2010-03-24 21:00
function
String
Integer
dll
vb
winapi
FTP基本操作集
InternetQueryDataAvailable Lib "wininet.dll" (ByRef hFile As Long, ByRef lpdwNumberOfBytesAvailable As Long,
ByVal
·
2010-03-17 12:00
基本操作
在VB中让窗体最小化到托盘区
Private Declare Function Shell_NotifyIcon Lib "shell32.dll" (
ByVal
dwMessage As Long, lpData
hanbaohong
·
2010-03-16 16:00
html
XP
vb
Continued Fraction of Squareroot
Fraction can be find in http://mathworld.wolfram.com/ContinuedFraction.html Function ContinuedFraction(
ByVal
ihuashao
·
2010-02-25 22:00
html
Continued Fraction of Squareroot
Fraction can be find in http://mathworld.wolfram.com/ContinuedFraction.html Function ContinuedFraction(
ByVal
ihuashao
·
2010-02-25 22:00
html
整数三角形题目两则
解法: Function p(
ByVal
n As Long)'周长n的三角形的个数 If n Mod 2 Then n = n + 3 p = Round(n ^ 2 / 48) End Function
ihuashao
·
2010-02-23 23:00
C++
c
C#
整数三角形题目两则
解法: Function p(
ByVal
n As Long)'周长n的三角形的个数 If n Mod 2 Then n = n + 3 p = Round(n ^ 2 / 48) End Function
ihuashao
·
2010-02-23 23:00
C++
c
C#
遍历DataGridView
Public Function dvtodt(
ByVal
dv As DataGridView) As DataTable &
toyota2006
·
2010-02-21 10:00
J#
ASP.NET与JAVASCRIPT相关知识
ASP.NET中第一个控件响应事件过程有两个参数:Privatesubclick(senderasobject,easeventargs)过程默认传递方式:按值传递,用
Byval
显示或隐式声明Sender
klick
·
2010-02-17 09:27
JavaScript
职场
net
休闲
ASP.NET与JAVASCRIPT相关知识
ASP.NET中第一个控件响应事件过程有两个参数:Privatesubclick(senderasobject,easeventargs)过程默认传递方式:按值传递,用
Byval
显示或隐式声明Sender
klick
·
2010-02-17 09:27
JavaScript
职场
net
休闲
取得GridView中的文本框更新后的值(VB.NET)
实在是郁闷,搞了好半天才搞出来,原来,就差在Page_Load里面没加上 If (Not Page.IsPostBack) Then 后台代码: Protected Sub Page_Load(
ByVal
bettersun
·
2010-01-26 13:00
.net
asp.net
asp
vb
VB.NET
一元多项式的幂
Function PowerPolynomial(
ByVal
f As String,
ByVal
n As Long) As String If n = 1 Then power = f: Exit
ihuashao
·
2010-01-17 14:00
C++
c
C#
F#
J#
一元多项式的幂
Function PowerPolynomial(
ByVal
f As String,
ByVal
n As Long) As String If n = 1 Then power = f: Exit
ihuashao
·
2010-01-17 14:00
C++
c
C#
F#
J#
vb利用FindWindow,GetWindowText,SendMessage查找程序并发送最小化消息
ByVallpWindowNameAsString)AsLongPrivateDeclareFunctionGetWindowTextLib"user32"Alias"GetWindowTextA"(
ByVal
wq1282
·
2010-01-15 03:00
VB源码
An UDF to calculate weekday
Function myweekday(
ByVal
y As Long,
ByVal
m As Long,
ByVal
d As Long) As Long Dim bias As Long If m &
ihuashao
·
2010-01-09 23:00
udf
An UDF to calculate weekday
Function myweekday(
ByVal
y As Long,
ByVal
m As Long,
ByVal
d As Long) As Long Dim bias As Long If m &
ihuashao
·
2010-01-09 23:00
udf
ByVal
VBS中函数参数支持
ByVal
和ByRef两种传递方式,它们的区别是什么呢?
Testing_is_believing
·
2010-01-02 21:00
sql
function
report
脚本
Dictionary
.NET中如何在调用COM时得到返回参数值System.Type.InvokeMember的使用
对于那些仅仅包含有[in]或
ByVal
的接口参数,你只要构建这样的数组,并把它传给Type.InvokeMember()即可。
suiyunonghen
·
2009-12-03 12:00
.net
object
String
C#
null
vb
C#操作excel sheet
这里有个VB.NET利用数组的例子,自己改改好了 .NET下 从 DataView DataSet DataTable 导出数据至Excel Public Sub Exports2Excel(
ByVal
hcmfys
·
2009-12-01 20:00
C++
c
Excel
C#
Microsoft
C#操作excel sheet
这里有个VB.NET利用数组的例子,自己改改好了 .NET下 从 DataView DataSet DataTable 导出数据至Excel Public Sub Exports2Excel(
ByVal
hcmfys
·
2009-12-01 20:00
C++
c
C#
Excel
Microsoft
解决VBA生成Excel单元格显示"#"的问题
因为生成的单元格的格式为Text,且数据比较多的时候会显示"##################" 所以在填充数据的时候设置下单元格的属性: Sub WriteValue(
ByVal
southking
·
2009-11-30 20:00
Excel
VBA
VBA代码控制DTPicker控件的下拉日期表显示
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (
ByVal
hWnd
ihuashao
·
2009-11-05 21:00
VBA
VBA代码控制DTPicker控件的下拉日期表显示
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (
ByVal
hWnd
ihuashao
·
2009-11-05 21:00
VBA
Asp去空格和回车
Public Function ReplaceTrim(
ByVal
strContent) On Error Resume
paulfzm
·
2009-11-01 06:00
asp
Select a table of certain webpage
Test the folowing codes,please: Sub Selecttable(
ByVal
url As String,
ByVal
n As Long) Dim t, r As Object
ihuashao
·
2009-10-27 19:00
select
Select a table of certain webpage
Test the folowing codes,please: Sub Selecttable(
ByVal
url As String,
ByVal
n As Long) Dim t, r As Object
ihuashao
·
2009-10-27 19:00
select
oracle以及mysql连接.net代码以及连接工具
MySql.Data.MySqlClient Imports System.Data.OracleClient Public Class Form1 Private Sub Button1_Click(
ByVal
TeddyWang
·
2009-10-15 10:00
oracle
.net
mysql
DataGridView 新加行的默认值的设定
[VB.NET]' DefaultValuesNeeded 事件处理方法Private Sub DataGridView1_DefaultValuesNeeded(
ByVal
sender As O
qianshao
·
2009-09-14 22:49
职场
datagridview
休闲
新加行的默认值的设定
DataGridView 用户输入时,单元格输入值的设定
[VB.NET]'CellParsing事件处理方法Private Sub DataGridView1_CellParsing(
ByVal
sender As Object, _
ByVal
qianshao
·
2009-09-14 22:25
职场
datagridview
休闲
单元格输入值的设定
用户输入时
DataGridView 单元格表示值的自定义
[VB.NET]'CellFormatting 事件处理方法Private Sub DataGridView1_CellFormatting(
ByVal
sender As Object, _
qianshao
·
2009-09-14 22:01
职场
datagridview
休闲
单元格表示值的自定义
通过对象模型上传List Template
1.上传.stp文件 1:PrivateSubUploadTemplates(
ByVal
_siteAsSPSite)2:DimdirectoryAsString=String.Format("{0}\ListTemplates
rippleyong
·
2009-09-10 15:00
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他