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

 

How to check status of a service and get list of all running services (C#)?
Total Hit (8579) In .Net using "System.ServiceProcess" namespace now its so easy to work with windows services. This article will show you how easy it is to get list of all running service or to check status of a single service by name. To control (i.e start/stop/paush) or retrive information of any service you need ....Read More
Rating
Windows Forms Drop Shadow
Total Hit (16103) «code LangId=3»public class Form1 : Form { private const int CS_DROPSHADOW = 0x00020000; public Form1() { InitializeComponent(); } protected override CreateParams CreateParams { get { ....Read More
Rating
Unmanaged Memory Allocations
Total Hit (7395) If you are going to be using pointers, it may make sense to allocate from an unmanaged heap. For the vast majority of needs is not any better than the using the garbage collector, but if you are allocating a large amount of memory, especially for short periods of time, need better control of when me ....Read More
Rating
Html Encoding and Decoding
Total Hit (6649) Some time you need funky code don't bother yourself by hard coding to every things when Microsoft give you facility. Simply add refreces of System.Web to your project then where you need Encoding write this line System.Web.HttpUtility.HtmlEncode() Sample example «code LangId=3»string String ....Read More
Rating
How to check 64-bit Operating System
Total Hit (7346) <b>VB.net</b> «code LangId=2» Public Shared ReadOnly Property Is64BitOperatingSystem() As Boolean <SecuritySafeCritical> _ Get Dim flag As Boolean Return ((Win32Native.DoesWin32MethodExist("kernel32.dll", "IsWow64Process") AndAlso Win32Native.IsWow64Process(Win32Native.GetCurrentPr ....Read More
Rating
Replace function in C#
Total Hit (8615) Currently C# has no replace function build in .net where are Vb.net has it. This function helps you to replace strings.
Rating
This is a link to a different site Part 3: Binary Trees and BSTs
Total Hit (3321) This article, the third in a six-part series on data structures in the .NET Framework, looks at a common data structure that is not included in the .NET Framework Base Class Library: binary trees. Whereas arrays arrange data linearly, binary trees can be envisioned as storing data in two dimensions. ....Read More
Rating
This is a link to a different site I/O Ports Uncensored Part 2 - Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port
Total Hit (5462) If you want to understand the logic of these I/O ports and want to make a quick start to LCD you have to check out my first article. If you don't need the logic and only need a quick live work, do the circuit in part 2 and download my program to make LCD live. ....Read More
Rating
This is a link to a different site Basic Database Operations in ADO.NET
Total Hit (4706) This Article will show the basic database transactions select, insert update and delete. I am using MS-Sql database “northwind” for the demonstration. I am not going to use the class SqlCommandBuilder and I will tell you the reason later.
Rating
This is a link to a different site C# Regex - Parsing URLs With Regular Expressions
Total Hit (3858) While the .NET Framework contains a class call Uri which provides a lot of functionality when dealing with URLs and URIs, it's not always easy to get at the pieces of a URL. I present a technique here using regular expressions to extract the subparts of a URI in one fell swoop. But first let's talk ....Read More
Rating
This is a link to a different site Part 2: The Queue, Stack, and Hashtable
Total Hit (3258) This article, the second in a six-part series on data structures in the .NET Framework, examines three of the most commonly studied data structures: the Queue, the Stack, and the Hashtable. As we'll see, the Queue and Stack are specialized ArrayLists, providing storage for a variable number of objec ....Read More
Rating
This is a link to a different site Calling Win32 DLLs in C# with P/Invoke
Total Hit (9239) How to call win32 api using C#
Rating
This is a link to a different site I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
Total Hit (5989) This article is on reaching ports, controlling external devices and electronics. Perhaps you are asking "why?" The idea is simple: It is to achieve something that is real, physical and emotional. As a freelancer I have been coding for about 4 years for my own interest. At first I started with C but ....Read More
Rating
This is a link to a different site Part 1: An Introduction to Data Structures
Total Hit (3369) This article kicks off a six-part series that focuses on important data structures and their use in application development. We'll examine both built-in data structures present in the .NET Framework, as well as essential data structures we'll have to build ourselves. This first installment focuses o ....Read More
Rating
This is a link to a different site Part 4: Building a Better Binary Search Tree
Total Hit (3338) This article, the fourth in the series, begins with a quick examination of AVL trees and red-black trees, which are two different self-balancing, binary search tree data structures. The remainder of the article examines the skip list data structure, an ingenious data structure that turns a linked li ....Read More
Rating


Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.