Results for "Category: Miscellaneous"
Hi, This little example will show a beginner how to create there own file type and have there program load up and open the file when clicked on like when you click on the .txt extension it opens note pad. anyway there are to examples with this project the first one will install the Keys in the registery that you need also there is a remove part incase you wanted to remove them and the seconed project just shows how the new file type works anyway hope you find the code usfull. please vote if you did.
Hi this is a little bit of code I was playing with that will give you the window text and hangle and also the class name under the mouse cursor. anyway I hope you find some use for it. I have also commented it as much as i chould.
Hi This is just a simple little example of a Clock Yes a Clock you all seen them before anyway felt a little board so made this uses Bitblt to skin a clock on a form. I think this be good for beginners as thay learn how to use some basic API calling and how to use Bitblt and other things anyway hope someone find a use for it O also you can change the view to show the date and fold up the form please vote.
Hi this is a small add-on I made for windows to allow you to decompile CHM HTML Help files anyway Please vote for this code if you like it PS please see the readme html file so instructions on how to us this code. I have also included a small help file that tells you more about this project.
Hi this is to show a beginner how to create a new Window just using Pure API Code. the code features an API Message Box and also a API Created Menu. anyway Hope you may find this usfull in some way.
This beginner code shows how to add a basic trial system to your programs, it can even tell if the date has also been set forward or backwards. anyway this was made for a beginner so i hope you find some of it usfull.
Creates a gradient effect on a form
Add a Progress bar to a listview box like napster, kaza, limewire, bearshare and most other p2p network clients... VERY EASY! (not a single API call)
Brand new Ver. 2.4Beta! The other one is obsolete now. Snow falls in a black background, reacting to whatever is in the form! EVEN OTHER APPLICATIONS! You can draw slopes and the snow will slide down it, Draw buckets and the snow will collect at the bottom. You can even import BMP files!! VERY fun to watch and play around with. Runs fullscreen now, has better options screen, and is much faster than the previous versions. Screensaver is coming soon!!
This little coding lets the user see how many fonts they have and what they can do with it..this is kind of old..but i was bored.
This coding will let you ENABLE and DISABLE the Ctrl + Alt + Del Method and also the Alt + Tab Method. Have Fun. Please Vote for Me.
This allows a user to send an instant message to other users on a network. It includes storable "mailing list" capabilties, customizable message "macro" buttons, and an optional customizable message header.
* Thanks to Paul Mather I improved my lame skills in strings, now the function is MUCH shorter I have created a function that converts C Hex values (Example: 0x0001) to VB Hex values (Example: &H1) with no APIs , just one usefull function. And one things is fixed, in the updated version I put a removing of the all zeros in the hex, now fixed... :-)
This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help". This tutorial is fully illustrated, (17 images), everything done nicely step by step. VB6 is REQUIRED. This will not work with older versions.
This Code opens and closes the cd-rom drive at a given interval. This can be used for security purposes and just for laughs. (though cruel laughs they would be ) This code is great for beginners. It shows how to use a timer in a very simple way.
ListSubDirs: Lists names of all directories found under a given path. (Does not search recursively) ListFiles: Lists names of all files found under a given path. (Does not search recursively)
The script parse an PAD File, and give out the information that you need from it. For all who dont know PAD, it is a standard for Softwareauthors to easily submit there Software Information to software archives.
This code is useful for frequency analysis, especially as done by Fast Furier(sp?) transforms, or FFT, and analysis. It takes in a Note from A, Bb, B, C, etc, all the way up to Ab, and an octave, and calculates the frequency that note would be pure at. It also accepts a level of decimal places to generate to. Simple, but very useful. Compiled EXE + Source Code.
Takes in a string and spits out all possible permutations of the inputted characters using a simple recursive routine. Good recursive example.
Intellisense for DataEnvironments Recordset Commands It adds the intellisense feature for the DataEnvironment commands that return a recordset. It identifies the DataEnvironment and the Command name as you type. It works both cu "!" and with ".fields(" (ex. DataEnvironment1.rsCommand1!FieldName and DataEnvironment1.rsCommand1.Fields("FieldName"). It ain't perfect but it can be made better (if you can, please do so).Anyway, this is the kind of feature that I was looking for a long time. Couldn't find it so I've made it. I hope it proves useful to you too. Large portions of this code were adapted from grigri's addin: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=53146&lngWId=1 I've tried to combine the two addins, but the outcome was too unstable. Enjoy!