联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(21) 
按平台查找All Visual Basic(21) 

[Windows编程] Entity--Developer-Studio

Entity Developer Studio
Title: Entity Developer Studio :: Generate Code- Fast & How!! Description: Hello Guys, Need a true killer VB application that teaches you tonnes of programming techniques? Here is one. You can use this project to design entity relationship diagrams, to generate and program code out of it. ER diagrams can be imported s and existing program code (classes). An Entity relationship diagram is something like a relationship diagram you see in Microsoft Access. This project provides (1) A small environment to work with ER diagrams, (2) an XML language and its DOM to describe these ER diagrams, and (3) A control that can be used to visually represent these ER Diagrams. It supports code generation as well. Presently, It can import ER diagrams Access 97 (using DAO) and Export code to ASP (with relational lookup combos for implementing relations). Also, You can write your own plugins to import and export diagram/code a variety of platforms. Download and see the readme file. Also visit pr (2015-08-28, Visual Basic, 287KB, 下载3次)

http://www.pudn.com/Download/item/id/1440761880152695.html

[Windows编程] pic18f2550-usb-izole-triyak-kontrol-ccs-c-visual-

Than 8 switch outputs Port B of the PIC18F2550 is used. Power gets the circuit from the USB port. Power supply is separate from the microcontroller and the computer galvanically. switching signals USB socket intended as a virtual serial port COM4. To turn on the first load, send “E1″ to turn off “A1″ This can be done with any terminal program. Or even easier with a BAT file. ECHO E3> COM4 This turn of the third load.
Than 8 switch outputs Port B of the PIC18F2550 is used. Power gets the circuit from the USB port. Power supply is separate from the microcontroller and the computer galvanically. switching signals USB socket intended as a virtual serial port COM4. To turn on the first load, send “E1″ to turn off “A1″ This can be done with any terminal program. Or even easier with a BAT file. ECHO E3> COM4 This turn of the third load. (2013-11-17, Visual Basic, 3099KB, 下载5次)

http://www.pudn.com/Download/item/id/2402204.html

[Windows编程] a1_1352231

這是我第一次發的VB程式,只供測試 酒店booking 系統
This is the first time I made the VB program, hotel booking system for testing (2013-11-10, Visual Basic, 47KB, 下载2次)

http://www.pudn.com/Download/item/id/2396298.html

[Windows编程] a1

这是一个用VB编写的小程序,很有意思的!!
This is a small program written in VB, very interesting! ! (2013-11-05, Visual Basic, 58KB, 下载1次)

http://www.pudn.com/Download/item/id/2392206.html

[Windows编程] VBA-vs-VB

VBA Versus VB Programming The following description assumes some familiarity with Visual Basic, which I treat as the "standard" of comparison. I compared Excel 97 VBA and Visual Basic 5.0, since these both use MSVBVM50.DLL. There are probably some VBA enhancements in Office 2000, which I currently do not use.
VBA Versus VB Programming The following description assumes some familiarity with Visual Basic, which I treat as the "standard" of comparison. I compared Excel 97 VBA and Visual Basic 5.0, since these both use MSVBVM50.DLL. There are probably some VBA enhancements in Office 2000, which I currently do not use. (2013-04-17, Visual Basic, 29KB, 下载2次)

http://www.pudn.com/Download/item/id/2203740.html

[Windows编程] miansha

简介: 这个玩意儿是我初中的时候搞出来的。能过全世界表面的一个免杀机。 为了方便转卖,请别人给我鼓捣出来一个网络验证的。 前几天无聊,用OD载入分析了下,才发现那个人的技术相当的差劲。 OD载入: 头部显示信息如下: 004716D8 > F9 STC 004716D9 72 14 JB SHORT 鸭软无视.004716EF 004716DB BA 8550D643 MOV EDX,43D65085 004716E0 F5 CMC 004716E1 2049 83 AND BYTE PTR DS:[ECX-7D],CL 004716E4 A0 1D9AF36E MOV AL,BYTE PTR DS:[6EF39A1D] 004716E9 9C PUSHFD 004716EA A1 93ACCAA5 MOV EAX,DWORD PTR DS:[A5CAAC93] 复制代码 推断是易语言编译产生的花指令。可以使用ESP定律直接跳过。 一步一步推进,来到这一步的时候,ESP变红了: 直接HRESP。 脱壳去花不语。 脱壳后,找不到好字符串,所以把程序打开捉摸一下。
Description:         This stuff is out out of my junior high. Over the surface of the world is a Free beholder.         In order to facilitate the resale, others I tinker with it a network authentication.         A few days ago boring OD load analysis, only to find the man s technology is pretty crappy. OD loading:         The head displayed information is as follows: 004716D8> F9 STC 004716D9 72 14 JB SHORT duck soft disregard .004716 EF 004716DB BA 8550D643 MOV EDX, 43D65085 004716E0 F5 CMC 004716E1 2049 83 AND BYTE PTR DS: [ECX-7D], CL 004716E4 A0 1D9AF36E MOV AL, BYTE PTR DS: [6EF39A1D] 004716E9 9C PUSHFD 004716EA A1 93ACCAA5 MOV EAX, DWORD PTR DS: [A5CAAC93] Copy the code         The inference is easy language to compile the flowers instructions. ESP s law can be used to skip.         Step-by-step advance, came to this step when ESP turned red:       &# (2012-10-05, Visual Basic, 1141KB, 下载44次)

