Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, February 09, 2010

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 > VB.Net
Search:
What's New - What's Hot
Listings for Articles & Samples Articles & Samples (4312)
Listings for Downloads Downloads (5)
Listings for Errors and Bugs Errors and Bugs (69)
Listings for Introduction Introduction (39)
Listings for Knowledge Base Knowledge Base (476)
Listings for Sample Chapters Sample Chapters (25)
Listings for Support WebCasts Support WebCasts (5)
 


Control Class    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Represents the base class for user interface (UI) elements that use a ControlTemplate to define their appearance....

FilterBuilder    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Ant2100       Rating:  
Read Reviews | Write Review |   Your Rating: 

FilterBuilder is a simple utility allowing you to easily create dialog filters. As well as containing 135 of the most common file filters, FilterBuilder allows you to create endless combinations of file filters without ever having to maintain lengthy filter strings....

LineCap, DashCap, and DashStyle in GDI+    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Puran Mehra       Rating:  
Read Reviews | Write Review |   Your Rating: 

Pens offer more options than what we have seen so far. A line's caps are the starting and ending points of the line. For example, you may have seen lines with arrows and circles. Figure 4.24 shows some lines with their cap and dash styles.

Using Pen properties and methods, you can draw lines with cap and dash styles. Here we will discuss line cap and line dash styles only briefly....

UnPatcher: a COM object for patching files    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Alessandro Vergani       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I faced myself with a problem that I think is very common among developers: patching a software release.

There are many tools for doing this, even freeware, but I wanted something similar to the LiveUpdate of a well-known software.

Since all patching software I found is not free-source, I started writing my patch algorithm without good results: the patch file it generated is almost the same size of the original file.

I started asking around for help, but none can ge...

A VB Front End for the VC++ Profiler, Excel, and PROFILER    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Dave Richards       Rating:  
Read Reviews | Write Review |   Your Rating: 

VC++ has an excellent built-in profiler, but in keeping with the (apparent) design philosophy of the product, MS doesn’t provide a nice GUI for the feature, preferring to provide flexible low-level functionality that can be customized. An associated tool is a macro to be found in the VC98/Bin folder, titled PROFILER.XLM. This macro will take the tabbed text output from the profiler output processor program PLIST.EXE, and present it as an Excel chart showing either function timing or hit counts. ...

Generate UI For Metadata    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Pramirez       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many people are talking about SaaS. SaaS applications are cool, but for us - the people who create and make them work, it represents a new challenge as we have to change the way we code and architect the solution....

Bulk Email Sender & Extractor    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 1 Author: Amir Pournasserian       Rating:  
Read Reviews | Write Review |   Your Rating: 

I use this code to collect related emails & send newsletters to my customers. I don't use it to send Junk mails to others, so I do not know about the filtering for different mail servers and these kind of usages. I also use it to extract emails from a complex text file (containing email addresses and other texts)....

A rating system to rate your online articles and display the ratings graphically    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Stephan Bren       Rating:  
Read Reviews | Write Review |   Your Rating: 

This tutorial walks you through the process of building a rating system in ASP.NET, Visual Basic .NET and SQL Server that allows your users to rate an article, and then see the ratings graphically displayed on the article....

How to: Request Minimum Permissions by Using the RequestMinimum Flag    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The RequestMinimum flag enables you to request a minimum set of permissions that your code requires to execute. By contrast, the RequestRefuse flag enables you to refuse permissions by explicitly specifying which ones your code should not be granted....

How to: Request Optional Permissions by Using the RequestOptional Flag    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The RequestOptional flag enables you to request a set of permissions and implicitly refuse all other permissions that the runtime otherwise might be willing to give. By contrast, the RequestRefuse flag enables you to refuse permissions by explicitly specifying which ones your code should not be granted....

How to: Refuse Permissions by Using the RequestRefuse Flag    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you are concerned that your code might be used to access system resources maliciously, you can request that it never be granted a particular permission. For example, an application that browses data in a file but never modifies the data might refuse any file-write permissions. In the event of a bug or a malicious attack, this code cannot damage the data on which it operates....

How to: Request Permission for a Named Permission Set    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Instead of requesting individual permissions (using RequestMinimum, RequestOptional, or RequestRefuse), you can request any of the following built-in permission sets: Nothing, Execution, FullTrust, Internet, LocalIntranet, and SkipVerification. You cannot request custom named permission sets or the Everything modifiable built-in permission set because the permissions they represent can vary. The following example shows the syntax to request permission for a named permission set. It attaches a Pe...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net