代码搜索:ChrW
找到约 13 项符合「ChrW」的源代码
代码结果 13
www.eeworm.com/read/446568/7576622
bas mdl_unicode.bas
Attribute VB_Name = "mdl_Unicode"
Option Explicit
Public Const MIIM_DATA& = &H20
Public Const MIIM_TYPE& = &H10
Public Type MENUITEMINFO
cbSize As Long
fMask As Long
fType As
www.eeworm.com/read/442191/7657582
vb form1.vb
Imports C1.Win.C1FlexGrid
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'Th
www.eeworm.com/read/396142/8123907
frm mainform.frm
VERSION 5.00
Begin VB.Form MainForm
BorderStyle = 1 'Fixed Single
Caption = "OPC Client for SNMP Server VB6 - sample"
ClientHeight = 9765
ClientLeft = 51
www.eeworm.com/read/303992/13805335
vb 关于.designer.vb
_
Partial Class 关于
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
www.eeworm.com/read/410122/11301241
vb settings.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to
www.eeworm.com/read/123431/14634484
vb frmabout.vb
Public Class frmAbout
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCom
www.eeworm.com/read/109843/15546848
txt vb加密.txt
Function UserCode(password As String) As String
'用户口令加密
Dim il_bit, il_x, il_y, il_z, il_len, i As Long
Dim is_out As String
il_len = Len(password)
il_x = 0
il_y = 0
is_
www.eeworm.com/read/247171/4487413
vb modulefunction1.vb
Class ModuleFunction1
Public Const VALUE As Char = Microsoft.VisualBasic.ChrW(0)
End Class
www.eeworm.com/read/187737/5217439
tpl zzwmain.tpl
proc wMain:
OplWT:(1)
endp
proc OplWT:(doGet%)
global chrW%,chrH%,screenX%,screenY%
global marginX%,marginY%,initw%,inith%,font&
local info%(10)
initW%=gWidth :initH%=gHeight
www.eeworm.com/read/452320/7441971
txt 中文pud短信说明.txt
VBAT中文短信
编辑 | 删除 | 权限设置 | 更多▼ 设置置顶
推荐日志
转到私密记事本
放任 发表于2009年04月11日 00:49 阅读(0) 评论(0)
分类: 个人日记 权限: 公开
首先介绍一下VB中的两个函数:<mark>ChrW</mark>()和AscW().对于Chr()和Asc()函数大家一定很熟悉,对于<mark>ChrW</mark>()和AscW()可能会比较生疏一 ...