INC PINOY PROGRAMMER

Monday, January 23, 2012

VB.NET Sample Login Application with History Report

Here's my Login Sample with History Report:

In this example it has a function to 
save the user's input every time he/she
log in to this application.

And every user who log to this application,
by the time they will login again, they see
the textbox will generate other user's name
by filtering letter to AutoCompleteText, but it's only in the
first textbox for the username and not in the
password ^_^

And it has a Printing report of all who login
to this application.


Source Code:




For some other Question just comment here ^_^
Thanks!! 

Sunday, January 22, 2012

VB.NET Add/Edit/Delete Sample WinForm with some Special Function

Here's my first Sample with some functions like:

1. Add Record/Data
2. Edit Record/Data
3. Delete Record/Data
4. View Record/Data using ListView Control
5. ListView Control With Sorting
6. Using AutoCompleteStringCollection TextBox3.Text in LogIn function
7. Viewing Data Report using MicrosoftReportViewer 

I'm using MS ACCESS as back end.







Thanks For Viewing!! ^_^

Saturday, January 14, 2012

A Little Understanding About Visual Studio IDE



Visual Basic .NET (VB.NET), is an object-oriented computer programming language that can be viewed as an evolution of the classic Visual Basic (VB), which is implemented on the .NET Framework. Microsoft currently supplies two major implementations of Visual Basic: Microsoft Visual Studio 2010, which is commercial software and Visual Basic Express Edition 2010, which is free of charge.



Visual Studio is the IDE that has VB.NET, C#.NET etc... 

like MSOFFICE that has MS WORD, EXCEL etc...

VB.NET is the language
http://en.wikipedia.org/wiki/Microsoft_Visual_Studio

VERSION
WIN32
Visual Studio 97 (VB5, C++, etc)
Visual Studio 6.0 (1998) (VB6, C++, VFP)
NOT SUPPORTED BY Microsoft anymore


.NET FRAMEWORK
Visual Studio .NET (2002) (VB.NET 2002, C#, etc)
Visual Studio .NET 2003 (VB.NET 2003, C#, etc)
Visual Studio 2005 (VB 2005, C#, etc)
Visual Studio 2008 (VB 2008, C#, etc)
Visual Studio 2010 (VB 2010, C#, etc)

Visual Studio 2012 (VB 2010, C#, etc) the newest



Visual Basic 6.0 is a WIN32 development tool
it is used to create applications in the Windows32bit platform using native windows library.

VB.NET (VB2005 - VB2010) is a development tool to create applications running under the .NET Framework 

For Beginners who want's to start studying programming using VB.NET or C#.NET or ASP.NET etc.. that under VISUAL STUDIO IDE.

i recommend for beginners to download express edition here for VS 2010 http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express and choose what language do you want to used for your studies.


System Requirements for VS 2010

Software Requirements
  • Visual Studio 2010 can be installed on the following operating systems:
  • Windows XP (x86) with Service Pack 3 - all editions except Starter Edition
  • Windows Vista (x86 & x64) with Service Pack 2 - all editions except Starter Edition
  • Windows 7 (x86 & x64)
  • Windows Server 2003 (x86 & x64) with Service Pack 2
  • Windows Server 2003 R2 (x86 & x64)
  • Windows Server 2008 (x86 & x64) with Service Pack 2
  • Windows Server 2008 R2 (x64)


Hardware Requirements

  • Computer that has a 1.6GHz or faster processor
  • 1 GB (32 Bit) or 2 GB (64 Bit) RAM (Add 512 MB if running in a virtual machine)
  • 3GB of available hard disk space
  • DirectX 9 capable video card running at 1024 x 768 or higher-resolution display
  • DVD-ROM Drive



or


download the latest VISUAL STUDIO IDE 2012 
here: http://www.microsoft.com/visualstudio/eng/downloads
and also read the SYSTEM REQUIREMENTS FIRST
here: http://www.microsoft.com/visualstudio/eng/products/compatibility




Hope you learn something.