Results for "Volume: 6_2008-2009"
Displays a 3D room with textures and lights, and lets the user move around in it. Uses DirectX Retained Mode.
TO ALL USERS: We moderators have written a short letter that explains our new job, and what you can do to make PSC run more smoothly.
Hi this is my first ASP code, hope you like it. The chat has some impressive features, especialy for an ONLINE chat that DOES NOT refresh the user. It has an active user list, see who is on and when they leave. You can also use over 48 smileys. The code also has a very good looking scroll to it when the message window needs to scroll. It stores all information for later use, but everytime a user loggs on it only loads a small amount (so the pages load faster). REMEMBER TO VOTE IF YOU LIKE THIS CODE. Im still developing it (its the first time ive done anything like this) Thanx everyone ^_^ There is an online demo at http://www.d-flame.co.uk/chat
This is a vbscript class that generates an html graph based on a recordset. Place this class on your web server and call.
Class with various windows dialogs - including standar common dialogs (open/save, print, font, color and help) as well as other (select folder(with pre-selecting ability), select icon, shutdown/restart, run file, Object Properties (ie. System, Printer, Disk, File etc.) and AboutBox. Add this class to your app and forget about comdlg32.ocx.
This is a remake of my 1st control (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=3553), all bugs have been fixed!
Create a slide show presentation by putting any combination of image, text, and sound files in same folder as the ASP script. If you use sounds, it automatically advances under IE with scripting enabled, falls back to manual advance otherwise. See http://www.ericphelps.com/slideshow/asp/index.htm for two different versions of this code.
Read a list of Stored Procedures from a SQL 7 Database and pull their parameters out and format them into code that can be pasted into a code module. This can save a ton of time if you have sprocs with over 20 arguments.
This is a Complete INI code to manipulate INI files. With Source to see how it was done. The simple functions are writeini and readini Easy, Anyhelp just post a message :-)
This script will let you upload files to a web server very easily with 2 lines of source code and as little hassle as possible. A demo (demo.asp) is included which explains everything you need to know, it is recommended you view this file first. You can customize the upload directory, index to an access database, limit file sizes; I also demonstrate how to use the tool in a popup window if desired. It should be acknowledged that most of the binary transfer work has been contributed (special thanks, you know who you are).
Have the Homepage you have always dreamed of. No crappy ads or clutter, just a simple and easy to use Launching Window, ready to go... Just upload and use. I wrote this code using DHTML, ASP, VBSCRIPT, JAVASCRIPT, and of course, HTML.
Create a share in a windows environment without using DOS commands. This code was based on information learned in WMI Scripting Primer: Part 3 on the MSDN This code can easily be converted to VB.NET...
Here's a VB programmer's introduction to developing Internet (TCP/IP) applications. We'll build a trivial web browser to start with Then we'll look at some of the issues you should consider when building client/server applications. We'll even build a simple one.
Makes grass textures in VB!
Cool buttons and scrollbars!
Complete File Management System.Upload files from local and Download files from server.Each user has their own folder on the server.Whenever you upload a file it is tored in your folder.Has email functionality and good messaging system built in.Please vote for me...Thanks Wes
To hide javascript functions from being viewed by client browsers. Don't know why you would want to do this, but I was asked elsewhere if it's possible. This was my solution, just sharing something that some people may want to use.
An example of *really* how to call the Find and Find/Replace DialogBoxes using the API and attaching it to your Textbox or RichTextbox!
This is a new version for my browse for folder function, this time i have added the special folders at startup parameter, this means that you can specify a special folder that the browseforfolder start browsing from (start menu, desktop, users, common ,shared... more and more (lots of more)) the browse for folder will only start from those folders if the specified exists, also more comments added, much easyer to understand, even for beginners.
Excel macro that extracts all tables, fields, field types, queries & descriptions from a JET/Access database. Very useful for documenting Access databases.