Results for "Category: Miscellaneous"
Here's a silly little app that will tell you how many days, hours, minutes, seconds, and milliseconds that Windows has been running.
This code starts with a plain background and when a button is pressed the background fades to another colour revealing text that was the same color as the origional background. Easily adaptable by unexperienced users, passwords can be added easily.
Allows you to upgrade Swords, Sheilds, Catapults, Arrows, Ship Armor and Ship Cannons over and over again.
I have seen many active users scripts but they seem to use the session_onend and session_onstart subs in the global.asa to function. This is a pity because most FREE providers do not support global.asa because of resource consumption on the servers :( Thats why i have made this script that doesnt use global.asa :) There is a readme file in the zip to tell you how to use it and an update to this will be made later today which will include active user statistics page and an easier way of implementing the active users variable (not that its hard in this). Have fun and i hope this helps alot of people. *Updated* Fixed a bug which reported the time online do be two large because of not handling AM and PM signs in date. Well please vote for me if you like the code :)
This code will make a formatted list of all your installed fonts, so you´ll be able to preview all of them in a hurry. Note that you won´t see font per font, you´ll see ALL of them in a single formatted list. Also, if you double click a font, its character set will appear in a new window. You must see how it works. You'll learn also, how to load controls on a fly with code. Vote for this great code if you like it!!!
This code gives a pretty good demo of how to drag and object, drop the object, and how to lock it into a position. Great for beginners. Simple and useful.
This is my example of a quick and simple menu. This is a good method of simple menus, better then telling someone to enter 1 or 2 or 3 then hit enter to do this and that and i also think thats so boring. All you gotta do is just press the button it tells you then the operation will execute
A function that will allow you to move the selected item in any listbox up or down in the listbox.
This sample code shows all the necessary steps in creating, modifying, and accessing an XML document using a DOMDocument. Please rate this code to let me know how useful it was to you.
Okay, so you've finished your application and are all set to distribute it to your clients, but do you know how? Are you aware of the issues and pitfalls you'll need to face while you design the setup for your application? Do you know about the right tools? This article discusses the basics of setup design, and will talk about several important issues that you should take care of when you write your setups.
Okie this is for all you AOL people. This is a module i have been putting together for a while now. When i was writing it i didnt write it with intention of giving it out, so its not commented. Begginers will not understand this code, but will be able to use it. Advanced people should be able to understand it, but i dont suggest messing with it because you can mess something up. I tested each function/sub and tried to make it as good as possible. Tell me what you think of it and dont forget to vote.
This program was UPDATED AS OF 9/16/2000! Every single last line is commented greatly!!! This is a cool unfinished app that I wrote around 3 months ago! This not only shows all of the INs and OUTs of PC Security programming, it also has a great Graphical User Interface and many cool effects. This is code is for making a program that keeps the users out until they sign in. It then creates a hidden System file which is only accessible through the Client Control Panel included in this package with Full source. All this and more packed down to less than half the original size!!! It is now 130Kb!!!! Great download, please vote if you like this submission. NOTE: My last version did not have a screenshot included and had some errors. It was also very big and barely commented, so that is why I deleted it and resubmitted
Ok, this source code is a compiler that compiles the D++ language into an execuatable. There are commands like input and output, deleting files, message boxes, playing wav sounds, etc. The output of it is based in its own console. I am in the process of developing winsck support and more of a visual program. The program now automaticly locate your system folder and your desktop. PageMac made this, i just revised it. Vote for me if you like this code! Version 2.0
Registers or unregisters DLL and OCX Files, but DOES NOT REQUIRE the standard RegSvr32.exe from Microsoft. All done through API. Program has a GUI, but also works with CommandLine parameters. Specify only a filename, and the program attempts to register this file. Specify /u and a filename, and the program attempts to unregister this file. This is an update from something I posted 5 months ago, the only new thing is the commandline option. The program also allows you to add or remove itself to or from the shell, by adding itself to the registry (so you can right-click on a DLL/OCX-File and select Register or Unregister). A Vote is appreciated, but not necessary, comments are always welcome.
This code tells you how long your computer has been on. I can't think of any practical uses for it but it is kinda neat.
Shows how to highlight a row in the MSFlexGrid based on a Column name and Value given any color.
this simpel program will shut down windows WITHOUT the use of any API in just 1 line of code....please vote for my code thanks -jason
Do you want to store MANY variables in one name? Try Arrays! This Tutorial will Teach you the basics of Creating Arrays! Including MultiDemensional Arrays!
To show how to use logical comparisons in VB. Shows the different symbols for the logic gates[heh, drawn by me...]. Also allows you to see the truth tables. Covers Or, And, Xor, Nor, Nand, and Xnor logic.
Create all possible combinations of letters with this little recursion function...