Advertisement

Results for "Volume: 2002ASP"

2002ASP #2810
Drag a form WITHOUT a title bar!

With this code you can easily drag a form without a titlebar.

2002ASP #3669
Icon Extractor/Saver!

I looked at the Extract icon demo at www.allapi.net . I used that demo in this code. All it does is the user chooses the file he/she wants to extract the icon from.(EXE or DLL) Then the user can save the icon! This is good if you want an icon from an exe and you can't find it anywhere! PLEASE if you like this, vote for me.

2002ASP #2811
Keep a form on top!

This code keeps a form on top of all other windows.

2002ASP #3918
Create Windows Cabinet Files

Lets you create A windows cabinet file (.cab) containing any file(s) of YOUR choice. Since a cabinet file is something windows uses. Once you make it, you can give it to anyone and they can open/extract it without special files. PLEASE vote and/or leave feedback/comments on what you think.

2002ASP #1699
Hound WebRipper Beta 1

Hound Web Ripper is a small project I made to rip picture and pages form websites. and the best thing about the program that it does not use the webbowser control Like a lot on here i have seen before. Just uses the Inet control. Please have a look and tell us what you thing I wil all be updateing it soon with some cool new functions. at this time the project will only rips the only page and what evers on that page. but its quit cool

2002ASP #3911
Polar's Hotmail Checker **FIXED**

Checks Hotmail account for new messages. This is almost exactly the same code as Polar's original checker, but it has been fixed so it works better. If you want to do more with this code, you'll need a packet sniffer. Use it to capture the HTTP headers that are transfered when you do things on the hotmail site. You'll also have to be pretty good with a parser. If for some reason this code still does not work properly, please contact me.

2002ASP #3083
Planet Source Code Thing 1.1

This shows the "newest code ticker" for each language on PSC within one program. It also allows you to search PSC with ease among a few other search engines. I really made this for me but I thought other ppl might like it. Please vote/leave feedback if you like it. (System tray and intellisense code taken from PSC, thanks guys!) NEW IN THIS VERSION - Updated look, you can select visible tabs and it saves settings in the registry now.

2002ASP #1159
City Simulator - partial

