Results for "Volume: 2_2002-2004"
This is an example that shows how to create your own kind of listbox control. This listbox does most of the stuff the normal vb listbox does, except it also lets you use a picture for the background and lets you add pictures next to items. The listbox is also done in a different style.
This is a basic game - engine, very simple, intended as an idea. It refers to a mask to see where you can move. Can move left, right, jump(even while in mid air :) and shoot little red squares. Good for beginners. No tileing (yet).
This code will show some basics such as: * how to create your own subs to decrease the ammount of coding in your project * use the select case feature for manipulating arrays * how to manipulate common controls such as lines and shapes to create dynamic controls such as a "cool button" (without OCX) and creating a rounded frame Please rate this code and leave your comments
2 custom controls are included in this project. Drag control will allow you to move the form around using any control. controlbox is a custom controlbox with 3 buttons which can be eneabled/disabled, for which you set caption and font properties, a popup menu, icon propery which can also be changed. The custom controlbox can be minimized/maximized/closed like a normal controlbox. This is a must have if you are tired of having same control box every time!!!
Ok, I know the last time I submitted this, it didn't work. Well, this time here is everything you need. Just unzip all into one folder and run the EXE. I downloaded the first version at www.vbworld.com then I improved it a lot! Please, if you like it, Vote for me!
AA Sound Meter is a revison of Sound Meter. It displays sound in various diffrent forms such as diffrent peak displays and a visual equalisers.
Have you ever needed to read a fixed length text file in Visual Basic? I have written quite a lot of applications where I will receive a fixed length text file from the mainframe. Tired of using the Left$, Right$ and Mid$ functions to parse each line for the individual elements of the line? Then read on. Oh, and thanks to Rockford Lhotka's, book on Visual Basic 6 Business Objects for giving me this idea.
This control will let you visually display Data in an easy to understand way.
This will show you all the cookies you have set for netscape navigator and puts them in ENGLISH!!! Please Vote you you like .
SurfTabs, the open source web browser based on the Microsoft Internet Explorer object. Enabled [backspace] in the URL address text box. Fixed History to prevent duplicate entries. Fixed History to save new entries with out the http://. Fixed Add To Favorites so it saves it as the site name instead of the URL. Also fixed a minor bug in the Favorites code, but did not yet fix the folder with in a folder problem. And a few other minor things. This may be my last posting for SurfTabs here at Planet-Source-Code due to my new SurfTabs site at http://BlacksWeb.com/SurfTabs . There you can find news about SurfTabs, download the program and source code, post requests or bugs, and submit your own code for SurfTabs.
Kill any active process (program) on your computer. You can add or delete any program to the add list. The app will show all active process(program) that is running on your computer. Usefull app with a few clicks kill many active programs...
3dpong, yo! it needs direct 3d 7 it took about 20 mins....so its kinda sloppy hahahah have fun
Great DLL to get the ID3 Tag information or info from an MP3. You can also edit all the ID3 tag fields except for the GENRE which I am still working on.
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.
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.
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
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)
This code shows how to realize fast Image Processing. I've made a small animation with it.
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...
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 [email protected]. 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.