Advertisement

Results for "Category: Miscellaneous"

2002ASP #4420
VBAssembler (uploaded again)

VBAssembler -> Automated Edit Assembler with VB. Sorry I uploaded again because i got some errors.

2002ASP #4422
Make any Window Transparent(Re-Submit)

Make any windows transparent with this code! Includes two options : "Mouse" were you point your mouse at a window title and it can become transparent. Then there is the "ComboBox" thing were you can select a window from a combobox and make it transparent. By the way this code only WORKS UNDER WINDOWS 2000!

2002ASP #4423
Cool Tip Of the Day Form (Update)

This code is a reupload of Kjell Ervik code! It includes everything that he had exept it is more like the real tip of the day form because it actually reads a text file! Happy Codeing (Please Vote For Me)

2002ASP #4429
Get ready for VB.Net - The good stuff #1

Microsoft Visual Studio.net (v.7.0) Including the awesome new Visual Basic.net language is now available. VB is now 100% object oriented, threads are now available, no more runtime libraries etc. Check out this small article with a screenshot to learn the basics of the new stuff in VB.NET ...

2002ASP #4456
Project Spell Check

Have you ever suffered the pain and embarrassment of a misspelled menu caption? If so, then this is the program for you. I wrote this program to go through the entire project and extract every quoted string and every caption, text, and list property. It also will extract comments if you want. It then stores every thing in a ListView control and runs a spell checker on it. The spell checker comes courtesy of the Word 8 Object, which means you will need MS Word 97 or greater to use it. Even if you don't have access to MS Word you can still review all of the words in the ListView. After the spell checker has been run the results of only those items that have been corrected are output to a log file that can be viewed in a text editor. The program also gathers a lot of information about the project along the way, like how many lines of code, what objects, references, and DLLs are used, along with some other stuff.

2002ASP #4458
Australian Weather Moniter v1.66

Australian weather moniter version 1.66 will moniter any Australian city that has a weather station there. Once you select your closest city, radar map location and weather station, weather moniter will tell you the current conditions. This includes the current temperature, dewpoint temperature, relative humidity, wind direction, wind speed, wind gusts, barometer pressure, rainfall, weather warnings, radar image, synoptic chart, 5 day forecast, lightning tracker and the cloud cover over Australia. As you can see, weather moniter contains many features packed into this small compact program. A guick glimpse of the system tray icon tells you the current weather. If you hover over it, you will see something like "Brisbane: Partly Cloudy 20 Degrees". If you disconnect from the net, weather moniter will use its previous data until another connection is made. The default time to update weather moniter is every 10 minutes. This as well as many other options can be changed through the options. This can even be run at startup if you create a shortcut in the startup folder and add the parameter "Startup" (without quotes) to the commandline. Also, when new updates come out, liveupdate will update when you run it. Weather Moniter now supports a weather report generator for web sites. It creates the html file and then uploads it. Xp Style buttons are fixed and run without placing code in the form_mousemove. Ftp Uploading is now fixed. "Xp Button application error" fixed when user presses pause while program is running. Fixed up Lightning tracker and cloud cover radars. Changed the way weather moniter first installs: downloads all required config files from ftp server to save space and is much easier for me to update it that way. Auto live update takes care of new versions of weather moniter. Added proxy support now! Fixed up errors with proxy. Fixed Severe storms flashing tray. XP Buttons control now encoded back into project. Added new icon set for windows 2000/XP. Fixed auto resize when updating. Added icon selection for main window. Added commentry for synoptic chart, cloud cover and a storm tracker. Please vote.

2002ASP #4468
URL Launcher (UPDATE)

This is an UPDATE of my last URL Launcher. This code will launch a website by right clicking on the IExplorer icon from the Win98 quick launch taskbar. The choose Launch URL and the rest is easy. I have made it so you can clear the saved url's. Also if you enter a blank url and hit enter this will act as a cancle and close the program. The autocomplete of the url's now works and saves them to a txt file. You can also clear the saved url's by clicking clear url's from the list in the combobox. You MUST compile this project into "c:\windows\browsefrom.exe" The RegKey.reg file got deleted by planet source code so I saved it into a .txt file. open the RegKey.txt file and save it As RegKey.reg and then merge it into your registry. If you do not merge the RegKey into the registry this program will NOT work. If anyone has any questions feel free to email me at u_tech@excite.com and PLEASE VOTE.

2002ASP #4471
Stick'Em v1.0

A handy sticky note program for making notes on the desktop. Many quirks will be fixed in version 2.

2002ASP #4485
Jii´s Task Manager

A complete window manager. It captures any open window/application and returns the windows caption and handle (hWnd). The app let´s you hide, show, restore, minimize, maximize and close any open window or app. It also let´s you change the window or applications Titlebar to any text you like. It also makes it possible to change caption of controls belonging to any open application. Newly added: You can make any window "Stay on top" or Enable/Disable it to make it reject any input by the user or other apps. There´s also a function wich shows if the selected window is responding or not. It´s also capable of hiding or disabling the Taskbar, Taskbar Task List, System Tray, System Clock, Quicklaunch and the Start button.

2002ASP #4510
Windoze v1.0

This is a module that will allow you to control some basic features on Windows 95/98. Show/Hide Clock, Show/Hide Taskbar, Get CPU Info, Get Paths or Applications/wallpaper/etc. There are quite a few subs and functions so check it out. :)

2002ASP #4513
RUNDLL32.EXE functions

You might find the following code useful in complicated tasks that require a lot of code in other methods. I have not tested all of them, but they should work.

2002ASP #4526
scarey notepad

pretty basic code, opens notepad and uses a combination of an api timer and the sendkeys function. should be fairly useful for beginners wanting help with sendkeys/cursor manipulation and the shell command.

2002ASP #4540
COPY FILE IN 1 LINE OF CODE!!!

COPY ANY FILE WITH 1 LINE OF CODE!!! IT ONLY TAKES 1 SEC FOR ANY FILE TO COPY! ANY SIZE!!! VOTE!!!!!!!

2002ASP #4541
Handler

The ultimate window handler, this can Hide\Show\Minimize\Maximize\Restore\Close\Flash\Focus\Enable\Disable\Ontop\Not Ontop\Set Height and Width, Top\Left And set window text!!! Vote if you like this code!!!

2002ASP #4542
hide\show

this simple code can hide\show your clock, start button, tray icons, taskbar, and desktop. Please vote!!!

2002ASP #4551
Combo Boxes For Menus

This code shows you how to use combo boxes as a menu if you don't want to use the normal menus. Looks good. Get the latest version of all my code at www.gpa.2ya.com

2002ASP #4553
Slpash Screen (Very Cool) Type 2

This is a very cool splash screen. The graphics are like the Matrix. You must see it to belive it. Very Good. No extra OCX files needed. Pure VB. Vote if you like the code or/and leave comments

2002ASP #4554
NT/2000 Trap Keys

Trap system keys with a system keyboard hook on NT and 2000 OS.

2002ASP #4582
Add to a ListView control on the fly from a text datafile

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")

2002ASP #4589
StickyForm

Let your form atach itself to another window.

Languages
Top Categories
Global Discovery