http://www.pudn.com/Download/item/id/2007743.html

[Windows编程] Excel--SUM

A1 B1 C1 输入的数字0-9 位数不限 合数成000-999的 3位数字
A1 B1 C1 0-9 digit number entered into a limited number of 000-999 combined 3-digit (2011-06-09, Visual Basic, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/1563955.html

[Windows编程] vbzzword

Visual Basic支持一个对象集合,该集合中的对象直接对应于Microsoft Word 97中的元素,并且通过用户界面,用户熟悉这些元素中的绝大多数。例如,Document 对象代表了一个打开的文档,Bookmark对象代表了一个文档中的书签,而Selection对象则代表了在一个文档窗口窗格中的选定内容。在Word中,每一类元素-文档、表格、段落、书签、域等等-都可以用Visual Basic的对象来表示。要在Word中自动执行任务,可以使用这些对象的方法和属性。
Visual Basic supports a collection of objects, the objects in the collection correspond directly to elements in Microsoft Word 97 and through the user interface, users familiar with the vast majority of these elements. For example, Document object represents an open document, Bookmark object represents a document bookmarks, and Selection object represents the window pane in a document the selection. In Word, each type of element- documents, tables, paragraphs, bookmarks, fields, etc.- can be used to represent the object of Visual Basic. To automate tasks in Word, you can use methods and properties of these objects. (2011-01-20, Visual Basic, 34KB, 下载7次)

http://www.pudn.com/Download/item/id/1417069.html

[Windows编程] mdbpwcrack

Office 97 MDW password Crack
Office 97 MDW password Crack (2010-08-05, Visual Basic, 9KB, 下载4次)

http://www.pudn.com/Download/item/id/1260330.html

[Windows编程] IconXP

用 Win32 SDK 实现与 MFC 类似的程序 (1 folders, 0 files, 0 bytes, 20.97 KB in total.)  MyMFC (0 folders, 14 files, 20.97 KB, 20.97 KB in total.) ListCtrl.h 1.24 KB ReadMe.txt 2.07 KB resource.h 1.01 KB small.ico 318 bytes StdAfx.cpp 290 bytes StdAfx.h 936 bytes ttt.cpp 743 bytes ttt.dsp 4.55 KB ttt.dsw 531 bytes ttt.h 317 bytes ttt.ico 1.05 KB ttt.rc 3.72 KB WinApp.h 1.24 KB Wnd.h 3.01 KB 欢迎转载,但请保留出处,本文章转自[华软源码],原文链接:http://www.hur.cn/Soft/2010/7947.html
用 Win32 SDK 实现与 MFC 类似的程序 (1 folders, 0 files, 0 bytes, 20.97 KB in total.)  MyMFC (0 folders, 14 files, 20.97 KB, 20.97 KB in total.) ListCtrl.h 1.24 KB ReadMe.txt 2.07 KB resource.h 1.01 KB small.ico 318 bytes StdAfx.cpp 290 bytes StdAfx.h 936 bytes ttt.cpp 743 bytes ttt.dsp 4.55 KB ttt.dsw 531 bytes ttt.h 317 bytes ttt.ico 1.05 KB ttt.rc 3.72 KB WinApp.h 1.24 KB Wnd.h 3.01 KB 欢迎转载,但请保留出处,本文章转自[华软源码],原文链接:http://www.hur.cn/Soft/2010/7947.html (2010-06-21, Visual Basic, 1167KB, 下载6次)

http://www.pudn.com/Download/item/id/1218489.html

[Windows编程] Frm2VB13

The Form To VB Export Wizard is an Access 97 add-in that lets you translate an Access form to a Visual Basic form resource file (*.frm). The resulting file should comply with VB version 5.0 format.
The Form To VB Export Wizard is an Access 97 add-in that lets you translate an Access form to a Visual Basic form resource file (*.frm). The resulting file should comply with VB version 5.0 format. (2009-12-01, Visual Basic, 46KB, 下载4次)

http://www.pudn.com/Download/item/id/988302.html

[Windows编程] 8.13ArcObject

用于学习A0的 主要是实现空间分析的功能在 VB的平台
A0 for learning is to achieve the main function of spatial analysis. NET platform (2009-04-27, Visual Basic, 2033KB, 下载23次)

http://www.pudn.com/Download/item/id/733833.html

[Windows编程] aoVB

用于学习A0的 主要是实现空间分析的功能在.NET的平台
A0 for learning is to achieve the main function of spatial analysis. NET platform (2009-04-27, Visual Basic, 415KB, 下载2次)

http://www.pudn.com/Download/item/id/733827.html

[Windows编程] aofenxi

用于学习A0的 主要是实现空间分析的功能在.NET的平台
A0 for learning is to achieve the main function of spatial analysis. NET platform (2009-04-27, Visual Basic, 285KB, 下载3次)

http://www.pudn.com/Download/item/id/733821.html

[Windows编程] contex

Excel没有合并单元格文本的功能,现给出完成该功能的VBS脚本宏简单示例,在excel中导入后可以将一列中的某些单元以逗号间隔合并并填入指定单元 Column 文本框填写列名称,如A Start Row 填写起始单元格,如1 End Row 填写结束单元格,如5 Destination 填写目的单元格,如A6 点击Concatenate完成A1到A5的内容连接,结果填入A6 用户可自行更改连接方式和分隔符
Excel does not provide the functions of concatenate cell s content. Here gives a sample VBS script macros in excel to combinate several cells content with a comma and fill in the destination cell. (2009-03-06, Visual Basic, 2KB, 下载11次)

http://www.pudn.com/Download/item/id/663499.html

[Windows编程] tcdj

lnjzxxt.ini [sspsfjtcdjpwdzch] a1=拳染醛取燃 a2=拳圈醛取龋 a3=醛群去葷雀 a4=全趣颧葻取 a5=全燃颧葻群 a6=瓤瓤然冉冉雀瓤瓤裙冉 [serverlnjpass] fwq=BAOYUANSERVER [userandpwd] userand=sa pwdand= [plcszz] piclnjckck=天长地久 lnjlnjzxgl_Data.MDF admin,admin
lnjzxxt.ini [sspsfjtcdjpwdzch] a1 = fist fuel from stained aldehyde a2 = boxing ring aldehyde check caries a3 = aldehyde group to the whole meat bird a4 = Fun zygomaticus葻check a5 = whole group葻burning zygomaticus a6 = flesh flesh flesh flesh bird ran slowly Ran skirts [serverlnjpass] fwq = BAOYUANSERVER [userandpwd] userand = sapwdand = [plcszz] piclnjckck = ever lnjlnjzxgl_Data.MDFadmin, admin (2008-12-22, Visual Basic, 5099KB, 下载2次)

http://www.pudn.com/Download/item/id/611984.html

[Windows编程] UnAccess

算出access数据库密码,包括97和2000版本!
Calculate the access database password, including the 97 and 2000 versions! (2008-10-02, Visual Basic, 41KB, 下载20次)

http://www.pudn.com/Download/item/id/554992.html

[Windows编程] VB_AutoBackup

自动关机Windows 97 windows 2000 windows xp
automatic shutdown Windows 97 windows windows xp 2000 (2006-04-16, Visual Basic, 357KB, 下载2次)

http://www.pudn.com/Download/item/id/172228.html

[Windows编程] MS Office 97助手那样的窗口

MS Office 97助手那样的窗口
aides as a window (2005-01-11, Visual Basic, 32KB, 下载6次)

http://www.pudn.com/Download/item/id/1105409494846148.html

[Windows编程] Outlook 97样式的菜单

用vb实现Outlook 97样式的菜单
use Outlook 97 styles to achieve the menu (2004-12-14, Visual Basic, 109KB, 下载12次)

http://www.pudn.com/Download/item/id/1102987856335270.html
12
总计:21