Aug 27

0

Handling Bank Transactions

Category: Coding Standards Level: Beginner Description: This small piece of code will show you how Bank Transactions are handled. Bank Transactions are always executed in a series so that none of the transactions are missed or all of them are missed. If you used recordset instead, then if for some reason only one command is ...


Read More

May 23

0

No Image

Simple beginner code, using ASP.NET technology with AJAX to unleash refresh on the fly. It is also use to communicate with the code behind class method by using client side javascript by AJAX. Check out source code at : http://www.planet-source-code.com/vb/default.asp?lngCId=6859&lngWId=10


Read More

Sep 1

0

No Image

Some of the basic codes that shows you how to convert an IP address to different data types. How to create a simple task manager using vb.net you can check it all out below at the following links. Simple Task Manager Category: Complete Applications Level: Advanced Description: Simple Complete source code is at: http://www.planet-source-code.com/vb/default.asp?lngCId=7417&lngWId=10 Compatibility: ...


Read More

Aug 30

1

No Image

Here’s a project that is done by someone else using vb.net to allow video to be converted, using ffmpeg as the tool for conversion, you may want to check it out how it is being integrated on a vb.net project. MagicVideo Converter Category: Complete Applications Level: Intermediate Description: This project is a take-off from one ...


Read More

Aug 23

1

No Image

Event Handler List VB.NET Category: Sorting Level: Intermediate Description: I needed an event collection and I knew the simplest way would be to use a generic Dictionary class. I essentially removed the inherited Add method and created my own Add method to just accept an EventHandler argument. I called the base class passing in the ...


Read More

Aug 22

0

No Image

XMClocks Category: Controls/ Forms/ Dialogs/ Menus Level: Beginner Description: Calculates and displays World Datetimes using computer internal clock Universal Time setting as a first reference, then applying that to time-zone and daylight-saving data for various places stored in an XML file (supplied). UPDATED Aug 2009 – Update to .NET 3.5 and supply of 2009 daylight ...


Read More

Aug 16

0

No Image

Category: Complete Applications Level: Intermediate Description: This is a simple calculator used for ordinary and scientific calculations . It is just like the windows simple calculator along with source code. There is a one function beyond each button. You can use Calculator to perform any of the standard operations for which you would normally use ...


Read More
No Image

Found this looks interesting check it out below! Category: Internet/ Browsers/ HTML Level: Beginner Description: Ever tried using webclient to access a https site and recieved ” Could not establish a trust relationship with remote server “. This is what you need! I didnt code it, found it somewhere msdn I think. Just happens the ...


Read More

Aug 11

5

Create your own game trainer?

This is what i found at planet-source-code, this show’s you codes on how you can develop your own game trainer with VB.NET 2008, the author and  me take’s no responsibility if anything goes wrong.I would assume that you know VB.NET because it’s not a basic code’s that you will be reading but intermediate.  I’ve actually ...


Read More

Aug 9

0

No Image

Check out this directory tree control, pretty cool. Category: Controls/ Forms/ Dialogs/ Menus Level: Intermediate Description: A tree-view control that displays a chosen directory in a hierarchy much like Windows(R) Explorer. Complete source code is at: http://www.planet-source-code.com/vb/default.asp?lngCId=5872&lngWId=10 Compatibility: VB.NET


Read More