Welcome![Sign In][Sign Up]
Location:
Search - visual basic user

Search list

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173784 | Author: 程崇刚 | Hits:

[GUI DevelopVisual Basic.NET精彩编程百例4

Description: vb.net中有关图形用户界面的内容,如拾色器。-vb.net on graphical user interface elements, such as color-picking.
Platform: | Size: 3527714 | Author: 刘云 | Hits:

[ActiveX/DCOM/ATLBackup and restore MySQL DBs within Visual Basic

Description: The purpouse of this module is to backup and restore mysql databases within a Visual Basic program. Please, don't vote for this one... It is a remake of http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=57138&lngWId=1 which inspires me. It has some improvement on his code: Basically, it take the table creation statement directly from the MySQL engine (so now it publish constrains and indexes correctly) and perfom only on insertion statement per table no matter the number of rows in the table. Also, it prevent MySQL from generating errors because of the constraing and block the tables before the insertion process. Also, it could allows the programmers to give feedback to the user about the process and, last but not least, it is IMHO a bit cleaner.
Platform: | Size: 3108 | Author: d3graph | Hits:

[Internet-NetworkA Basic Multi-User Chat Program

Description: 多用户聊天服务器,代码完成了winsock多连接的应用,-multi-user chat server, code completion of a multi-link protocols of the application
Platform: | Size: 6144 | Author: 小军 | Hits:

[Graph programCopyAngelo Icon Editor V2

Description: 该代码是用户自行开发的一个制作图形的系统,挺不错-The code is user-developed a graphics production system sounds very good
Platform: | Size: 195584 | Author: 黄雁 | Hits:

[Applications售房管理系统

Description: 一款非常不错的售楼管理系统,易操作,界面友好,功能强大,还等什么啊,赶快下载吧-one very good sales management system, easy to operate, user-friendly, powerful, and so what ah, hurry to download! !
Platform: | Size: 923648 | Author: 劲国 | Hits:

[File Operate个人财务管理系统

Description: 本系统支持系统用户,来宾用户,当输入用户名为: jeny 密码:123 时为系统用户,可以对系统进行 所有操作;输入用户名:guest 无需输入密码时,只能显示数据,不能修改,增删数据等。-the system to support users of the system, the guests users when the input user name : jeny Password : 123 for users of the system when, all of the system operation; Input Username : guest without a password, they can only display the data, and no amendment to delete data.
Platform: | Size: 362496 | Author: 毁胡 | Hits:

[Windows DevelopVB代码库 1.1 注册版

Description: 简介: Visual Basic代码库 是一个集收集,管理Visual Basic代码于一体的软件。它本身带有100多个源码,同时用户可以自己添加,删除自己的源码,不用打开Visval Basic,你就可以查找和浏览全部源代码。同时,它支持在Visual Basic中打开源代码。 Visual Basic代码库 一定会使您在编程学习之路上走得更好。-Synopsis: Visual the Basic code storehouse is one collection collection, manages Visual the Basic code to one body software. Its itself has more than 100 sources codes, simultaneously the user may own increase, deletes oneself the source code, with does not open Visval Basic, you may search and glance over the complete source code. At the same time, it supports in Visual Basic opens the source code. Visual the Basic code storehouse certainly can enable you to walk even better road in on the programming study.
Platform: | Size: 769024 | Author: 小万 | Hits:

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173056 | Author: 程崇刚 | Hits:

[Windows Develop多用户的ftp服务端程序

Description: 一个很好用的多用户的ftp服务端程序,用vb编写的。功能很强 -a good use of multi-user ftp server program, vb prepared. Strong functional
Platform: | Size: 80896 | Author: 与李洪 | Hits:

[Shop supermarket software system会员制商场进销存

Description: 数据库要求:SQL Server 2000 系统要求:Windows操作系统; 安装程序以前,首先创建相关的数据库。创建方法:用SQL Server2000 的查询分析器打开SQL目录下的mystore.sql,并执行。 运行文件夹中的setup.exe文件,安装“创智会员制商场进销存系统”。 成功安装后,从“开始”-“程序”菜单中运行“创智会员制商场进销存系统”。 系统默认的用户名称为“demo”;密码为“demo”。 注意:安装成功后,请不要随意的移动安装文件夹中的文件。否则系统不能够正常运行。-database requirements : SQL Server 2000 System Requirements : Windows operating system; Before the installation procedure, the first to create the database. Create Method : Using SQL Server 2000 to open inquiries analyzer SQL directory of mystore.sql and implementation. Run the file folders the setup.exe file, the installation of "Powerise membership malls Invoicing System." After a successful installation, from the "start"- "procedures" menu Run "Powerise membership malls Invoicing System." The system's default user name of "demo"; The password "demo." Note : After the success of the installation, please do not arbitrarily mobile installation folder of documents. Otherwise system is not operating normally.
Platform: | Size: 3228672 | Author: 吴俊升 | Hits:

[Windows Develop文件传送

Description: 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。 -LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the length byte sent to the receiver, receiver- After receiving the news, file names and length analysis, and then notify the sender can begin sending documents; Send-read the news, the flow of documents in the form of bytes sent to the receiving end, the receivin
Platform: | Size: 11264 | Author: sasa | Hits:

[GDI-Bitmapezvidc60[1]

Description: the program let the user see the video of webcam in the visual basic-the program let the user see the video of the web cam in the visual basic
Platform: | Size: 147456 | Author: charle | Hits:

[Shop supermarket software systemsupmarketmis

Description: 以Visual Basic 6.0和Access数据库做作为开发工具,以Windows XP作为开发平台。提供了用户管理、商品管理、销售管理、报损管理、销售分析等服务。这是我的毕业设计作品。-to Visual Basic 6.0 and Access database As a development tool, Windows XP as a development platform. Provide user management, merchandise management, sales management, reported loss management, sales analysis and other services. This is my graduation design work.
Platform: | Size: 6144 | Author: szx | Hits:

[.netscau-mis

Description: 华农大综合测评信息系统 软件环境:Windows 98,Windows NT/2000 开发工具:Visual Basic.NET,SQL Server 2000 团队人数:7人 项目描述:Visual Basic.NET语言综合实验 根据华南农业大学综合测评的操作流程,开发出一个操作方便、实用的综合测评信息系统。-Howard Nongda comprehensive evaluation of information systems software environment: Windows 98, Windows NT/2000 development tools: Visual Basic.NET, SQL Server 2000 the number of teams: 7 Project Description: Visual Basic.NET language integrated experiment of South China Agricultural University in accordance with the operation of the integrated evaluation flow, developed a user-friendly, practical comprehensive evaluation of information systems.
Platform: | Size: 861184 | Author: 陈了 | Hits:

[OtherOReilly.Visual.Basic.2005

Description: 本书全面介绍了Visual Basic 2005的编程思想及特色,主要包括如何使用控件创建简单的应用程序,如何编写条件分支结构和循环结构、调试程序以及更正程序中的错误,如何设计用户界面、实现数据库和Web编程等。-This book a comprehensive introduction to Visual Basic 2005 programming ideas and characteristics, including how to use the control to create a simple application, how to write conditional branch structure and the cycle structure, debugging procedures, as well as procedures to correct the error, how to design user interface, realize database and Web programming.
Platform: | Size: 1435648 | Author: sidneychen | Hits:

[File Operatevb-word

Description: vb操作word详解 Visual Basic支持一个对象集合,该集合中的对象直接对应于Microsoft Word 97中的元素,并且通过用户界面,用户熟悉这些元素中的绝大多数。例如,Document 对象代表了一个打开的文档,Bookmark对象代表了一个文档中的书签,而Selection对象则代表了在一个文档窗口窗格中的选定内容。在Word中,每一类元素-文档、表格、段落、书签、域等等-都可以用Visual Basic的对象来表示。要在Word中自动执行任务,可以使用这些对象的方法和属性。-vb operating word explain Visual Basic support an object collection, the collection of objects directly correspond to the Microsoft Word 97 elements, and through the user interface, users familiar with the vast majority of these elements. For example, Document object represents a document open, Bookmark object represents a document bookmarks, and the Selection object represents the document in a window pane of the selected content. In Word, each type of element- documents, tables, paragraphs, bookmarks, domain and so on- can use Visual Basic to express the object. To automate tasks in Word, you can use these objects methods and properties.
Platform: | Size: 35840 | Author: d.sh.xia | Hits:

[.netVB.NETJXC

Description: 《Visual Basic .Net进销存程序设计》的源代码,用VB.NET+MSSQLServer的方式实现了一个完备的进销存程序,包括进货、出货、库存维护、多用户管理、报表打印等实用功能。- Visual Basic. Net Invoicing program design, the source code, using VB.NET+ MSSQLServer way realize a complete Invoicing procedures, including purchasing, shipping, inventory maintenance, multi-user management, reports, printing utility function.
Platform: | Size: 2968576 | Author: ws9947 | Hits:

[Windows Developvisual-basic-User-Programming-Manual

Description: 这是vb用户编程的第二版,零基础的想学编程的可以参阅此书-This is the second edition of vb user programmable, zero-based programming, want to learn to read this book
Platform: | Size: 64497664 | Author: zhaofeiyan85 | Hits:

[VC/MFCMicrosoft-Visual-Basic-2012-RELOADED--5th-Edition

Description: Pairing fundamental programming concepts with business applications and also fun and engaging game applications, MICROSOFT VISUAL BASIC 2012: RELOADED, 5E provides a solid foundation in programming principles and how to use them. The book begins by covering the basics, like creating user interfaces, and understanding variables, constants, and calculations. Building upon this knowledge, coverage progresses to more advanced topics like creating classes and objects and using ADO.NET, LINQ, and ASP.NET. This edition leverages the powerful pedagogy of previous editions, but brings it up-to-date with Visual Basic 2010 and new examples and applications.
Platform: | Size: 16323584 | Author: walvekarrajesh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net