Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, July 04, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > Visual Basic.Net
Search:
What's New - What's Hot
Listings for Automation Automation (15)
Listings for Base Class Libraries Base Class Libraries (8)
Listings for Compiling Compiling (2)
Listings for Component Component (12)
More Categories for Database Database (96)
Listings for Debugging Debugging (2)
Listings for Error Handling Error Handling (7)
More Categories for Errors and Bugs Errors and Bugs (69)
Listings for Exceptions Exceptions (5)
More Categories for File Management File Management (12)
Listings for Migration to VB.NET Migration to VB.NET (12)
Listings for Miscellaneous Miscellaneous (37)
Listings for Object Pooling Object Pooling (14)
More Categories for Office Documents Office Documents (24)
Listings for Operating System Operating System (15)
Listings for Reference Reference (2)
Listings for Regular Expression Regular Expression (4)
Listings for Server Application Server Application (8)
More Categories for Server Controls Server Controls (19)
Listings for Threading Threading (7)
Listings for User Controls User Controls (8)
Listings for VB.Net and XML VB.Net and XML (70)
Listings for Windows Form Windows Form (33)
 


How to create a transparent control in VB 2008        
Total Hits: 32  |  Today: 0 Author: unlistedemail24@gmail.com       Rating:  
Read Reviews | Write Review |   Your Rating: 

The transparency option in VB 2008 is not as useful as it could be because the Transparency setting causes the application to hide all of the graphics under the control, all the way through to the form background....

How to estimate a software project in man-hours?        
Total Hits: 35  |  Today: 0 Author: RedSunBeer       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the good old days, software development costs were purely based upon the number of man-hours that were put into it. This was good for many techies, as many didn�t have a clue of how to deliver the solution and a lot of trial and error was involved. Most software developers were usually put in a department called R&D :o). This was bad for the software industry as it meant that costs were ridiculously high for even medium sized projects, which meant that most investors kept away from suc...

How to: Use an InPlaceMetadataWriter to Change Metadata        
Total Hits: 44  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The following example uses an InplaceBitmapMetadataWriter to write metadata into an image. For the complete sample, see BitmapMetadata Sample....

How to: Add Custom Data to Ink Data        
Total Hits: 43  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can add custom data to ink that will be saved when the ink is saved as ink serialized format (ISF). You can save the custom data to the DrawingAttributes, the StrokeCollection, or the Stroke. Being able to save custom data on three objects gives you the ability to decide the best place to save the data. All three classes use similar methods to store and access custom data....

How to: Erase Ink on a Custom Control        
Total Hits: 40  |  Today: 0 Author: Microsoft Corporation.       Rating:  
Read Reviews | Write Review |   Your Rating: 

The IncrementalStrokeHitTester determines whether the currently drawn stroke intersects another stroke. This is useful for creating a control that enables a user to erase parts of a stroke, the way a user can on an InkCanvas when the EditingMode is set to EraseByPoint....

How To: Recognize Application Gestures        
Total Hits: 42  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The following example demonstrates how to erase ink when a user makes a ScratchOut gesture on an InkCanvas. This example assumes an InkCanvas, called inkCanvas1, is declared in the XAML file....

How to: Drag and Drop Ink        
Total Hits: 45  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The following example creates an application that enables the user to drag selected strokes from one InkCanvas to the other....

How to: Retrieve Query String Information in a ClickOnce Application        
Total Hits: 61  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The query string is the portion of a URL beginning with a question mark (?) that contains arbitrary information in the form name=value. Suppose you have a ClickOnce application named WindowsApp1 that you host on servername, and you want to pass in a value for the variable username when the application launches. Your URL might look like the following:

http://servername/WindowsApp1.application?username=joeuser...

Walkthrough: Using a Custom Action to Create a Database at Installation        
Total Hits: 72  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The following walkthrough demonstrates the use of a custom action and the CustomActionData property to create a database and database table during installation....

Walkthrough: Redirecting an Application to Target a Different Web Service at Installation        
Total Hits: 50  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This walkthrough demonstrates how to create a Web application that can be redirected to target a different Web service by using the URL Behavior property, an Installer class, and a Web Setup project. This is useful when you need to target a Web service locally during development and want to use a production version of the Web service when your application is deployed....

How to: Define a Generic Method with Reflection Emit        
Total Hits: 48  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The first procedure shows how to create a simple generic method with two type parameters, and how to apply class constraints, interface constraints, and special constraints to the type parameters. The second procedure shows how to emit the method body, and how to use the type parameters of the generic method to create instances of generic types and to call their methods....

How to: Define a Generic Type with Reflection Emit        
Total Hits: 48  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This topic shows how to create a simple generic type with two type parameters, how to apply class constraints, interface constraints, and special constraints to the type parameters, and how to create members that use the type parameters of the class as parameter types and return types....


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net