Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 25 of 25) 735 Result(s) found 

 

Using a union to retrieve the RGB components of a color
Total Hit (2943) In VB.NET you can create what in C is called a union, i.e. a particular structure where you can access the same memory with different names. Here's how you declare such a structure by using the StructLayout attribute, and specifying that you want to define the structure layout explicitly, namely how ....Read More
Rating
AddToRecentDocs - Adding a file to the list of recent documents
Total Hit (2756)
Rating
RestartDefaultSite - Restarting the default website in IIS
Total Hit (2671)
Rating
GetAllControls - Retrieving all the controls inside a container and its sub-containers
Total Hit (2692) «Code LangId=2» ' Returns an array with all the controls in the specified container control and ' its child containers ' Example: ' ' print the name of all the controls on the form and its child container ' controls ' Dim ctl As Control ' For Each ctl In GetAllControls(Me) ' ....Read More
Rating
Dealing with Single Quote (') problem in SQL Server while inserting data.
Total Hit (1942) I dont know how many times I had to face single quote problem during my day to day programming task. When you pass any character or varchar datatype to sql server you have to be very careful if your data contains single quotes. You have to replace (') with ('') so sql server can understand it proper ....Read More
Rating
Filter file names on their names or attributes
Total Hit (2781) The GetFiles and GetDirectories methods of the System.IO.Directory class can take an argument containing wildcards, to filter the result: «Code LangId=2» ' Display all the *.txt files in C:\DOCS. Dim fname As String For Each fname In Directory.GetFiles("c:\docs", "*.txt") Console.WriteLin ....Read More
Rating
A Complete guide to .net Framework
Total Hit (1670) The Microsoft .NET Framework is a platform for building, deploying, and running XML Web services and applications. It provides a highly productive, standards-based, multiple-language environment for integrating existing investments with next-generation applications and services, as well as the agili ....Read More
Rating
This is a link to a different site Role-Based Authorization With Forms Authentication
Total Hit (1537) In Web applications, typically there exist certain parts of the site that only certain individuals, or groups of individuals, can access. For example, imagine an intranet Web site used to administer the content on a company's public Internet Web site, where the public Web site lists products sold by ....Read More
Rating
This is a link to a different site How Do I...Pass An Object to a Server By Value?
Total Hit (738) The Pass an Object to a Server by Reference section illustrated that local objects are always passed by value when you call a remote function. To demonstrate this concept, you need change the previous example.
Rating
This is a link to a different site How Do I...Save a DataSet as XML?
Total Hit (1211) This sample illustrates how to use XmlDataDocument to save relational data from a DataSet to an XML file. This demonstrates the transition from relational data to XML data.
Rating
This is a link to a different site Remoting Overview
Total Hit (1232) The common language runtime Remoting infrastructure provides a rich set of classes that allow developers to ignore most of the complexities of deploying and managing remote objects. Even though you are dealing with applications running against different run-time environments, calling methods on remo ....Read More
Rating
This is a link to a different site How Do I...Make a ResourceReader?
Total Hit (673) There are two steps to creating a custom resource reader. The first step is to create a class that implements IResourceReader, which requires a Close method and an implementation for GetEnumerator. The following code example demonstrates creating a basic class that implements IResourceReader. ....Read More
Rating
This is a link to a different site How Do I...Apply an XSL Transformation to XML?
Total Hit (995) This sample illustrates how to apply an Extensible Stylesheet Language Transformations (XSLT) file to an XML document using the XslTransform class. This class implements the World Wide Web Consortium (W3C) W3C XSL Transformations (XSLT) version 1.0 specification. (For further reference, you might wa ....Read More
Rating
This is a link to a different site Object Syntax Introduction
Total Hit (1795) From the publisher: "In this book, we cover VB.NET virtually from start to finish: we begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XM ....Read More
Rating
This is a link to a different site Displaying the directory tree using the TreeView control in VB.NET
Total Hit (1837) This project was created using the .Net Beta 2 Release. It was originally written in VB6 and then rewritten in VB.Net. It teaches how to browse the directory structure and display it using the TreeView control. I make a point of highlighting differences between the VB6 and the VB.Net solutions. Some ....Read More
Rating


(Page 25 of 25) 735 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.