Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #202454
Treeview Auto Checking

This is a clean recusive set of functions that will check and uncheck parent and child nodes of a treeview If you click a node it will check/uncheck all parents and children of this node. These are Simple Recursive functions. Similar to a previous posting but simpler, cleaner and no API's.

6_2008-2009 #202487
WindowSpy with C++ and VB Code Generation

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!

6_2008-2009 #202521
Windows Start button Animation

Complete code to animate your Windows' StartButton,justhave a fun !

6_2008-2009 #202532
Using C++ DLL in VB

Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!

6_2008-2009 #202534
Disable Paste

Disable paste in a textbox.

6_2008-2009 #202552
Activate the Screensaver

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.

6_2008-2009 #202567
The Self Sustaining Image Gallery

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.

6_2008-2009 #202570
A small Clock

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...

6_2008-2009 #202581
Teach Yourself ANSI C++

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++)!!

6_2008-2009 #202643
UniqueID Function

One-Liner to generate a unique Id. Does NOT require a database. No autonumber fields needed.

6_2008-2009 #202650
Using Printf and brief explanation of variables

Brief introduction to printf and using C/C++'s basic variables

6_2008-2009 #202668
DrawStar

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.

6_2008-2009 #202700
Sniper Messager

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.

6_2008-2009 #202703
a beautiful hit counter

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

6_2008-2009 #202704
Template Driven Site

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.

6_2008-2009 #202705
Text Counter

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.

6_2008-2009 #202706
URL Hider

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.

6_2008-2009 #202707
cfPoll

Allows the user to have a poll on their site. This also limits voting to once per IP.

6_2008-2009 #202710
El Scripto

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.

6_2008-2009 #202713
Mouse Movement Recorder

All this does is simply record the mouse movement and then you can replay it all. :)

Languages
Top Categories
Global Discovery