
WINFORM
文章平均质量分 82
waterboy
这个作者很懒,什么都没留下…
展开
-
Defend Your Apps and Critical User Info with Defensive Coding Techniques
n todays connected world in which every application is a potential target, you must extend your defensive programming efforts to cover security. Everything you have learned about defensive programm原创 2004-11-03 08:46:00 · 3554 阅读 · 1 评论 -
In-Sights into Web Services - Part 2
Introduction In the first part of my article we discussed about the various basic elements of Web Services. In this article let me try and explain the Web Services Attributes and Methods in a simple原创 2004-09-05 06:06:00 · 833 阅读 · 0 评论 -
Monitoring Application Health with WMI and .NET
Francis A. ShanahanThe Windows Management Instrumentation framework is one of the least publicized yet most useful tools in the .NET Framework. If your job is to create enterprise class software, yo原创 2004-09-22 13:51:00 · 1434 阅读 · 0 评论 -
Working with Multiple Forms in Visual Basic .NET: Upgrading to .NET
IntroductionIn Microsoft® Visual Basic® 6.0, if you had a second form (Form2) in your project, then displaying it was as easy as Form2.Show. That code is no longer correct in Visual Basic .NET due t原创 2004-09-29 12:55:00 · 1234 阅读 · 0 评论 -
Introducing Client Application Deployment with "ClickOnce" - Duncan Mackenzie
IntroductionWeb applications are limited in many ways, yet a large number of Web applications have been built over the last few years and more will continue to be developed going forward. Why do com原创 2004-09-29 12:53:00 · 2812 阅读 · 1 评论 -
Use the Visual Studio 2005 Bootstrapper to Kick-Start Your Installation
If you have ever written an application intended to run on nonstandardized desktops (or, as some would say, PCs in the wild), you understand that one of the biggest challenges is installing the compon原创 2004-09-29 12:51:00 · 3342 阅读 · 0 评论 -
How ClickOnce Manifest Generation works with MSBuild
Summary: Discusses how to build a ClickOnce application from the command-line outside of Visual Studio .NET using MSBuild. Also provides an overview of the manifest generation tasks and shows how to u原创 2004-09-29 12:49:00 · 4385 阅读 · 0 评论 -
Deploy and Update Your Smart Client Projects Using a Central Server
application architects often struggle with two important but competing goals. They want to write a Windows®-based rich client application that runs on the desktop because that provides the best statef原创 2004-09-29 12:47:00 · 1445 阅读 · 0 评论 -
VB-Helper: Hot Properties
VB.NETs controls come with a whole panoply of new properties, methods, events, and bugs. Many of these (excluding the bugs) can be powerful tools for those with the persistence to find them. This mon原创 2004-09-29 12:45:00 · 1139 阅读 · 0 评论 -
Secrets of Great Architects
Applying Levels of Abstraction to IT SolutionsEnterprise architects are challenged by the vast amount of complexity they face. Its one thing to develop an isolated, departmental application that au原创 2004-08-31 12:05:00 · 989 阅读 · 0 评论 -
Making best out of Oracle batabases using ODP.net - Part 2
IntroductionThe issue of using generic oledb.net, odbc.net layers vs. vendor specific providers has always been a debate during the development of data access layers. Second in this series this art原创 2004-09-05 06:03:00 · 1343 阅读 · 0 评论 -
IUIs and Web-Style Navigation in Windows Forms, Part 2
Download the winforms09212004_sample.msi file.Where Were We?In last months installment, we saw how return on investment (ROI) is an important consideration to make with regard to an applications原创 2004-09-21 18:59:00 · 1154 阅读 · 0 评论 -
The XML Litmus Test Understanding When and Why to Use XML
IntroductionAs the popularity of XML has grown, its usage has spread to every nook and cranny of software application development. This is due to the fact that, unlike previous data formats, XML can原创 2004-10-20 07:24:00 · 1016 阅读 · 0 评论 -
CRUD, Only When You Can Afford It
IntroductionAfter my article on Dealing with Concurrency: Designing Interaction Between Services and Their Agents and my talks at TechEd in Amsterdam, I needed to express my thoughts on CRUD (Create原创 2004-10-20 07:24:00 · 2141 阅读 · 0 评论 -
Visual Studio 2005 Team System: Overview
IntroductionTo be successful, businesses today are faced with the need to build and maintain increasingly complex Information Technology (IT) solutions. Additionally, they have relied upon new techn原创 2004-10-20 07:21:00 · 1333 阅读 · 0 评论 -
Rules to Better Windows Forms Applications
Do you agree with them all? Are we missing some? Email me your tips, thoughts or arguments. Let me know what you think.1. Do you design a mockup UI first?2. Do you use code generators?3. Do yo原创 2004-10-21 10:38:00 · 3785 阅读 · 0 评论 -
Using an ADO.NET DataSet as a Reporting Services Data Source
Click here to download the Visual Basic sample code for this article, and here to download the C# code.ContentsIntroductionData Processing Extension BasicsImplementing the ExtensionDeploying the E原创 2004-09-19 22:45:00 · 2489 阅读 · 1 评论 -
Using DataReaders to Increase Speed and Reduce Memory
Rick DobsonWhen it comes to database connections, .NET proponents like to highlight the benefits of the disconnected access provided by Data Adapters and Data Sets. In the process, the DataReader so原创 2004-09-19 09:50:00 · 1071 阅读 · 0 评论 -
Extensible Applications: New Features Without Recompiling
Joe WirtleyIn this article, Joe Wirtley describes an architecture for your applications that allows you to add new features without recompiling. Using reflection, interfaces, and dynamically loaded原创 2004-09-19 09:48:00 · 1011 阅读 · 0 评论 -
Getting Started with Reporting Services
Rick DobsonReporting Services is an enterprise system that integrates Visual Studio .NET 2003 and SQL Server 2000 to facilitate the authoring, publishing, management, and user access to data-based r原创 2004-09-19 09:46:00 · 1222 阅读 · 0 评论 -
Schemas in ADO.NET 2.0
An In-Depth Look at the New Common Metadata APIDownload the associated SchemasSample.exe sample code.In my previous article, I pointed out that Visual Studio 2005 Server Explorer now uses a dialog原创 2004-08-23 17:40:00 · 1397 阅读 · 0 评论 -
Game Design the Object Oriented Way
Object Oriented Game Design Written by B.L. Hannah IntroductionIt is fairly common knowledge that producing computer games is somewhat time intensive. Normally, a high-quality computer game pr原创 2004-08-21 12:55:00 · 1019 阅读 · 0 评论 -
Handling SQL Server Errors in Nested Procedures
Basic error handling in SQL Servers programming language, Transact-SQL, is straightforward.But when you nest calls to stored procedures, and the procedures have SQL transactions, error handling becom原创 2004-08-26 09:39:00 · 1828 阅读 · 0 评论 -
Generics in C#
IntroductionSome New features have been added to C# language with version 2.0 of .NET. which are: Generics Iterators Anonymous methods Partial classes In this Article I will explain abou原创 2004-08-24 20:13:00 · 1002 阅读 · 0 评论 -
Investigating Code Snippet Technology
Download the Code.msi sample file.Understanding the Role of Code SnippetsVisual Studio 2005 and Visual C# Express Edition both support a technology dubbed code snippets, which are the foundation f原创 2004-08-23 19:01:00 · 1392 阅读 · 0 评论 -
How does one actually use the splitter control?
Windows forms tips continued...Don’t feel bad if you haven’t gotten it yet… it requires a PHd in Dock and Anchor layout to understand. Fortunately the Whidbey release addresses this, but in the meanti原创 2004-08-15 13:50:00 · 782 阅读 · 0 评论 -
最短路径算法源码(VB)
本人载网站开发gis,游自编的最短路径查询程序,速度特快,3万节点,35000条路全部遍历,只需1秒。现将最短路径的思路告诉大家,希望大家在优化,并用不同语言编制,我正在学delphi,准备用delphi做成库,本例以由拓扑关系的arc/info 文件为数据源。其中a1,b1,c1是以fnode排序生成的数组,a1对应fnode,b1对应tnode,c1对应length,同样a2,b2,c2,是以原创 2004-08-13 11:59:00 · 1661 阅读 · 1 评论 -
数据结构与算法总论(二)
http://www.yourblog.org/Data/20044/33984.html原创 2004-08-13 03:12:00 · 789 阅读 · 0 评论 -
CGI中的中文解码(C++语言版本)
CGI程序是构建WEB数据库应用的关键应用程序或者说网关程序。一般来讲CGI程序并不直接同IE浏览器打交道,而是由WEB服务器通过环境变量来接收或发送信息,CGI程序仅和WEB服务器的环境变量打交道。浏览器经常用POST方法将信息传递给环境变量。浏览器在碰到特殊字符时,如汉字,浏览器并不直接将特殊字符发送给WEB服务器,而是先将特殊字符的ASCII码转化成十六进制(如汉字“普通”的十六进制为:%C原创 2004-08-14 05:05:00 · 1598 阅读 · 0 评论 -
C#排序算法全接触
冒泡排序: 以下是C#开发出的冒泡排序算法。希望能为C#语言的学习者带来一些益处。不要忘了,学语言要花大力气学数据结构和算法。 using System; namespace BubbleSorter { public class BubbleSorter { public void Sort(int [ ] list) { int i,原创 2004-08-13 11:42:00 · 1007 阅读 · 4 评论 -
XPath Querying Over DataSets with the DataSetNavigator - Arpan Desai
Summary: Arpan Desai discusses the DataSetNavigator, which provides the power and flexibility of the XML programming model without the overhead of having to convert the entire DataSet into an XmlDataD原创 2004-08-27 13:33:00 · 944 阅读 · 0 评论 -
Beginners guide to accessing SQL Server through C#
IntroductionIn this article I plan to demonstrate how to insert and read data from a SQL Server or MSDE database. This code should work on both SQL Server , I am using 2000, and MSDE. I am using Vis原创 2004-08-27 13:48:00 · 1047 阅读 · 0 评论 -
Making Best Out Of Oracle Databases Using ODP.net - Part I
Great Dilemma – Vendor Specific or Portable Code The issue of using generic oledb.net, odbc.net layers vs. vendor specific providers has always been a debate during the development of data access l原创 2004-09-05 06:02:00 · 1160 阅读 · 0 评论 -
MDI With C#
MDI (Multiple Document Interface) is nothing but a way of displaying windows form where there is atleast one parent and many child windows eg. word Excel Powerpoint kind of windows where each document原创 2004-08-29 06:08:00 · 1147 阅读 · 0 评论 -
Creating and Deleting Custom Menus in Visio
Introduction There are several ways to handle the menus in Microsoft Visio application but are no events generated when the user click the menu.The best way to handle the menus and menu event handli原创 2004-08-29 06:07:00 · 1078 阅读 · 0 评论 -
TFTP in C#
The following source code is for a TFTP application. I searched hard and long and all I found was controls for sale. The library I currently have only does file "gets" as that is all I needed for the原创 2004-08-29 06:06:00 · 2773 阅读 · 0 评论 -
Simple Messenger Developed in .NET Using C#
This is a simple Messenger developed in .NET using C#. You will find the server and the client.You can run many clients to talk to each other and that is controlled by the server. You will find the se原创 2004-08-29 06:05:00 · 714 阅读 · 0 评论 -
Multiparameter Indexer in C#
By Ramkumar Durgam // PhoneDirIndex.cs - PhoneDirectory to simulate the use of an Multiparameter Indexer using C#// ------------------------------------------------------------------------------原创 2004-08-29 06:04:00 · 842 阅读 · 0 评论 -
Navigation Through Records With TrackBar(Slider)
IntroductionThis application will show a different way how to navigate through records in a data source with a TrackBar (Slider) by using either the mouse or the direction keys(Left, Right, Up, Down原创 2004-08-29 06:03:00 · 1017 阅读 · 0 评论 -
Wallpaper Changer in C#
Wallpaper Changer in C#By Kfiz Arbel using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Runtime.InteropServices;原创 2004-08-29 05:57:00 · 1394 阅读 · 0 评论