Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #192298
Pe.MysqlAdmin 2.0.1

Manage Mysql via PHP

5_2007-2008 #191140
Shopcart

Ecommerce Application

5_2007-2008 #172769
Access CDDB with VB5

This code reads a CD's Identification Number and then access the CDDB for a list of Tracks and information about the CD.

5_2007-2008 #179725
WebConfero groupware (Update #8)

======== RECENT UPDATE March. 8. 2008 ======= Fixed some issues during installation. ============================================== WebConfero is an internet-based open source groupware solution that allows users to communicate and share information. The system consists of a basic framework and modules to add to this. The system is based on rooms, where the information is stored. A user has to be member of a room to get access to the files, upload files, or to access the forum for a particular room. The system has a easy to use administrator area where users, rooms, permissions and modules easily can be added, edited or deleted. You may expand the system by adding modules to it. These modules are for instance Blog, message system, calendar, reservations, bugtracker and help. Modules can be downloaded from the WebConfero website, where you also can find themes for the system. These modules are added through the administrator area, and the administrators can decide which modules every user has access to. After you have extracted the contents of the zip file, run the file called installme.php to install the system. Installme.php can be found on the root.

5_2007-2008 #178032
Validate Date String via Javascript

Very useful Java script code for validating date strings such as might be entered on a form. Also function to format date string to standard mm/dd/ccyy format.

5_2007-2008 #174629
WebCam Image Refresh Applet

This code was written to display an image an constantly refresh it without reloading the entire page. This works great with webcam software that constantly uploads a picture to your server. All you have to do is put this applet into your page with the name of the image in the Tag, and it will constantly refresh the image without forcing an entire page reload. This example includes a test image, test page, the class file, and the source code java file.

5_2007-2008 #174944
simple array

Simple code to do a simple thing.....Allows user to enter 10 number and puts those numbers into a number array, the prints it back to the user in reverse.

5_2007-2008 #172533
cReadWriteEasyReg (Updated Again)

A Easy way to READ/WRITE and DELETE from the registry. I've designed this class to be as easy as posible to use. To read write and delete from the registry is actually easy (if you know how). With this code you can be a pro in the regestry without realy working with the nitty-gritty of the API Call's etc. Hope you guys/gals out there could use this code. Thanks VB Qaid for the Write Reg functions. I have to thank all the input I got in the comment section of this code as well. You guy's made this code better, I thank you (Enrique, Chris).

5_2007-2008 #182636
Beginning C++ 4

This just for beginners. It shows how variables can exist in different scopes

5_2007-2008 #172770
**Area Of Circle Calculator**

This code allows the user to find the area of circle by clicking a command button and then typing in the radius of the circle. It is very helpful to anyone working on a calculator project. I am also coming out with area of triangle and square.

5_2007-2008 #183636
DataEasy_VB: Connect to MS Access (.mdb) Files Easily using VB.Net

DataEasy_VB: is an application written in Visual Basic.Net (converted from the c# similar submission as some of you requested) which would allow the user to load any Microsoft Access file (file format '.mdb'). This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file. Along with the Data Grid control TextBoxs and Labels are generated automatically and dynamically at run time to allow easy and efficient data input according to the data in the .mdb file loaded. If the file has more than one table in its database, a combobox in the application will allow the user to choose which table to work on. By right clicking column headers who’s data type is either ‘integer’ or ‘DateTime’ the user can opt for either inserting Automatic numbering based on previous cell’s value incremented by 1 or insert that day’s date automatically in their respective column on adding new data. Also provided a Search and Filter capability, by right clicking the search form’s column headers the user can filter in the element (of the column clicked) he\she wants to view. Multiple filtering can be done by filtering more than one column. The user can also use a simple search, by typing in the search textbox to find data in the database. I have included a database file ‘textbooks.mdb’ file with the application so you can try the program. I hope this program will be useful in learning how to load and modify databases and link to ‘mdb’ files, your votes will be highly appreciated :).

5_2007-2008 #178670
Custom DHTML drop-down list

This code provides a client-side custom "drop-down" box in a table format. The table format allows you to have more information in a column format for a given "option". IE 4.0+

5_2007-2008 #193259
Text to Picture

converting text to picture

5_2007-2008 #175139
csMovieLibraryPro v2.0 with Example Application

A powerful Class Library for pretty much all of your movie playing needs. No 3rd party controls or DirectX to worry about. Uses the established MCI command interface. Designed to be easy to use, understand, and implement. The compiled Library is only 32KB. The Class was written in VB.Net. But once the Class is compiled, it can be used by any .Net language. Add COM Interop if you want to use it for the Classic Visual Basic versions. This Library includes over 55 subs, functions, and propertys to make a full and feature rich movie application. Some of the features include: Getting the movie and audio status. Get or Set the playing position in frames, millseconds or seconds. Get the length of the movie in frames, milliseconds or seconds. Get the nominal frame rate and frames per second. Play the movie in a child window or the default window. Play the movie in full screen or custom tune the location and size of the movie. Set the volume level for each channel separately or set the level for both channels. Shutdown the audio or video output. Can even change the speed at which the movie plays. There are many more features available that I don't have time to write. In this Class Library I include a simple Application to show some of the features or to get you started on using the library. This Library took a bit of time and work to build. So, it would be nice to get some feedback and comments on how to improve it. Please feel free to vote and visit my website at: http://www.vbcodesource.com. Hope you find this Class Library useful and beneficial. Note: the .dll file will most likely be stripped from the zip file. So, you will most likely need to recompile the Class Library project.

5_2007-2008 #191206
imageViewer 0.9

Displays an image gallery of a folder and it's subfolders. It automatically generates thumbnails and is capable of keeping the aspect ratio(little buggy). It is open source however i would like feedback and credits etc. It was also written with security in mind. It also cache's the thumbnails to prevent server exhaustion etc.

5_2007-2008 #172771
Sorting by columnheaders in listviews

This allows a user to sort the contents of a listview by clicking on a column header in report-mode. Clicking again will sort descending.

5_2007-2008 #189310
An example of MultiThreading with thread priority, sleep, resume, abort, and some other basic stuff.

Basically some info on multithreading. There are three progressbar controls. Three threads to fill them. Nothing amazing, but i think the multithreading is an amazing add-in to vb. Its VERY easy to use.

5_2007-2008 #179036
JAVAsearch

A search engine coded in javascript for small or large websites CGI is better but I was bored.

5_2007-2008 #193390
EzLogin 1.0 - Complete Login System

This is a login system where the user can create accounts easily using the register link. Depending on what the admin has edited on the config.php file, they have to activate it via email. It uses MD5 encryption for the passwords. CODE IS HEAVLY COMMENTED!

5_2007-2008 #193573
Commercial Website ( sale House )

For Showing the step of Search House Item or your product to show detail of product this page include connect.php you'll change it first pls read readme.txt

Languages
Top Categories
Global Discovery