|
|
|
.NET Namespaces (1964) .NET Framework Namespaces | Applications (873) Management, Email, Graphics, Search.. | Articles & Samples (35084) Assembly, Caching, Controls, Reflection.. | Community (108) Conferences, Chat Rooms, Jobs, Training.. | Component & Controls (979) Forums, Management, Email, more.. | Developers Sites (136) Sites dedicated to developer community.. | Developers Training (258) Training CD-ROMs, Videos, Courseware.. | Downloads (333) Service Packs, Code, Msdn Show.. | Hosting Services (141) ASP and ASP.Net Hosting sites.. | Introduction (339) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (2215) Knowledge Base Articles, Samples, Tutorials, HowTos... | Sample Chapters (243) Sample Chapters from Developer Books.. | Silverlight (105) Silverlight | Support WebCasts (606) Microsoft's Support WebCasts |
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: VBDT
|
Rating:
|
|

There are many similar articles of this type but I didn't find any article discussing about how to hook the mouse and the keyboard in Visual Basic.Net. Since I have done this in V.B.Net I decided to post it in here for the people who will need it. This project is a single component that contains various windows hooks ( I might add some other hook types in this component in the future if I have time). * Clipboard Hook * Keyboard Hook * Mouse Hook...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Joel Ivory Johnson
|
Rating:
|
|

Figuring out how to make an application automatically start up had long been a mystery to me. The information was scattered and a bit of research was needed to collect all of. During my research I placed all of my notes in a various documents and have decided to organize them into a single document and share with all. The information presented here was tested on Windows Mobile 5 and Windows Mobile 6 devices but can also be applied to several versions of Windows CE (The OS from which Windows Mobi...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Allen C. Copeland Jr.
|
Rating:
|
|

Creates and manages a series of strings which are used to create a flags-based enumerator. Provides relationship management for cases where values should not be used together. I created this simple project as an effort to simplify my life in another project I'm working on. I often found the need to create enumerations that could have their values mixed, but also had cases where certain values should not be used together. So keeping this basic logic in mind, I created this project....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: ComponentOne
|
Rating:
|
|

In the business world of deadlines, we need tools to help us get the job done efficiently and professionally. For those of you creating .NET data-entry forms, look no further. With ComponentOne InputPanel™ for WinForms, you can take this single control and create a complete data-entry form in minutes. It manages the design, layout, appearance, and behavior of multiple input components. Supported components include textboxes, numeric and masked input, combo boxes, rich labels, custom controls, an...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Helbrax
|
Rating:
|
|

HTML offers a lot of user controls and interfaces, but one that is surprisingly absent is a "combo box" control, which is a hybrid of a text box and a select box, allowing you to choose from a pre-defined selection or enter your own....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: John TWC
|
Rating:
|
|

Thunk is a very useful technology. I talk about three typical uses of thunk in this article: 1. turning callbacks into member functions of classes. 2. providing an interface proxy. 3. supporting virtual functions under multiple inheritance in c++. Before we start, let's have a general idea of what thunk is. Thunk is generally a piece of machine code that intercepts a client call and modifies the call stack before jumping to the real implementation of the client call....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Amit Kumar Thakur
|
Rating:
|
|

We can call a web service in Internet Explorer using the webservice.htc approach. But this does not work in firefox. Working on a website which required web service for polling, I developed this code which uses XMLHttpRequest object to call a web service and even post data. It is actually availaible at multiple places, webservice.htc at one place, post using XMLHttpRequest at another place and so on. I've aggregated it. The most important thing to be here would be that for this approach to work,...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Sam Rahimi
|
Rating:
|
|

Most of the new Windows Mobile devices include a GPS receiver as part of the standard configuration. However, one problem is that of the repeated "cold start." Presumably to save battery life, the GPS receiver is turned off when it is not being used. Unlike standard GPS devices, mobile GPS chipsets do not save data when they are powered off, requiring a "cold start" each time they are used. This means up to 10 minutes of keeping the phone motionless until it has locked on to the satellites. Wind...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Scott Clewell
|
Rating:
|
|

Microsoft's SQL Server Management Studio allows you to have a project to organize scripts and also lets you add "External Tools" that can interact with your projects. The downside is: when a large amount of scripts from a project need to be executed, they must be opened and executed one by one. I found an article that executed all of the scripts in the project that works great when all of the scripts need to be executed, but I needed a tool that could executed the scripts in a specified order....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: alphons
|
Rating:
|
|

One of the things I needed to complete my self-written spam-stopper, which acts like an SMTP proxy, is resolving DNS queries, reading SPF1 records, doing reversed lookups etc. On the .NET (2.0) framework, there is a simple implementation of a DNS component. But it is far from complete. The other project on DNS resolving on CodeProject, C# .NET DNS query component, by Rob Philpott is old, buggy, incomplete, and not supported anymore. It was time to take the official RFCs on DNS and build the appl...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Marius Iulian Mihailescu
|
Rating:
|
|

The goals of this articles is to present very short (as possible) an overview about delegates and events The "hot" shots of this article are : * understanding delegates concept * how to use events * creating conversion operators * goal of preprocesor * study of attributes...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Michael Leithold
|
Rating:
|
|

This article demonstrates how to start and debug a windows service with Visual Studio 2008. It will also work with Visual Studio 2005. When developing a windows service with Visual Studio you usually have to start the windows service with the service control manager and then you have to attach the debugger to the process. But this is not necessary. You can automate this process in most cases so you only have to press F5....
|
|
|
|
|
|