⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 @psc_readme_3312_10.txt

📁 LISTVIEW + DATABASE PROGRAMMING FUNCTIONS IN A NUTSHELL This solution contains a classLibrary projec
💻 TXT
字号:
Title: DataBase Programming With ListView
Description: LISTVIEW + DATABASE PROGRAMMING FUNCTIONS IN A NUTSHELL - **** NOW UPDATED ****This solution contains a classLibrary project and a WindowsApplication project. The classlibrary project has only one class which has almost all the necessary functions and subs one may need during programming with a listview. Especially when displaying data from database in a listview.FEATURES:1. Fills listview with data from database with only a few arguments.(Both Access and SQL Server Version)2. Colors the alternative rows of the listview.3. Can start coloring from the odd row on user demand(customizable).4. User can set the color of alternative rows.5. procedure to write all the rows of a listview to the console.6. can return a selected rows mentioned column's value of a listview (both text field and numeric field)7. Customized exception messages.8. Uses the App.Config file.9. Users can learn how to use the App.Config file.10. Now fills listview with data from database and also puts the mentioned icon at the left of each row. (Both Access and SQL Server Version)How To Use:1. First set the database path in the App.Config File.<?xml version="1.0" encoding="utf-8" ?><configuration>	<appSettings>		<add key="AccessDbPath" value="D:\VB.Net Projects\ListViewExample\ListViewExample\db.mdb"></add>	</appSettings></configuration>change the value of the "AccessDbPath" key.Like for my machine it is "D:\VB.Net Projects\ListViewExample\ListViewExample\db.mdb"2. Next click and drag a listview in the form.NOTE: YOU MUST SET THE COLUMNS OF THE LISTVIEW MANUALLY BEFORE CALLING ANY FUNTION OR SUB FROM THE DLL FILE.3. Now create an object of the dll file and call any function or sub as you need it.NOTE: PLEASE GO THROUGH THE EXAMPLE PROJECT TO UNDERSTAND HOW TO USE THE FUNCTIONS AND SUBS OF THE DLL FILE.ENJOY...IF YOU MAKE ANY CHANGES TO IT PLEASE LET ME KNOW AND DON'T FORGET TO SEND ME A COPY OF THE MODIFIED VERSION.IF ANYONE FINDS ANY PROBLEM CONECT ME AT THIS ADDRESS:kunal_programmer@rediffmail.com
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3312&lngWId=10

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -