Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #225005
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!

7_2009-2012 #225039
Windows Start button Animation

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

7_2009-2012 #225050
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!

7_2009-2012 #225052
Disable Paste

Disable paste in a textbox.

7_2009-2012 #225070
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.

7_2009-2012 #225085
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.

7_2009-2012 #225088
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...

7_2009-2012 #225099
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++)!!

7_2009-2012 #225161
UniqueID Function

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

7_2009-2012 #225168
Using Printf and brief explanation of variables

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

7_2009-2012 #225186
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.

7_2009-2012 #225218
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.

7_2009-2012 #225221
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

7_2009-2012 #225222
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.

7_2009-2012 #225223
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.

7_2009-2012 #225224
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.

7_2009-2012 #225225
cfPoll

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

7_2009-2012 #225228
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.

7_2009-2012 #225231
Mouse Movement Recorder

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

7_2009-2012 #225299
Frexplorer (File Explorer) updated

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 :)

Languages
Top Categories
Global Discovery