Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #219386
have your own file type

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.

7_2009-2012 #219391
my little window spy

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.

7_2009-2012 #219400
DM Bitblt Clock Example

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.

7_2009-2012 #219405
DM CHM Decompiler

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.

7_2009-2012 #219423
API Created Form

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.

7_2009-2012 #219465
A 30 Day Trial Example

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.

7_2009-2012 #219486
Back Color

Creates a gradient effect on a form

7_2009-2012 #219504
Add a Progressbar to a listview box

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)

7_2009-2012 #219505
Real Snow 2.4

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

7_2009-2012 #219506
^ Font Properties ^

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.

7_2009-2012 #219507
Ctrl+Alt+Del & Alt+Tab Method (Enable/Disable)

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.

7_2009-2012 #219510
Visual Net Send

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.

7_2009-2012 #219523
C Hex to VB Hex Convertor * Updated and Fixed*

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

7_2009-2012 #219537
HTML Help and VB

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.

7_2009-2012 #219560
ULTIMATE CD Function

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.

7_2009-2012 #219594
Directory and file enumeration

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)

7_2009-2012 #219601
A PAD File Parser

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.

7_2009-2012 #219611
Note/Frequency Calculator

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.

7_2009-2012 #219615
Recursive permutations

Takes in a string and spits out all possible permutations of the inputted characters using a simple recursive routine. Good recursive example.

7_2009-2012 #219620
IntellisenseDEnv

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!

Languages
Top Categories
Global Discovery