Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #36375
BioRhythm

Biorhythm study and use is considered a "pseudo science" in the United State however it is widely accepted and utilized throughout Europe and much of the rest of the world. Some of the things you might be interested in are: The use of the horizontal scroll bar as a up-down control. Using the API to get a temp file name. Getting a RTF formatted file from a Resource file and placing it in a Rich Textbox Control. Some fairly difficult date manipulations. Using the GetSettings and SaveSettings functions.

ASP_Volume2 #36379
sending sms over handy

this code encodes a text in a 8-bit-pdu string and send it over your datacable to your siemens mobile phone and send it away as an sms.

ASP_Volume2 #36394
delikon's Half-life cd-key changer

this code change the won cdkeys of your halflife (or counterstrike) game. you can save the keys in text file and change it easily with one click. check it out

ASP_Volume2 #36405
Mouse Monitor NEVER BEFORE!

Ive not seen this on PScode before (so if u have please tell me ;) ) It measures how far your mouse travels in pixels, cm and mm - it sits in the system tray so you dont have to see the form, it gets the old mousex, new mouseX and gets the difference for all the directions and adds it to the value. You can load the form at any time to see the update and check how far youve got - it stores the distance in the registry :), if you like this please please vote and leave feedback saying what you like about it :), i'll probably update this within a few weeks to store a log on mouse clicks and keyboard events but that depends if anyone likes this one first :)

ASP_Volume2 #36406
Screen Magnifier =D

Its really simple - I think that it comes with windows (dunno which one), but its little form in the top of the screen that takes screen shots of the screen every millisecond and zooms in a few times. So I decided to make one myself :) only took about an hour, but i had to get the screen size right. Mine puts it in an image box and streches it a number of times, it is always ontop and in the system tray so you can hide and show it at anytime to save memory :) If you like this please please vote and leave feedback and suggestions, Thanks

ASP_Volume2 #36412
Intergrated Shareware Registration with PayPal

This is a form I created to encourage shareware registration. Instead of the user having to navigate to and through my website just to get to a PayPal link, they can select their level of registration, and the program will launch their default browser to the appropriate PayPal x-click payment page. I put the sub to open the users default browser in a BAS file with the appropriate declaration so you can use it in other projects by just dropping in the module. If you like this code and find it useful, please vote.

ASP_Volume2 #36415
A Very Simple Clock

Displays a very very simple digital clock. This code is the simplest way to create a digital clock

ASP_Volume2 #36435
Button pressed or clicked

Was a button 'clicked' or 'pressed'

ASP_Volume2 #36442
Get Local Date Format (Updated)

Updated to incorporate a VB 6 split function emulator for VB5 users. Also changed date format to lower case for compatibility with controls that don't like upper case date formats. This routine will return the Date format for the locale the app is running in. This way you can format your dates to display in the preferred format of the area the app is being used. (eg. mm/dd/yyyy in the U.S., dd/mm/yyyy in England, dd.mm.yyyy in Germany, etc).

ASP_Volume2 #36450
Fast Word Histogram

To gather info on word frequency in a document. This one is fast. I use arrays of bytes instead of strings to speed up the program. Compared to a string based version (like the one posted by lordaych, on 2/25/02 - called "Word Frequency Analyser"), this version is up to 40 times as fast.

ASP_Volume2 #36461
VbPiano - Really Cool

This is a very cool MIDI piano coded in VB. You can define everything in this sample. Have fun!

ASP_Volume2 #36498
Temperature Calculator

This program converts fahrenheit to celsius and back again. Very good working example.

ASP_Volume2 #36500
PW Protect Folders By DmX

This program will protect folders from being opened without a password. The only problem with this is that it won't werk if the folder has been renamed! If you know the code to protect a folder from being renamed then please Im me(xMEminemMx) or e-mail me([email protected]). I really didn't want to post this up here because instead of people voting or commenting on it they will jus d/l and steal the code and change some stuff and say they made it, I spent a lot of time debugging and fixing this to werk so please if you like the code then vote for it and use it for what ever you like, also please send in comments.

ASP_Volume2 #36503
I Don't Think So Buddy!

Keeps the form the same size no matter what, while your form can still look good with the MIN/MAX buttons....Makes a cool effect when those buttons are Pressed

ASP_Volume2 #36519
Add your code to the system tray

Ever wonder how all of those other software programs put themselves in the system tray(The start menu icon list at the bottom of the screen)? Well, this code, centered around traymodule.bas and written entirely by me, will do just that. Just use the RespondToTray(X) function in the Form_Mousemove event and call addtotray and removefrom tray when you want to add or remove your icon from the tray. You can customize tool-tips(The yellow labels), the icon appearing in the tray, and the form to have it respond to when you click the tray. You may use this module in any program you'd like, although if you're going to post a program using this on PSC, please give me credit for the module.

ASP_Volume2 #36523
Create your first n-tier app in under 30 minutes! : Part I

Creating your app with an N-tier architecture gives you alot of advantages, like easier maintenance, and better code-reuse. However, many times the concepts behind creating such an app, deter people from ever learning. This tutorial teaches you the fundamentals of this architecture, and by the time you're done, you will have your own working n-tier app in under 30 minutes!

ASP_Volume2 #36524
Create your first n-tier app in under 30 minutes! : Part II

Part 2 of this series we learn how to program dynamic gui's using the Flexible Object Framework we developed in Part 1.

ASP_Volume2 #36534
Window... Windows Logo

You can make you form just like a Window.. in fact just like microsoft windows, window... :)

ASP_Volume2 #36535
Mike's Trial Creator

This is an example on how to make your programs have a trial counter on it.This example uses VB's "SaveSetting" and "GetSetting" to the number of times the program was opened. I made a function in here to detect how many times it was open and if the number of times open is greater than the number you specify, then it displays a "Trial Over" message and exits the program. And also, if you wanted to add a "Register" part, I Included a "Reset TrialCount" feature so if they register it, make it "Registered" and stop the trial count. This is perfect if your working on a program and want it to be Shareware.

ASP_Volume2 #36536
WebCam Madness - A must see! - Source Included.

NOW With SOURCE! (Last time I haven't included it) .I have recently submitted a code, which downloaded a picture from a webcam. With this code, you can add your own links to webcams and other often-changing pictures to the programs database and view it simply selecting from the menu. This program also implements a favourites list what has it's own menu. Just look at the picture and download it. Oh, and please don't forget to vote for it and send feedback. Thanks.

Languages
Top Categories
Global Discovery