Search
Sort By Search Results
  • What Is The Future Of VB.NET May 12, 2016. Are you a VB.NET developer? Do you wonder what the future of VB.NET looks like?
  • How to Use Chart Control in VB.NET 2010Dec 25, 2014. This article shows how to use the Chart control in VB.NET.
  • Calling WinINet API from VB.NET : Part 2Nov 10, 2012. This is an API which connects with the remote server . After connecting it brings the files to your local disk without the “Save to Disk” dialogue box . Please contact the author for any problems.
  • How to build Multi-Language Web Sites with ASP.NET 2.0 and VB.NET 2005Nov 10, 2012. In this article, we will explore the necessary details for working with resources in ASP.NET applications.
  • Abstract Classes in VB.NET Nov 10, 2012. This is a detailed analysis of abstract classes and methods in VB.NET with some concrete examples.
  • COM Interoperability in VB.NET Part 3Nov 10, 2012. In this article I cover the area how to use a COM server in a .NET client. Existing COM components are precious resources to your managed applications. So now let us observe how you can build a .NET Client that uses a COM Server.
  • Determine Web Visitors Country of Origin in the Drop Down List using VB.NET or C#Nov 10, 2012. During the transaction online, there are times when it is important to preset the web visitor's country of origin, ZIP code, ISP and domain name at the drop down list to prevent fraud and to ease the complexity of registration task. This article shows you how by using .NET Framework, it can be done.
  • Tips : Leveraging VB.Net Base ClassesNov 10, 2012. Multiple language implementation has an inherited powerful advantages. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries. This article shows you how to leverage the power of VB.Net Financial base class library using C#.
  • COM Interoperability in VB.NET Part 2Nov 10, 2012. This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). It looks up numerous information such as CLSIDs, IIDs, ProgIDs etc.
  • Exploring Array in VB.NET Nov 10, 2012. There are few differences between VB6 and VB.NET arrays. Let’s find out how VB.NET arrays differ from the VB6 arrays. The main difference between VB.NET and VB6 based arrays are VB.NET arrays always starts from the element zero (Arrays in .NET enabled languages are inherited from the System.Array class).
  • Image Viewer in VB.NET in VB.NETNov 10, 2012. This program allows you to open and view image files including JPEG, GIF, WMF and other images. Program also provides options to stretch and shrink them, rotate at different angles through all axes and save them in different formats
  • Calling WinINet API from VB.NET Nov 10, 2012. This is an API which connects with the remote server . Inputs are the user name and password which are needed to connect with the server. For demonstration purpose an API called “FtpGetFile” is illustrated. Other API’s for deleting, putting , renaming and moving can be tried out. Please contact the author for any problems.
  • Convert VB6 Form to VB.NET Win FormNov 10, 2012. VB .NET has changed the way developer used to program in VB6, GUI of VB6 used to hide most of the internals working from the developer but with VB.NET every aspect of programming is open GUI controls and all. The language it self got changed with VB.NET.
  • An HTTP Mail Client in VB.NET Nov 10, 2012. The great thing about the POP mail protocol is that it is a well-documented open standard, making writing a mail client to collect mail from a POP box a relatively painless process.
  • Cryptography in VB.NET Part 1Nov 10, 2012. For any Distributed Framework or Infrastructure to be successful today it has to have an extensive support for developing secured solutions. Microsoft .NET is developed from bottom up with security in mind. It has an eclectic security infrastructure.
  • Outlook and VB.Net -Outlook Object modelNov 10, 2012. This article shows what the outlook object model and how to use with vb.net.
  • Exploring VB.NET ArraysNov 10, 2012. There are few differences between VB6 and VB.NET arrays. This article explains how VB.NET arrays differ from the VB6 arrays.
  • How to use Font Dialog in VB.Net on runtimeNov 10, 2012. This article shows that how to use font dialog in VB.NET.
  • Payment Gateway Integration using VB.NET with Authorized.NETNov 10, 2012. This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.
  • How to change desktop background in vb.net Nov 09, 2012. In this article we will discuss how to use User32 windows api for set the background of desktop or desktop wallpaper.
  • Image Editing Tool in VB.Net (Part5- Rotations of Image)Nov 09, 2012. This article describes how to rotate an image, This is the next article of the Image Editing Tool in VB.Net article series.
  • How to use VB.Net to print InvoiceNov 08, 2012. In this article I will demonstrate how to use VB.Net to print Invoice.
  • Document Properties of Word Document in vb.net - Inbuilt PropertiesNov 08, 2012. In this article we will discuss read and rewrite or update document properties of any word document in vb.net.
  • Tic Tac Toe Game in VB.NET Nov 08, 2012. TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable.
  • Send Mail Using Gmail, Yahoo Account in VB.Net and C#.NetOct 19, 2012. In this article I am going to show how to send mail from Gmail or Yahoo using vb.net & C#.NET without login your Gmail account.
  • What is VB.NET Namespace Sep 14, 2012. This article describe namespaces in VB.Net. Group of code having a specific name is a Namespace. In a Namespace the groups of components are somehow related to each other. Namespaces are similar in concept to a folder in a computer file system.
  • SQL Server backup utility using VB.Net and SQL-DMOFeb 05, 2008. This article allows you to take backup of any SQL Server database using SQL-DMO library. It allows you to take backup of selected tables, views or stored procedure.
  • Message window using VB.NET in ajaxDec 03, 2007. This article is used to show message window in vb.net using ajax. The problem comes when you use vb.net using ajax enables website.
  • C# to VB.NET Code Conversion Web ServiceMar 20, 2002. ConvertCSharp2VB is a Web Service that converts a C# code block into VB.Net. It exposes the Service Description and WSDL for the Web Service, so you can implement this functionality in your applications.
  • ASP.NET and VB.NET Error HandlingAug 24, 2001. ASP.NET and VB.NET both are providing excellent error handling options when compared with ASP and VB6. In VB.NET we can make use of the structured way of error handling with the Try & Catch statement.
  • C# or VB.NET - World War IIIAug 23, 2001. In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
  • How To Read CSV File In ASP.NET With Example C# and VB.NETOct 26, 2017. In this articleI'll explain a way to upload, read/browse and show CSV file (Text File) information in ASP.Net GridView using C# and VB.Net.
  • Learn WPF CRUD Operations Using VB.NETMay 09, 2017. In this article, you will learn WPF CRUD Operations using VB.NET.
  • ASP.NET Poll Control In VB.NETJul 22, 2016. In this article, you will learn about ASP.NET Poll Server Control in VB.
  • Invoke Method To Update UI From Secondary Threads In VB.NETJan 25, 2016. In this brief article, we'll see how it can be possible, through the Invoke method, which is available to all controls through the System.Windows.Form namespace, to realize such functionality in order to execute a graphic refresh and update through delegates.
  • Connecting Databases Using ADO.NET In VB.NETJan 22, 2016. In this article you will learn how to connect databases using ADO.NET in VB.NET.
  • Calculate Fractions in VB.NETAug 22, 2015. In this brief article, we'll see a simple method to convert the decimal part of a number into its fractional representation, developing a reusable class apt to do it.
  • Create and Use DataSet-independent Reports in VB.NETJul 24, 2015. In this article we will learn how to create dataset independent reports in VB.NET.
  • How to Create a Login Form and User Form in VB.NetMay 13, 2015. Login Form and User Form in VB.Net showing how to add, edit, delete and reset a form in a VB.Net 2008.
  • How to Use SetPixel Method to Draw a Function in VB.NETNov 25, 2014. This article shows how to use the SetPixel method to draw some mathematical functions.
  • Convert Date From Solar (Gregorian) to Lunar (Hijri) Using VB.NETAug 19, 2014. This article describes how to convert a date from Solar to Lunar using VB.Net.
  • Read External Program Text Using VB.NetJul 09, 2014. This article shows how to create a simple program to read and edit external program(Another Application) text, without modifying the external program(Another Application or Another Program) source code.
  • Glass Style Button With Dropdown MenuList Using VB.NETSep 12, 2013. This article provides a User Control to replace the standard Button with many properties and much versatility.
  • Changing UICulture of Master and Content Pages on Button Click in ASP.NET Using C#, VB.NETMay 25, 2013. This article explains how to change the UICulture of the master and content pages on a button click in ASP.NET.
  • Use of BitBlt Function in VB.NETJan 02, 2013. In this article, we will see how to use BitBlt function in Visual Basic.
  • Owner drawn ListBox control in VB.NETNov 10, 2012. In this article we will see how to write owner drawn ListBox control.
  • XML Schema Validator in VB.NETNov 10, 2012. The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
  • Custom Image Button Control for ASP.NET 2.0 in VB.NETNov 10, 2012. This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application.
  • A variety of Chart Engines using GDI+ in VB.NETNov 10, 2012. The attached source code library is a Chart engine, which is written using GDI+ and VB.NET.
  • ASP.Net Toolbox (Reporting Controls): Part 9 in VB.NETNov 10, 2012. In this article we will discuss, ASP.Net Toolbox controls and its uses. In this article I am only writing some lines on each and every control available in Reporting Control section. In coming day you will find separate article on each control
  • Changing User Information using Active Directory in VB.NETNov 10, 2012. If your company is one of the lucky Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the Active Directory.
  • Providing unbound List based controls with Text and Value properties in VB.NETNov 10, 2012. The purpose of this article is to discuss the construction of a couple of simple custom controls that extend both the Combobox and the Listbox controls to allow them to be associated with both a text and a value property for each item in the control's list.
  • Simple web File download in VB.NETNov 10, 2012. This is a simple program that shows how to download files from the web and save them.
  • Drawing Rubber-Band Lines and Shapes in VB.NETNov 10, 2012. I would like to show how we can draw rubber-band lines and shapes in GDI+ with just a few lines of code.
  • ASP.NET Page Life Cycle in VB.NETNov 10, 2012. In this article, we will see the stages of execution of the ASP.NET Page.
  • Convert Currency Values with a Custom Control in VB.NETNov 10, 2012. This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another. The control consumes a public web service in order to calculate the exchange rate and uses the exchange rate returned from the web service to calculate the value of the exchanged currency.
  • Accessing ASP Cookie in ASP.Net using VB.NETNov 10, 2012. This article shows how to access ASP Cookie in ASP.Net.
  • Add a daily Dilbert Comic with a Custom Control in VB.NETNov 10, 2012. This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
  • Configuring Applications in VB.NETNov 10, 2012. The .Net Framework provides a very convenient and flexible way to configure applications at run time. Using Configuration files developers and administrators can modify settings for applications without having to recompile the application, avoiding many of the redistribution /re-deployment hassles.
  • Validation Controls in ASP.NET using VB.NETNov 10, 2012. This article will explain about Validation controls available in ASP.NET.
  • Creating and Using Namespaces in VB.NETNov 10, 2012. We all know namespaces are the basic building block for the .NET framework. In this article, I’m going to show how to create and use namespaces with VB.NET and C#.
  • Flash Window in VB.NETNov 10, 2012. Flashing a window means changing the appearance of its caption bar as if the window were changing from inactive to active status, or vice versa. (An inactive caption bar changes to an active caption bar; an active caption bar changes to an inactive caption bar).
  • GDI+ Samples - Rectangles, Ellipses, and 3D in VB.NETNov 10, 2012. The sample code in this article shows you how to use GDI+ and VB.NET to draw rectangles, ellipses, and 3D graphics objects.
  • Boxing and Unboxing in VB.NETNov 10, 2012. Boxing and unboxing is a essential concept in VB.NET’s type system. With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object.
  • Guage Custom Control in VB.NETNov 10, 2012. This article describes about Guage custom control in VB.NET
  • Dynamic image placement and manipulation in VB.NETNov 10, 2012. This article describes a simple technique for building image tags and dynamically placing them into position.
  • Add Multimedia Content with a Custom Control in VB.NETNov 10, 2012. This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page.
  • IP Lookup program in VB.NETNov 10, 2012. This is an IP look up program that uses VB.NET Windows Forms and IPHostEntry to resolve the DNS request.
  • How to Format a String in Proper Case or Title Case in VB.NETNov 10, 2012. This is a basic function used to format a string into it proper case equivalent without the use of the VB6 (visualbasic.dll) namespace.
  • GridView Inside GridView in VB.NETNov 10, 2012. An article on how to use GridView control available in ASP.Net 2.0 having multiple controls in template inside it.
  • User Authentication(Class/Ado.NET Demo) in VB.NETNov 10, 2012. Here, you'll learn the use of a VB.NET class library project through this User Authentication example. Instead of the conventional ADO recordset, I've used the new Dataset(check out my previous article for more information on Datasets) to traverse.
  • Create and Use Namespaces in VB.NETNov 10, 2012. We all know namespaces are the basic building block for the .NET framework. In this article, I'm going to show how to create and use namespaces with VB.NET and C#.
  • Formatting Currency in VB.NETNov 10, 2012. This article shows us how to format a string provided to the function in standard US currency format following the standards of $1,000.00 without using the Visual Basic Namespace.
  • Number to Words Web Service in VB.NETNov 10, 2012. This sample code describes a Web service through which a client can get the equivalent of a number in words.
  • ASP.Net Toolbox (Standard Controls): Part 1 in VB.NETNov 10, 2012. In this article we will discuss, ASP.Net Toolbox controls and its uses.
  • WhoIs in ASP.NET and VB.NETNov 10, 2012. Quite often you want to know who owns a given domain. To obtain the registry information, you go to the respective registry and start a so called WHOIS query (lookup). The trick is that you have to know which registry is responsible for which TLD (Top Level Domain).
  • Delegates in VB.NETNov 10, 2012. The Zip file contains two projects. One is VB.Net and the other is C#. Each project is an example of the same use of a delegate.
  • Internationalizing Your Application in ASP.Net 2.0 using VB.NETNov 10, 2012. The Web has had worldwide reach since its inception. Users have different cultural expectations and speak different languages. In this Quickstart you will learn how powerful new ASP.NET v2.0 features make it easier to adapt your Web application to different countries, regions, and markets.
  • Understanding How Assert Effects Security in VB.NETNov 10, 2012. This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.
  • RSS Feed Project in VB.NETNov 10, 2012. The RSS Feed project is aimed as demonstrating writing VB code to consume RSS feeds from the internet and putting the data from these RSS feeds into a database for you to use in your own applications.
  • Confirming Deletes in DataGrid in VB.NETNov 10, 2012. This article shows how to prompt the user to confirm the delete using JavaScript.
  • Add and subtract functionalities in DateTime and VB.NETNov 10, 2012.
  • Set Text Case with a Custom Control in VB.NETNov 10, 2012. This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
  • Automate Send & Receive in Outlook using VB.NETNov 10, 2012. In this article we will take the privilege of outlook and make it to send & receive the mail automatically using VB.Net.
  • Reading XML Files using XmlDocument in VB.NETNov 10, 2012. In this article, I will show you how to read XML files in VB.NET using XmlDocument class and its members.
  • Bridge Pattern in VB.NETNov 10, 2012. Bridge Pattern is commonly known as Handle/Body idiom in C++ community. This pattern is used for decoupling an abstraction from its implementation so that the two can vary independently.
  • Builder Pattern in VB.NETNov 10, 2012. Builder is an object creational design pattern that codifies the construction process outside of the actual steps that carries out the construction - thus allowing the construction process itself to be reused.
  • Building Assemblies using VB.NETNov 10, 2012. This article discusses how to build assemblies and secure them from being tampered.
  • CDO Object in Web Services using VB.NETNov 10, 2012. This article suggest how to resolve the issue Could not access CDO. Message while using SMTP to send email on web services.
  • MS Office Style Color Picker in VB.NETNov 10, 2012. I decided to make a color picker dialog of my own. I used the one found at Microsoft Office (for choosing the font color) as a souce of inspiration (in fact, I shamelessly copied it) - I used exactly the same palette of 40 colors and the same look and feel - only the size and distance of the little color panels is a little different in my version.
  • Understanding and using Namespaces in VB.NETNov 10, 2012. In this article, you will learn about namespaces in VB.NET. Here you will learn how to create and use namespaces.
  • ASP.Net Toolbox (Navigation Control): Part 4 in VB.NETNov 10, 2012. In this article we will discuss, ASP.Net Toolbox controls and its uses. In this article I am only writing some lines on each and every control available in Navigation Control section.
  • Creating a Task of Outlook in VB.NETNov 10, 2012. This article helps us to create a new task in Microsoft Outlook and send it through a mail.
  • Custom Calendar Control in VB.NETNov 10, 2012. The Custom Calendar Control described in this paper overcomes the above limitations of the DateTimePicker by enhancing the capabilities of the existing MonthCalendar Control provided by Visual Studio .Net.
  • Control statements in VB.NETNov 10, 2012. In this article, you will learn various control statements (looping) controls in VB.NET including Do..While, For, and foreach statements.
  • Scramble For Pocket PC in VB.NETNov 10, 2012. This article shows you how to write Scramble for Pocket PC.
  • Finding the first and last day of the month in VB.NETNov 10, 2012. This article describe an approach to find out the first and last day of the month based upon either a selected date or selected month.
  • Synchronization in Multi-threaded Applications in VB.NETNov 10, 2012. This article demonstrates the important concept in multithreading, synchronization. In this article and attached source code, you will learn how to write multi-threaded synchronized applications.
  • Mobile Stock Quote Tracker in VB.NETNov 10, 2012. We will create a mobile stock quote tracker program in this article. The program retrieves the real time quotes of symbols specified by the user and displays the results in a user friendly format. The user can also specify the high and low thresholds for setting alerts. The View Stock Alerts screen displays the stocks that have crossed above the high threshold and stocks that have values below the low threshold.
  • MouseStick Control in VB.NETNov 10, 2012. he attached source code is a MouseStick control written in C# and Windows Forms. The MouseStick control gets its name from the fusion of a joystick with a mouse. Think of the line in the MouseStick as a joystick that is controlled with your computer's mouse.

OUR TRAINING

Web Development Outsourcing
Looking to add more bandwidth to your software team? Web Developers, designers, testers are now available on demand. Flexible hours, very competitive rates, expert team and High Quality work.