vb2010

Create a Chart and Export Data from the DataGridView into Excel

Submitted by Thongkorn on
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

Expression Parser and Evaluator

Submitted by nostradamus1566 on
Jonathan Wood Of BlackBelt Coder wrote an expression parser / evaluator in C#. It is available on his website to download for free. http://www.blackbeltcoder.com/ I found the expression parser / evaluator interesting, because it is a very good example of advanced programming, so I decided to convert the source code to Visual Basic.Net, in order to learn more about programming in that language.

Simple Login using Visual Basic 2010 (SQL Server database)

Submitted by EmbuscadoGeoff on
Simple Login System using Visual Basic 2010. The File-type for its database is SQL SERVER. This Project is for beginners specially for those who are developing System and finding their security purposes for their System using in Visual Basic 2010. This is for Education purposes. Mabuhay Filipino Programmers~!