CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vb shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - vb shell - List
[
Windows Develop
]
rrrr
DL : 0
旋转云台 搭载物体旋转 正常运转有效载重>5kg 云台直径50cm 电机最小角度精度<2° 拍摄360°时间<1分钟 被拍摄物体在拍摄前后不应发生位移 供电电源交流220V 步进电机 带动云台按规定角度旋转 单片机控制电路 使用计算机信号控制电机旋转,返回运行状态由电脑显示,使用串口或USB,提供PC端控件供VC或VB调用,以便程序控制 外壳 容纳控制板和电机,包含幕布和摄像头支架 结实耐用,整机重量小于5kg 摄像头支架可固定摄像头或数码相机可调节上下高度、前后距离和俯仰角度摄像头 电脑用摄像头或数码相机USB接口,有效分辨率不小于100万像素弧形幕布拍摄背景,在摄像头对面,固定不动弧度180°与云台边缘结合紧密、颜色一致,超出云台高度大于30cm -Yuntai rotating with the normal operation of rotating objects payload> 5kg Yuntai 50cm diameter The smallest precision electric angle <2 ° 360 ° shooting time <1 minute Was shooting at objects before and after the shooting should not be shifted AC 220V power supply Stepper motor Driven by the angle of rotation Yuntai Single-chip control circuit using a computer to control electrical signals rotation, running back status from the computer indicated that the use of serial or USB, providing PC-side control for the VC or VB to call in order to control Shell to accommodate control panel and motor, including curtain and durable camera stand, machine weighing less than 5kg Stent can be fixed camera camera or a digital camera up and down adjustable height, distance and pitch angle before and after Camera computer camera with a digital camera or USB interface, the effective resolution of not less than 1,000,000 pixels Curved curtain shooting background, across fro
Date
: 2026-01-09
Size
: 7.01mb
User
:
羊希
[
Windows Develop
]
vbsource
DL : 0
vb参数调用,关闭按钮禁用,shell程序或文件的打开和关闭(txt,exe为例)-vb call parameters, to disable the Close button, shell program or file to open and close the (txt, exe for example)
Date
: 2026-01-09
Size
: 2kb
User
:
力王
[
Windows Develop
]
shellChange
DL : 0
使用VB 修改程序运行的SHELL,该程序使用VB写的,大家改一改呢就可以称C++的了-SHELL CHANGE BY VB
Date
: 2026-01-09
Size
: 4kb
User
:
dongkezheng
[
Windows Develop
]
shell
DL : 0
vb用于查找Shell文件夹的程序源码,是一个与Windows紧密相联的一个程序,通过本程序可了解到其它的一些知识,比如x86 apps (Alpha)的system文件夹、用户概貌文件夹、Windows目录或SYSROOT()、(所有用户)开始菜单\程序系统管理工具、未本地化的通用启动、用户应用程序数据、用户设置、用户开始菜单等。-vb to find the Shell folder of program source code, is a closely related to a program with Windows, this program can be learned through some other knowledge, such as x86 apps (Alpha) in the system folder, user profiles folders, Windows directory or SYSROOT (), (all users) Start Menu \ Programs system management tools, not localized common startup, the user application data, user settings, Start menu and other users.
Date
: 2026-01-09
Size
: 6kb
User
:
sunhui3587
[
Windows Develop
]
VB_Use_Process_Class_and_Shell_Functionality
DL : 0
VB.NET - NET Framework - Use the Process Class and Shell Functionality-VB.NET- NET Framework- Use the Process Class and Shell Functionality
Date
: 2026-01-09
Size
: 101kb
User
:
evx
[
Windows Develop
]
vb_find_Shell_folder_program_source_code
DL : 0
vb用于查找Shell文件夹的程序源码vb to find the Shell folder of program source code-vb to find the Shell folder of program source code
Date
: 2026-01-09
Size
: 6kb
User
:
hjk
[
Windows Develop
]
VB
DL : 0
用vb编写的有限元程序 Visual Basic Programs - 每一个Visual Basic project包括三个文件,采用同一个文件名,但扩展名分别为.vbp, .vbw, .frm - 扩展名为.frm的文件包含格式信息和源代码 - 需要将所有三个文件放在你的同一个工作目录中 -With the finite element program written in vb Visual Basic Programs- A Visual Basic project, including each of the three documents, using the same file name, but the extensions were. Vbp,. Vbw,. Frm- extension. Frm file contains the format information and source code- need all three files in your working directory with a
Date
: 2026-01-09
Size
: 107kb
User
:
huanghai
[
Windows Develop
]
control-in-the-VB-in-Word
DL : 0
使用Shell调用Word比较简单,编程量小,但必须明确指定Word所在路径,这不利于移植,-Shell calls using Word is simple, a small amount of programming, but must explicitly specify the path where the Word, which is not conducive to transplantation,
Date
: 2026-01-09
Size
: 5kb
User
:
李澈
[
Windows Develop
]
mydllobject
DL : 0
引用DLL步骤如下(即exe引用DLL)------- 新建标准EXE工程 菜单栏-->工程-->引用->浏览-->选择你生成的mydll.DLL 写exe代码(包含调用DLL代码) 生成usedll.exe,usedll.exe和mydll.DLL要放在一个目录下。 注意:如果引用的时候可能会出现这样的错误:“名称与已存在的工程模块对象冲突” 解决方法是打开DLL工程编程界面,菜单-->工程-->工程1属性,然后修改工程名,再在EXE工程重新引用mydll.dll 如果运行时出现错误:“找不到工程或库” 解决办法在EXE工程重新引用mydll.dll,并且去掉“丢失工程”对勾。 由于工程中引用DLL绝对路径,你做的的软件所以需要注册DLL,注册DLL方法,可以在VB中用Shell调用cmd命令,也可以将注册命令放入BAT文件,有的人喜欢将文件复制到system32目录下,然后在注册,都可以。 -VB to do the DLL and reference the DLL source instance, the new ActiveX DLL project, modify the class name will be the Class1 changed thedll
Date
: 2026-01-09
Size
: 7kb
User
:
米七
[
Windows Develop
]
16
DL : 0
摘要:VB源码,网络相关,网络连接检查 VB网络连线检查的程序源代码,主要是使用Ping命令实现,运行后生成BAT文件,官方提示说只能运行于Windows98系统中,不过测试时候,在XP系统下也正常运行了,而且检测结果并无异常。基本原理是:建立一个Bat 档,在这个Bat 档中,设定: 随便 Ping 一个在 Internet 上的 Server 二次,将结果写入文字档 Test.txt 在这伫, 我们以Ping www.hinet.net 为例进行Ping的检查。 开始检查是否连线,执行我们建立的 Bat 档 --> Ping TestString = "command.com /c " & App.Path & "Test.bat" Shell (TestString), vbHide 如果 Ping 成功, 写入文字档 Test.txt 的字串长度至少会大于 200 不过由于 Ping 的动作会延迟几秒钟,所以,我们让程式等待 5 秒钟。 -Summary: VB source, network-related, the network connection to check the VB network connection check program source code, mainly using the Ping command to achieve the BAT file generated after running the official suggested that it can only run in a Windows98 system, but the test time, XP system under normal operation, and no abnormal test results. The basic principle is: the establishment of a Bat file Bat file settings: casual Ping on the Internet Server twice, and writes the results to a text file Test.txt in this queue, we have to Ping www.hinet.net Ping check is an example. Start checking connections, the implementation we have created the Bat file-> the Ping TestString = " command.com/c" & App.Path & " Test.bat" Shell (TestString) vbHide if Ping is successful, write a text file Test a. txt string length at least greater than 200 but due to the Ping action will be delayed a few seconds, so we let the program wait for 5 seconds.
Date
: 2026-01-09
Size
: 2kb
User
:
asgfhh
[
Windows Develop
]
CODE_UPLOAD
DL : 0
最终的缩略图浏览器!创建缩略图的VB 6.0支持图像格式从任何文件夹是指出。使用BrowseForFolder API,所以它甚至会跨越网络。 单击edit以壳您最喜爱的编辑器,加载选中的图像。新代码包括进度条和保存最后的窗口尺寸大小和位置的设置。-The final thumbnail browser! Create thumbnails of VB 6.0 supports image formats from any folder is pointed out. Use BrowseForFolder API, so it may even across the network. Click edit to shell your favorite editor, load the selected image. New code includes a progress bar and saving the last window size and position settings.
Date
: 2026-01-09
Size
: 10kb
User
:
什锦丁儿
[
Windows Develop
]
RedHatShell
DL : 0
VB语言写的做的RedHat红帽子界面的She-VB language do write RedHat Red Hat Shell interface
Date
: 2026-01-09
Size
: 101kb
User
:
清蒸翅子
[
Windows Develop
]
beidaier
DL : 0
VB赛贝曲线源代码,又名贝塞尔曲线,作者: WXJ_Lake。计算结果的斜率,截距和线性相关系数用于演示曲线,点击窗口上的两个按钮,启动曲线绘图模块,整体效果可参考-VB source code tournament shell curves, curves and Mingbeiseer author: WXJ_Lake. The results of the slope, intercept, and correlation coefficient for demonstration curve, click on the window are two buttons on the start curve drawing module, the overall effect may refer to
Date
: 2026-01-09
Size
: 6kb
User
:
cpudn63
[
Windows Develop
]
vbopenweb
DL : 0
只要运行explorer后面加个空格再加上网址就能弹出网页了,不过现在都装有360,这种弹出窗口的方式可能会被拦截,主要是使用vb Shell来调用explorer.exe.来实现。源码在VB6下编译通过,网页网址可以自己改的-Just run behind a space explorer plus plus pages on the website will be able to pop up, but now with 360, this pop-up window approach may be intercepted, mainly using vb Shell to call explorer.exe. To achieve. Source code in VB6 compiler, change the URL of the page you can own
Date
: 2026-01-09
Size
: 1kb
User
:
wpudn17
[
Windows Develop
]
vbjiake
DL : 0
VB应用程序加壳软件源代码-可绕过杀毒软件的查杀,使用时请选择需要加壳EXE的文件路径,点击“加壳”按钮即可。杀毒软件并未报警-VB application shell software source code- to bypass antivirus software killing, please select packers EXE file path, click the "packers" button when in use. Anti-virus software does not alarm
Date
: 2026-01-09
Size
: 3kb
User
:
ipudn61
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.