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 64 of 133) 3985 Result(s) found 

 

Animation - A class to extract all the frames of an animated image
Total Hit (4554)
Rating
Color2Html - Retrieving the HTML code for the specified Color
Total Hit (2701)
Rating
DrawFlipImage - flipping an image on one or both axes
Total Hit (3209)
Rating
PlayAVIAudioOFF - Playing an AVI file synchronously without the audio track
Total Hit (3404)
Rating
PlayAVIPictureBox - Playing an AVI file in a PictureBox synchronously
Total Hit (8479)
Rating
PlayAVIVideoOFF - Playing the audio track of an AVI file
Total Hit (3218)
Rating
PlayWAV - Playing a WAV file
Total Hit (2579)
Rating
Get the Current Screen Resolution (VB.NET)
Total Hit (3394)
Rating
How to pass command line arguments to application?
Total Hit (1995)
Rating
StringToCode - Convert a string to the corresponding VB code
Total Hit (2234)
Rating
ValidateVBName - Check a variable's or procedure's name
Total Hit (3365)
Rating
ExecuteMCICommand - Executing a MCI command
Total Hit (2811)
Rating
GetMCIErrorString - Retrieving the description of a MCI error
Total Hit (2384)
Rating
IsSoundCardSupported - Returns whether a sound card is supported
Total Hit (2176)
Rating
Opening and closing the CD door
Total Hit (2289)
Rating
Creating an XML Document with the XMLTextWriter Class
Total Hit (2755) To quickly create a new XML document you can use the XMLTextWriter class. There are many ways to create XML in the .NET Framework, but the XMLTextWriter is one of the quickest. «Code LangId=2» Dim mywriter As System.Xml.XmlTextWriter mywriter = New System.Xml.XmlTextWriter("c:\myxml.xml", Not ....Read More
Rating
App.Path in VB.NET
Total Hit (3144) The APP Object no longer exists in VB.NET, so calling App.Path to get the location of your application does not work. Thankfully there are many other ways to do this in VB.NET, here are a few. NOTE: Some of these will only work for forms and not DLL's without any UI. The first two that reference ....Read More
Rating
Mail Tutorial in VB.NET
Total Hit (3296) Microsoft has made life more easy by adding an in-built .NET class for SMTP Mail. This article will show you how you can take advantage of System.Web.Mail namespace in VB.Net «B»Basic Mail Message«/B» «Code LangId=2» Imports System.Web.Mail Dim m As New System.Web.Mail.MailMessage() Wi ....Read More
Rating
Determining if a database value is null in VB.NET
Total Hit (1642) You must create an object of the System.DBNull class and then once you have an instance of it you can check your variables like the example below shows.
Rating
Running an Insert SQL Query with ADO.NET and VB.NET
Total Hit (1612) If you have SQL server setup on your machine and the Northwind database then this example should work for you. You may have to change the password for the sa account as it's blank in the example.
Rating
Load a DataGrid Contol with XML Data using ADO.NET
Total Hit (1405) You will need to create a new Form, and then add three controls to it. A Button called btnImportXML, a DataGrid called DataGrid and a TextBox called txtPath. Run the project and type the complete path to your XML document in the Textbox then click the Button. The DataGrid will be loaded with you ....Read More
Rating
Sending Mail in VB.NET using Sockets
Total Hit (3532) This class provides all the functionality. This class was implemented without error handing on purpose to make it easier to understand the program flow.
Rating
Sending a File to a Web Server
Total Hit (2930) «B»Description«/B» This is a working example of sending a file to a web server, and then processing the file from memory without saving it to a file. «B»ASP Page Code«/B» You will need to create a new Web Form and add this ASP.NET code to it. «Code LangId=2» <%@ Page Language="vb" Au ....Read More
Rating
Singleton Design Patten in VB.NET
Total Hit (2806) The Singleton pattern ensures that only one instance of a class is created. All objects that use an instance of that class use the same instance. This is the most common design pattern, and easy to implement, but very powerful when used properly.
Rating
String operation in vb.net
Total Hit (1899) The following example uses some of the methods discussed in the Basic String Operations topics to construct a class that performs string manipulations in a manner that might be found in a real-world application. The MailToData class stores the name and address of an individual in separate properties ....Read More
Rating
GetTableColumns - Retrieving the column names of a table in a database
Total Hit (2667)
Rating
IsSqlServerDatabasePresent - Checking whether a SQL Server database is present
Total Hit (2399)
Rating
RestoreDatabase - Restoring a SQL Server database
Total Hit (2689)
Rating
SetCommandsTransaction - Assign a transaction to the DataAdapter's commands
Total Hit (2894)
Rating
UpdateDataAdapter - Update a data source through a DataAdapter
Total Hit (2092)
Rating


(Page 64 of 133) 3985 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.