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 5 of 25) 735 Result(s) found 

 

Print3D - Drawing a text with 3D effect
Total Hit (5604)
Rating
Marking strings with a different color in source code documents
Total Hit (2530) When you build strings by concatenating hardcoded constant strings and variable strings, it's easy to forget a closing double quote, and thus receive a compile time error when you launch or compile the program (actually, you see that there is a syntax error even before, because the statement gets un ....Read More
Rating
CloneObject - cloning an object by serializing it to a memory stream
Total Hit (2540)
Rating
Retrieving special system paths
Total Hit (2631) The GetFolderPath method of the Environment class lets you retrieve the path of several important system directories. For example, here's how you determine the path of the Desktop directory for the current user: «Code LangId=2» Console.WriteLine(Environment.GetFolderPath _ (Environment.Spec ....Read More
Rating
ExplodeForm - Showing a form with an explosion effect
Total Hit (3977) «Code LangId=2» ' Show a form with an explosion effect. ' the numSteps parameter is the number of steps to increase the form size from ' 0 to the original size ' the stepDuration argument is the number of milliseconds between each step ' Example: ' Private Sub Form1_Activated(...) Handles ....Read More
Rating
Debugging custom action in Visual Studio.net Setup project
Total Hit (3792) I had spent quite bit of time searching around and finally got something which gives you ability to debug custom action in visual studio setup project. Here is few steps to debug custom action code. Generally you write a seperate DLL which includes custom action code. To learn more about how to w ....Read More
Rating
CreateDatabase - Creating a SQL Server database
Total Hit (3112)
Rating
StartComPlusApplication - Starting a COM+ application
Total Hit (2700)
Rating
GetListSubItemFromPoint : Detect Listview item/subitem click (VB.net)
Total Hit (18019) Sometimes you might want to determine which listview column clicked by user. You can find listitem (i.e. row) using GetItemAt method but there is no direct property or method in .Net to determine clicked subitem (i.e. column) based on (X,Y) coordinates. Here is the small code snippet to accomplish t ....Read More
Rating
Understanding passing arrays by reference
Total Hit (3557) .NET arrays are object types, thus an array variable is actually a pointer to the object where data is actually stored. For this reason, when you pass an array to a procedure the pointer is passed and the called procedure is always able to modify the elements of the array, regardless of whether the ....Read More
Rating
Prevent a second process instance from running
Total Hit (2960) VB6 developers can use the App.PrevInstance property to check whether there is another instance of the same process already running on the current machine. This property isn't available any longer in VB.NET, so you must retrieve this information by using the properties of the Process object. The ....Read More
Rating
ImplodeForm - Hiding a form with an implosion effect
Total Hit (2820) «Code LangId=2»' Hiding a form with an implosion effect. ' the numSteps parameter is the number of steps to decrease the form size from ' the current size to 0 ' the stepDuration argument is the number of milliseconds between each step ' Example: ' Private Sub Form1_Closing(...) Handles My ....Read More
Rating
ExecuteSqlScriptsWithOsql - Executing an array of script files with the OSQL utility
Total Hit (2595)
Rating
How to delete files older than N days from a specified path with specified file name pattern?
Total Hit (8268) Some time I need to write a clenup routine which checks fol old files and delete if older than a specified days. Here is a code snippet which does the same thing. «code LangId=2»Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click '//d ....Read More
Rating
GetComPlusAppRoles - Retrieving a COM+ Application's roles
Total Hit (2772)
Rating
IsValidUsZip - Validating a US ZIP code
Total Hit (2789) «Code LangId=2» ' Validate a US ZIP code ' Example: ' MessageBox.Show(IsValidUsZip("12345")) ' => True ' MessageBox.Show(IsValidUsZip("12345-1234")) ' => True ' MessageBox.Show(IsValidUsZip("12345-12345")) ' => False Function IsValidUsZip(ByVal zip As String) As Boolean Re ....Read More
Rating
IsImageFile - Returns whether the file is an image
Total Hit (3668) «Code LangId=2» ' Returns a boolean indicating whether the file is an image Function IsImageFile(ByVal filePath As String) As Boolean ' add more extensions if you wish Dim extensions() As String = New String() {".bmp", ".jpg", ".jpeg", ".gif", _ ".tif", ".tiff", ".png", ".tga", ....Read More
Rating
SaveTextFile - Save or append text to a file
Total Hit (3655) «Code LangId=2» ' Saves a text file. If the destination file already exists, ' its content can be replaced, or the new content can be appended ' at the end of the file, according to the last parameter ' Note: the destination directory must exist, otherwise the file is not ' saved and th ....Read More
Rating
Implementing IClonable - Shallow copies
Total Hit (2526) An object that want to support cloning should implement the ICloneable interface. This interface exposes only one method, Clone, which returns a copy of the object. The ICloneable specifics don't specify whether the object that the Clone method returns is a shallow copy or a deep copy. The differenc ....Read More
Rating
Ensuring that a style is supported by a font family
Total Hit (2599) «Code LangId=2»' Not all fonts support the same styles. This function takes in ' input a font family and a font style, and returns a font style ' which is safe for that particular font family, by removing ' the styles that are not supported ' ' Example: ' GetSafeStyleForFontFamily(richTextB ....Read More
Rating
This is a link to a different site A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
Total Hit (2552) This article deals with two not-so-commonly discussed topics. The first is using Microsoft's XMLHTTP component to perform an HTTP request. To learn more about how to use XMLHTTP for this purpose, be sure to check out this FAQ. This article also utilizes regular expressions to remove delimited chunks ....Read More
Rating
This is a link to a different site .NET Outlook Style ListBar Control
Total Hit (1798) The .NET ListBar control aims to provide the most accurate reproduction of the Microsoft Outlook bar control. All the features of the Outlook bar control are supported and more: in particular the control provides nicer drag-drop operation, has more display modes and provides an extensible object mod ....Read More
Rating
This is a link to a different site How Do I...Use ISerializable to Customize the Serialization of a Class?
Total Hit (776) This sample illustrates how to use the ISerializable interface to customize the serialization of your own objects. This sample serializes objects based on the mscorlib assembly namespace tree structure. Each object contains a property as the name of the item and a list of children as per the real ob ....Read More
Rating
This is a link to a different site Full Chapter on Serialization from the book XML and ASP.NET (by George Petrov)
Total Hit (909)
Rating
This is a link to a different site Regular Expressions in .NET
Total Hit (4444)
Rating
This is a link to a different site How Do I...Read XML from a URL?
Total Hit (2128) This sample illustrates how to read XML from an URL using the XmlTextReader class.
Rating
This is a link to a different site Imposing Constraints on DataSet DataTables
Total Hit (1270)
Rating
This is a link to a different site SysTray from .NET
Total Hit (1679) The .NET Framework includes a NotifyIcon component but this unfortunately doesn't support InfoTip (balloon) notification; at least, not in v1.0 of the Framework. This sample provides an equivalent class which uses the Shell code directly to allow all the tooltip facilities to be used. ....Read More
Rating
This is a link to a different site How Do I...Generate and compare a hash value?
Total Hit (2304) It is easy to generate and compare hash values using the cryptographic resources contained in the System.Security.Cryptography namespace. Because all hash functions take input of type Byte[], it might be necessary to convert the source into a byte array before it is hashed. To generate a hash val ....Read More
Rating
This is a link to a different site Display Multiple reports using single ReportViewer control
Total Hit (1108) It is easy to get the ReportViewer Control to report off of a DataSet that is set during design time. But what if you want to use code to cause one ReportViewer control to display many totally different reports using your own O/R mapper collection instead? It is not easy to see how to do this, but i ....Read More
Rating


(Page 5 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.