Pages

Showing posts with label net. Show all posts
Showing posts with label net. Show all posts

Thursday, March 12, 2015

Announcing Version 1 8 of the NET library for Google Data APIs

We just released version 1.8 of the .NET Library for Google Data APIs which adds brand new service classes and samples for the following three APIs:
  • Google Apps Audit API
  • Google Content API for Shopping
  • Google Calendar Resource API
The library also extends the Email Settings API service to implement new functionality to retrieve the existing settings, support new filter actions and manage email delegation.

In order to improve security and stability, SSL is now turned on by default for all APIs that support it and, since the previous major release (1.7.0.1), more than 30 issues have been Fixed.

For all details, please check the Release Notes:
http://google-gdata.googlecode.com/svn/trunk/clients/cs/RELEASE_NOTES.HTML

Want to weigh in on this topic? Discuss on Buzz

Read more »

Sunday, February 15, 2015

Point of Sale System Project in VB Net

Basically point of sale system or POS is a computer system that record financial transactions. The POS System is made using visual basic that handles sales by keeping records of products like item name, buy price, sell price, profit, etc. It generates bill/receipts and make it available to print it.

Also Read: Lab Login System Mini Project in VB.Net


Point of Sale System Project in VB.Net

Details of Point of Sale System Project in VB.Net


Functions:
  • Add an item
  • Updates an item
  • Removes an Item
  • Add items to Receipt
  • Generate Total Amount
  • Print Receipts
  • Generates Report
  • Adjust Receipts settings (width, height)
  • Adjust Printer settings

Programming Language used : VB.Net
Visual Studio Version : 2012
NetframeVersion : 2.0
Back End (Database): MS Access 2010


Download Project: http://sh.st/tMv6f
RAR Password: dadhackers.blogspot.com

Read more »

How to Make a Tic Tac Toe Game in VB Net

Hello every, in this tutorial we are going to see how to make a tic tac toe game in vb.net.

Also Read: Working With Error Provider in VB.Net [Video Tutorial]

How to Make a Tic Tac Toe Game in VB.net

1. First of all Open visual studio.
2. Now create a project & name it whatever you want.
3. Add 6 buttons from toolbox on your windows form application and leave their text to blank as shown below.


How to Make a Tic Tac Toe Game in VB.Net