Results for "Category: Miscellaneous"
This program allows you to view some cool information about windows you put your mouse over. This program is also capable of generating C++ or VB source code to find that window you have your mouse over. A great way to learn finding windows with API!
Complete code to animate your Windows' StartButton,justhave a fun !
Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!
Disable paste in a textbox.
This lesson will show you how to launch the screensaver with code. It's very simple and only takes a couple of lines of code to accomplish. The first part goes in a module.
I wanted an ASP script (not perl or PHP) that would read and count the images in a directory, and format them into neat little columns that would display my images in that nice image gallery format I like to see. There's only one problem. After looking for an example of such a script for over six months, I came to the conclusion that one did not exist. This is because ASP does not make this type of information easy to work with. Luckily, there's a work around. This script reads the names of files in a directory and caches them to a text file. This text file is read in ADO, which gives you the power to play with the presentation a bit. Anyway, the end result is a nicely formatted image gallery that works exactly the way I wanted it to. Enjoy.
This is a small transparent analog clock. I have not worked with delphi for a while so if you can make the code any shorter please let me know. vote/comment plz...
I found this E-Book, so I thought I would upload it so it could help you guys. (I don't really program in C++)!!
One-Liner to generate a unique Id. Does NOT require a database. No autonumber fields needed.
Brief introduction to printf and using C/C++'s basic variables
This is a demo project showing how to draw a star of any size and at any angle on a Form or PictureBox. Also includes a geometry module with lots of useful functions.
Use this to scare your friends by installing the server on there computer typing in there ip address and bring up custom message boxes on there screen.
Please rate my code!a hit counter that uses a daatabase and autonumber datatype to generate the next number each time your page is visited. You can change the background graphic to one of your own graphics
This code allows for the use of a template system on your website. You edit the code and specify the events that it should check and then you're all set. The code will take care of the document inclusions.
This code will take a file, who has been initialized by putting 0 in the file and will increment it and display it on a page.
If you'd like to allow users to download files without actually knowing the full URL of the file...this script is for you. Just modify the path in the script, and you're set.
Allows the user to have a poll on their site. This also limits voting to once per IP.
This is another tweak of the somewhat popular scripting language JEL here on PSC =) I don't take any credit for the scripting class, but all of the other i've made myself! :) (I might add that it's not finished yet! There's alot more to do) Also, i've added some small network and keyboard input features and there's more to come.
All this does is simply record the mouse movement and then you can replay it all. :)
Update 2003-08-15: Removed FileSystemObject, now I only use API which is a lot faster. ---- Emulate Windows Explorer. Shows how to manipulate a treeview to build a directory tree, listview for files, API for file manipulation and recycle bin. I'm not responsible for what you do with it :)