Results for "Volume: ASP_Volume3"
This program will generate the VBCode to generate a Microsoft Access Database. All you have to do is complete the necessary Controls and all the VBCode will be generated. I`ve include a Demo and HowTo. Although i haven`t included all Parameters etc, it will generate Advanced Database Code which you can append later, if you wish. It`s idvisable that you understand how to program basic Databases so you know what Data is entered into the specific Controls.
Its a simple Notepad with a few functions.But with the greatest controlls(e.g: flat 3d buttons, coolbar etc.)(Its still under construction)
Shopping cart & orders tracking, built on Ms Access db and ASP. Includes products grouping (4 levels), searching, specials, orders tracking, personalized discounts, password reminder (Dimac JMail), etc.
Complete online bookmark management system. This allows a user to create his own set of bookmarks and add them to categories. This way he can get his own bookmarks whereever he might be (friends place, public internet cafe, ...). The script uses various usefull codes, like user registration, recover passwords and stuff. You can find a working version at http://217.136.232.103/bookmarks/bookmarks.asp . You can login with username/password test, or you can create your own account. All this comes in a single asp file, accompanied with a database file and a stylesheet. You can easely change the datasource, so you could like hook it up to a SQL Server. Just create a database that has the same structure as the mdb file (only two small tables).
Do you want an open dialog in your program ? Then you dont want to add an OCX to it. This code includes one form and one module. You dont have to include any OCX's to your program with this code.
This is a complete solution showing how to use multi-threaded, asynchronous sockets. It contains the following: - Server socket that can listen on multiple ports - Client socket that can send entered messages, messages from a file, and keep alive messages - Client socket can stress test the connecting by sending messages at a certain interval - Sockets can detect connection timeouts, and reconnect automatically - Solution includes a Silverlight 3, web-based client that can receive socket messages that are broadcase from the Server socket The Socket class has been enhanced in the .Net Framework 3.5 runtime for use by applications that use asynchronous network I/O to achieve the highest performance. A series of new classes have been added as part of a set of enhancements to the Socket namespace. These classes provide an alternative asynchronous pattern that can be used by specialized high-performance socket applications. These enhancements were specifically designed for network server applications that require the high-performance. These enhancements include a streamlined CLR thread pool to help multithreaded applications of all kinds. These architectural changes, when combined with socket API changes, improve asynchronous socket I/O throughput up to 70% when a 2nd processor core is available. This solution makes use of the Socket Class enhancements in the .Net Framework 3.5
This is a nice example of a hotel's website...this is very good example of connectivity and database logic....you can use it for online reservation, unique login, administration, chat room, query, search and more.......you will love it..connectivity is with access....if u do like it then do vote for me ... thx...
This code views the Browse For Folder window.
This code sends the names of the items that are checked in a ListBox to a Menu. I needed a code like this and asked someone on ICQ, so this code isn't made by me. It has got some bugs, so please modify the code for me if you want to.
This code is the business directory including company listing which allow user to add and manage there contact address by entering to the business directory . Note this is the beta version only.
UPDATED: fullscreen feature and some bugs fixed This program shows you how to use File System Watcher for monitor created, deleted, changed and renamed files . Please RATE and Comment
This code is a simple cam viewer. You must register the quickcam ocx first (use register.bat). You can capture images, change format, size, etc. No exe added, u gotta compile it. Remember to vote 4 me! :)
Get the Current Weather Conditions for any city in the United States.
This program is used for WAV file analyzing. It can read WAV file, show file header information, draws WAV file spectogram, it can reverse sound, play selected WAV file part and so on.
Exchange banners between registrated users. You can upload new banners, adding new servers, watch stats of impressions and clicks.
A small script mixes ASP and Javasript to make messages alert or for the debugage.
Dynamic Menu example for everyone! Heavily commented!! This code teach you how to load/unload menu items at run-time, how to add all file names (without the .*** extension) from a directory to a menu. You will find that all this is really not that difficult if you read the comments in the code! Rather than votes, I want feedback on my code - so please comment :)
This component resizes images and saves them into JPG format. You just register this dll onto IIS server (regsvr32 name.dll) and then use it like it's written in readme file. The source is included too, so you can modify if u want. But plase, if u modify it, send a copy to me. Thanx.
I hate having to open my browser to access my Internet Favorites...urrg! So I wrote an application to run in the SysTray that lets me access my favorties anytime. Also, I hate having to open another link and it launches in the same window. This app lets you choose new window. You can also manage your favorites from this Application. I used a few samples from this site in this application and they are noted in the code. I hope you enjoy the application, if so, vote for me! Works with Internet Explorer 4.0 or greater only! Thanks, CShell www.cshellvb.com
Did you listen to a MIDI file on two different computers and wonder why yours sounded much worse(or better)? This code, using DirectMusic, will play ANY MID file in a way you've never heard it before, in exactly the way the composer wanted it to sound! This program has a media player look, tells you time signature, length of the music, tempo, and even has a slider for the play time! The DirectX initialization code was taken from the Microsoft VB example. All other code is mine. If anyone would like to help me get a better "media player" look, or help me with buffering/seeking through a music file, email [email protected]