I wanted to emulate one of my favorite games the best i could. It has a few unique features like birds freely flying around the city(animated), sometimes they seem to flock (but the biod system isn't too advanced, they see other birds and objective-points but not buildings). IF ANYONE CAN COME UP WITH A GOOD CITY GROWTH MODEL PLEASE HELP. The current city growth is based on a crappy crime equation i came up with. (Crime = (PopCount / 4) - (2 * SafetyCount))

2002ASP #3917
Absolute Form Shape (s) program

if you like to change the shape of your form (s) in a VB application this is the program to teach you how to do it. it will allow you to change the shape of the form to a Circle , Dialog , Triangle , Diamond or even a really cute STAR. I used the functions of this code a lot in diffrent programms.

2002ASP #3055
SpaceDebris(v1.2)

I am sorry i forgot to include 2 files in my zip file last time.Here it is now 100% bug free.With 4 levels of gameplay it now uses Microsoft's voice Text(vtext.dll) to READ OUT THE MISSION OBJECTIVES TO YOU(see screenshot).I have used Simon Price code for changing the screen resolution.I would like you all to. P L E A S E V O T E & R E V I E W T H I S C O D E.

2002ASP #215
MicroKit 1.01 Update : Save song to Wave

This is an unofficial update to the award winning drum synthetizer MicroKit from Stuart Pennington. I added support to save the songs in Wave format, which can be later converted to MP3. Also added more editing features, like: clear track, alternate track, insert and rearrange patterns in song mode. You may include your own voice while saving to wave if your microphone is turned on.

2002ASP #365
Easy MP3 Player

One of the easiest MP3 Player's! Don't understand other MP3 complex code...this is for you!

2002ASP #1897
Softshell Logi Beta 1.3

Softworld tm´s * Softshell Logi Beta 1.3 * Softshell Logi is a replacement for Explorer in windows. **********News in Beta 1.3********** -> Updated function´s to the Taskbar and Taskbar-Buttons (no flicker). -> New PopupMenus to the Startmenu that include: Open, Rename, Move, Copy, Delete. -> New PopupMenus to the Taskbar that include: SLControl Settings, Start Screensaver, Swap, Hide and Show the Desktop Icon´s when you run with Explorer. -> A System Tray Handler with working Popupmenu´s. -> Quickstart the Screensaver from the Taskbar. -> FormEffects: win2000, win98, Up, Down, Side. -> The scrollfunction is updated (no flicker). -> Transparent Taskbar (so far..). **********End News********** Softshell Logi Features: -> A Taskbar with full working, autosize (Taskbar-Buttons). -> A Full working System Tray Handler. -> A Startmenu with Programs, Favorites, Desktop (instead for having a orginal desktop, I have it in the Startmenu),My Documents, Find, Run, Control Devices, Recycled and Shut-Down menu. -> A Quickmenu that include all the shortcut´s and Dir´s placed above Programs in the Explorer startmenu and a Dir called Quickmenu where you can place your own shortcut´s (it´s placed in the app.path). -> A Shutdown menu that control the shutdown-time and all the orginal option´s. -> Easy access to all Windows options (like in Explorer). -> All the Menu´s (Startmenu, Quickmenu) has a full working Scroll function like the one in Explorer. -> A Controlpanel called SLControl Panel where you can do a few changes and setting´s like (changing color´s, the name on the startbutton + more). -> It can run under VB5 if you do some changes to the Modul called modDevice1/ExtractFileName. -> PopupMenu´s to the Taskbar and Startmenu. Special Thank´s goes to: -> Brian and his *BoS Shell* -> Jeffrey C. Tatum for his *Ini read and Write* -> Altamira for his *AMCLabel.ocx* -> Mattias Sjögren for his *CTrayIcon class* Notes: -> Don´t forget to put the AMCLabel.ocx in the system dir (comes with the .zip file..)... -> The Win2000-Form-effect only work with win2000, you have to uncheck the marks in the DoTrans function. -> The other stuff works fine with Windows 95/98 and ME but there is some bugs left to fix to make it work properly in Win2k.

2002ASP #1486
_A VB6 For VB5 Module

These 3 functions SplitVB5, JoinVB5 and InStrRevVB5 are the equivelent functions as used in VB 6.0 except they are written for VB 5.0. Now VB 5.0 coders can use Split, Join and InStrRev. These functions work exactly like the VB 6.0 functions.

2002ASP #293
DBImpExp

A utility to import/export Access database from/to other application formats, e.g. Excel and text files (single field or delimited entries for multiple fields). With sample files and help, as well as ample remarks. It is advisable to run the sample files first (and read remarks in each frame). Once you are familiar with the pertinent rules, you may then begin to use the program to process your other files.

2002ASP #1904
WinScript Beta Test 1.0

Well After D++ and JEL i decided to finish WinScript. WinScript is a Scripting Language Which Compiles EXEs and what lloks like a Win32 App.,What it does When It Runs is kinda like Vb it create an exe in a temp folder then using Shell it opens the exe.It Has one hell of a lot of functions(theres on called sendtochat(ignore it))it has everything D++(possibly everything) and JEL has.Id Like to thank every one on PSC that submited a Scripting Language,with there help i would have finished a hell of a lot later.(Note:this is only a beta test and does not have nearly the real amount of a non-beta) Please Vote Heighly If you like my code,Also send me comments,suggestions,new functions,etc. Thanks Guy/Gals

2002ASP #2824
Mouse Fuctions (See Screenshot)

Does a few things with your mouse! I made it really simple so anyone can use it! Oh, and if you click on the "Hide Mouse" button, I set the focus to the "Show Mouse" button so you can just hit enter (or space) to get your mouse back. Enjoy the code, and Vote for me if you like it!

2002ASP #3762
Excel & VB with Database

This code demonstrate the way of retrieving a data from a database and Saving it as excel work sheet. If you like this code please rate for it.

2002ASP #3033
REAL C++ CONTROLS IN YOUR APP!!!

Do you know the code "Real C++ Buttons" by Randy Mcdowell? It sends a message to a VB Button to make it a "C++ Button". But if you look at this button with Spy++ you will see that it is still a "ThunderCommandButton", the VB Button. My code lets you use EVERY C++ control in your app!!! And these controls are REAL C++ controls!!! Think of the fantastic controls you can have: e.g. the cool hotkey control. Or what about a "real" RICHEDIT control? The only limitation is your fantasy! Control events are also supported. Well commented, and easy to use even if you don't understand everything that happens. Have fun with this code, use it in your app, and if you like it VOTE FOR IT!!!

2002ASP #2743
Auto-Select Text on Focus

Nice feature to help users edit textboxes. The code selects all the existing text when the users focus on the textbox control. This will definitely make your application more user friendly. Please Vote!!!

Languages
Top Categories
Global Discovery