Advertisement

Results for "Volume: 2002C"

2002C #12227
Complete Weather App

PLEASE VOTE FOR ME! This is a complete Weather Program Configured for St Louis but u can enter in your zip code, city, state and your own radar links. It gets all watches/warnings, forecasts, conditions, with Dopplar Radar and Zooming into Cities. It has a built in Instant Messanger, Auto Download Timer, Pan radar in any Direction and Advanced Info.

2002C #11236
Detect "\" in directory

Suppose You try to get the app.path when the app is in the C Drive. the result is "C:\". if the app is in another directory the result may be "C:\Directory". notice there is no backslash. most people skip this because they don't think it is a problem, but it is. when you put in a program, app.path & "\filename.file", when it is in the C Drive or if you put app.path & "filename.file" in a named directory, the computer will either return "C:\\filename.file" or "C:\Directoryfilename.file". this code will show you how to detect the backslash and deal with it.

2002C #12424
CoverTracks: Hide files you don't want anyone else to see

This is a prog someone requested me to make for them (I wont ask why Thomas) but here it is. Very simply, it asks you at startup if you want to update your winamp skins. if your laptop, etc. gets raided, the person doing the raiding will 99% of the time click "no", in which case, bye-bye "unwanted" files! note: you have to add each "unwanted" file individually, so that there is a list of all the files

2002C #12363
Move forms together

Move forms together as if they were docked. No Timer needed! I had to separate forms used as a kind of toolbox. My idea was, that it would be nice if I could move these two together if they were both active. VB doesn't tell me when my form is moved. But then I realised that I read s.th. about moving forms without a titlebar. Using this trick my code will perform the following action: 1. The form detects a mousedown event 2. The mouse is released and the form moved by FormDrag 3. The other form is notified of the movement 4. The other form will follow the first Don't forget to vote if you like it ;o)

2002C #10545
Very fast Image Processing

This code shows how to realize fast Image Processing. I've made a small animation with it.

2002C #12140
Emailer

This is basically a program for sending E-mails, great code if you want to learn Winsock as it is fully commented. The emails show up as being from whatever you type in. Hope this is helpful. Any feedback as in comments, suggestions, deaththreats, marriage proposals will be greatly appreciated. Thanks...

2002C #12170
Transaction Logger v1.1 *Complete Program/With Source*

This is an application to record and calculate your savings and checking account. This program is a great bit of source all the way around, commondialog, systray, listbox function, simple print functions, plus much more. I use this program and it comes in handy especially if you hate balancing your checkbook. This program if properly used could do away with balancing your checkbook. This is my first edition of this program and if you need any help understanding this program, please feel free to email me at CrazyAssNate@aol.com. I apologize for no help file and no documented code, but most of it is pretty straight forward. Please vote for me if you like. Any suggestions are well appreciated, and if you use this program or make updates, please note me as the original author. PLEASE VOTE 4 ME. Transaction Logger v1.1 *File New - To Create a new data file which records can be stored, edited, and saved Open - To open a data file Save - To save your current data file Restore Data - To restore the backup file. Backup Data - To backup your data to another file called databu.nfs Delete - Delete current data file Default File - To set the default file for which Transaction Logger loads automatically Print - Prints all records for loaded data file *Transactions Deposit To Checking/Savings - Whenever there is a positive transaction to either account Withdrawal From Checking/Savings - Whenever there is a negative transaction to either account Transfer - Whenever you want to Transfer funds from one account to the other Adjustment - Used as a problem solver. Say you have 35 cents extra in your checking account and you aren't sure how it got there, you can simply adjust your account + 35 cents to make up for the extra funds. Used for positive and negative adjustments for all transaction. *Transaction Lists Shows the transactions by type, just select which one you want to see. Details - Shows the number of entries per transaction type and dollar ammount. Search - Search entire data list for your search criteria Show all - Returns data list back to original state. If you do a search or look at a particular transaction type the list changes, therefore this is needed to view the entire list. The entire list is automatically shown at startup. * Other Datapad - Used to store any extra info Calendar - Shows calendar * Mouse buttons Double click entry to edit a particular entry. Right click to delete entry.

2002C #10761
PSC Slot Machine! Dedicated to the PSC Crew!!

This is a slot machine game I made A) Because I was bored and B) To show my appreciation to IAN, the whole PSC Crew, and everyone who contributes (no matter how little) To PSC. Enjoy .. and of course as Mayor Quimby says.. "Vote For Me!"

2002C #12143
JEL - A Scripting Language

JEL is a scripting language made in VB that can make into an EXE file. JEL is powerful, small, and fast. It can use variables, equations, functions, if's, loops, goto's, etc. Not convinced yet? Look at the screenshot, that's not even half of what it can do! The language can also be easilly modified to include more functionality. I made this because I am a veteran at making scripting languages and I saw D++ getting all the kudos. This took me 2 days of non stop work and hard thinking about parsing the code but i did it. If you like this code please vote for it! (also visit my site, www.oogle.net) note: This code uses the split() function which is in vb6 only. you can find it's equivilency somewhere on this site.

2002C #11538
Rotating DNA Strand

This is something I made in QB a few years back that I finally got around to porting to VB... Basically, it simulates a rotating strand of DNA... You could probably use it to add graphics to something...

2002C #8912
Advanced messagebox

A new (advanced) messagebox, with 10 different styles and 1 to 3 buttons. All input is numerated, so it's easy when you code. See the pic for the styles. The syntax is: MBox "Prompt", [Style], [Buttons], [Icon], ["Title"]. For example: MsBox "Prompt" or more complete: MsBox "Prompt", mbWinter, mbSaveDontSave, mbSave, "Title". The prompt is required, all the rest is optional. Remember: The form and the module go together ! The return-value = mbReturn. If mbReturn = 0, then the first button has been pressed. If mbReturn = 1 then the second button has been pressed. If mbReturn = 2 then the third button has been pressed.

2002C #10621
Updated - X-Nation Chat (2nd update)

Use winsock to chat, and play sound effects on local and remote computer. Cool interface. Plz leave feedback, and vote. Thanks!

2002C #9228
Asorted Titlebars

Added some functions which allows you to get great effects for a titlebar, just take a look at the screen shot.

2002C #12446
A FileExists Function

Checks to see if a file exists.

2002C #12345
Calandar and Clock

This is pretty useful, it shows a calander and a clock, D/L it, use it, have fun, oh and it also can teach you to use a clock i guess, and if you like plz Vote!

2002C #11433
Gradient Form Background (4 lines of code)

gradient your forms background

2002C #9409
Countdown Timer

Displays the number of days, hours, minutes, and seconds till a specified date. Allows you to enter multiple dates. Illustrates how to use the new ListView control in VB6, saving and retrieving from the registry, and the datediff function.

2002C #8913
TranslateColor

Windows works with normal colors and system colors. Visual basic can not handle the system colors and work with them as normal RGB colors. Here's an interesting API I found that translates System Colors to 'normal' colors. I made a little prog arround this to show how it is done. WARNING ! I work with win98 so I don't know if it works with WIN95. If it doesn't, could you please tell me. My adress is: stephan.swertvaegher@planetinternet.be The .dll that contains this API is olepro32.dll. Download the zip and find out...

2002C #12285
Winsock Tcp

This a portion of a program I am working on that will have chat, file download, message boards, instant messaging, and more. The server is setup to send and receive login, chat, file information, message board lists, and im's. The client however only does anything with login, chat messages and files. Check it out for a good look into using the winsock control. A login is in the users database handle:admin passsword:admin And it is multi-user also.

2002C #12448
Customers

Simple Database Application with find function.

Languages
Top Categories
Global Discovery