|
Home >> All code
Sample SQL Database Application | Version: VB 2005 | Author: Jose Fuentes | Submitted: 10/26/2017 | Downloads: 3044 | This sample will show how to do a simple applicaiton that uses an SQL database table. It shows how to navigate the records as well as how to add, edit, delete and update. It also shows a nice way to pass datasets along to be used in search screens (lookup ...more>> |
TreeView with controls | Version: VB 2005 | Author: Morten Kvistgaard | Submitted: 10/25/2017 | Downloads: 1782 | This code demonstrates how to insert controls of your own choice in a TreeView.
It also demonstrates how to add controls with events at runtime. |
ListBox Selection Mode | Version: C# 2010 | Author: Thomas1965 | Submitted: 10/20/2017 | Downloads: 879 | Simple demo that show the four different selection modes for a ListBox. Ideal for beginners. Written in Visual C# 2010. |
Task Scheduler Using Excel And Vb.net | Version: VB 2008 | Author: Lalit Acharekar | Submitted: 10/2/2017 | Downloads: 1571 | In this particular utility Excel is used as Backed and VB.net used as a front end
. User has to create a task and save and it will be saved in excel and can run
the task as per requirement.
|
Drag and Drop | Version: VB 2010 | Author: Brane Ljubič | Submitted: 9/29/2017 | Downloads: 1760 | This app shows you how to use the drag-drop function in your program. You can use the list box Label textbox. It works between Form1 and Form2 Select the text that you want to move, right-click and drag the mouse to the target location. The ctrl button to ...more>> |
Display Website IP Address | Version: VB 2015 | Author: SpyTamers | Submitted: 9/15/2017 | Downloads: 1512 | I have created this simple program to get remote IP address from a given website. I used this tool to get the real remote IP address of my websites host for monitoring. Maybe somebody needs one too so here it is.
|
Loan Management System | Version: VB6 | Author: Learncode | Submitted: 9/13/2017 | Downloads: 2981 | This program is used for the management of loan applications. The organization can use the program to record loan transactions by its customers.
|
Count number of pages in a PDF file | Version: VB 2005 | Author: Frank Kusluski | Submitted: 9/9/2017 | Downloads: 1328 | Source code demonstrating how to pro-grammatically count the number of total pages in a PDF file. This code does not rely on using Adobe Acrobat or any other object library to determine the page count. It uses straight Visual Basic .NET code to open a PDF ...more>> |
Popout Button | Version: C# 2015 | Author: Ben | Submitted: 8/28/2017 | Downloads: 876 | This is just an idea I was playing around with some buttons and colors to make buttons popout on mouse over a bit like some CSS menus do. Anyway code is basic and easy to understand hope it will help or give you some ideas. |
Special Folders | Version: VB 2010 | Author: Thomas1965 | Submitted: 8/10/2017 | Downloads: 1237 | Shows the names of the Special folders in a ListBox and the physical path in a LinkLabel. Opens the folder in Windows Explorer on a mouse click. Show also the use of the TableLayoutPanel Written in VB.NET 2010 Express. | << Previous Page 4 of 587 Next >>Go to page: 4 5 6 7 8 9 ...
|
|