Advertisement

Results for "Volume: 2002ASP"

2002ASP #2228
Extending System Menu

This code example will append a separator and a new MenuItem 'Always on Top' to the system menu of any form. The menu is affected weather left clicked from the control box on the form or right clicked from the taskbar. Subclassing is used to trap when the 'Always on Top' item is clicked. The custom message handler uses the SetWindowPos function to keep window on top or reset it to normal. Also on a lark I traped out the close menu item to prompt before closing. If you say yes then the close message it passed otherwise the close message is traped out and the form stays open.

2002ASP #2169
A Systray Handler/VB Start Menu ***FIXED***

A lot of people have been asking me for this. I've finally managed to create this program and I hope you will all enjoy it. It is a System Tray Handler, like Litestep has. This is great for shells... It will make a small picture box and load the system tray buttons that usually show up in the Windows Explorer... If you open ICQ and then minimize it, it will show it's icon and you can fully interact with it. You can specify height (I recommend 25), XPOS, YPOS, whether it should auto-hide and if you just want an empty one. But wait! There's EVEN MORE! It scans your registry for Run/RunOnce entries and runs the startup programs in the registry at startup (it's explorer that does this, not windows itself... If you have a replacement shell, it won't run the apps by itself). You think that's not enough? Well, I've also included a Dynamic Start Menu that you can use! Just click the button on the form, and it will show you a menu (with icons/backround pic/office style selection) that shows all your groups. When you go over a group, it'll show you the programs inside. I've just finished this so I haven't implemented everything. Click on a program in the start menu won't run the program (yet) and the icons for the programs will all be the same (for now). I'm very excited about this and I hope you are too. VB Shells should start popping up everywhere now!

2002ASP #8176
Lewies URLDecode

Xao Xiong originally posted his version of DecodeURL and asked for a reply for a better way. I replied, but it didn't turn out too well, so i'm posting it here for him to see. The approach i took is that when you look at an encoded URL string, 2 hex characters follow a percent sign. XAO listed a few to translate into actual characters, but he didn't account for all 256 of them. Check it out! See http://www.planetsourcecode.com/xq/ASP/ txtCodeId.6728/lngWId.4/qx/vb/scripts/ ShowCode.htm

2002ASP #8073
Supreme BBS(UPDATED 6/24/01)

(UPDATE: Now As start of Admin UI, which allows edit/delete of users, posts, topics, settings. supports HOT Topics, supports lock/closed topics and more.) This is An Almost 100% complete BBS. The database is the heart of all the options that can be set. Different User Levels(Guest, Member, Moderator, Administrator). Allows you to lock Users from posting, the ability to lock posts, delete posts, edit posts, reply to posts, Log In, Register, Allows you to set the Acces Level to Topics(example: Topic="Administrator Discussion" if you set the access level to administrator then only administrators can view/post in that topic). Requires users to register before they can post. Allows Users to select a "Topic Icon" when posting. Allows you to set weither new users can register with an email that is already registered. Counts Users total Posts. Counts Replies to each Post. Shows total Posts for each topic. So Much More can be done. If you like this please give me feedback on it so I can Improve it. If it gets good response I will Update it soon. Soon to be added Admin UI so it doesn't have to all be done through database, Search and more your comments are appreciated. I have also added the .NET Solution file so if you have .NET You can edit it there.

2002ASP #2221
Browse for folder with start folder pre-selection.

This code should show you how to browse for folder with a selected folder. This is known from Common Dialog's start dir, where you can select from what folder to select the file(s). In Windows you can also browse for a folder. This code helps you to learn the Browse For Folder Feature and learn how to select to start from in the Browse for folder dialog.

2002ASP #7380
A Calendar for ASP

This ASP-Calendar have the same functions (and more) as the ActiveX-calendar from Microsoft. It´s works only correct with the IE 5.0 or hiher. If you make any additional function, please send me an Update. Cheers

2002ASP #8347
ASP poll (voting system)

Voting poll(poll.asp) with administration(adminlog.asp login - username: test password: test1), and results of the previous polls... Cookie protection for multi votes... read instructions.txt

2002ASP #2232
Deleting Directory with all the Subdirectories

Delete a folder, with all it's subdirectories.

2002ASP #230
Numeric Style Textbox

From CShellVB http://www.cshellvb.com Change the style of a normal textbox so that it will only accept numbers. Better then evaluating keypress events and very fast. This call works on the fly and it is wrapped into a function for you.

2002ASP #8074
Banner Rotator with Stats

This Banner Rotator stores The Image URLs, Links, Tracking URLs, Views, adn Clicks in a database. When the banner loads it update the views for that banner in the database. when a user clicks the banner it updates the clicks in the data base. On the stats page(type http:/yoururl/ad.asp?fadmin=True to get there.) you can sort banners by ID, Views Or Clicks. It displays 10 banner stats per page. A sample database is included. make sure you change the gblConnection String at the top of the asp file to the location of the database. Please post your comments/questions.

2002ASP #7381
UniStrip

UniStrip is the one-stop solution to getting form values from an HTML form. It will extract all the name/value pairs from the form submission and load them into an array for easy sorting or writing to a database. The script will accept any HTML forms without modification. Very powerful. Includes a test form and script to show array name/value locations.

2002ASP #1829
Fast 64bit RSA Encryption Algorithm

The famous rsa public key encryption algorithm, this code is based on the original design by: Asgeir Bjarni Ingvarsson. Now includes source code and zip file with working example.

2002ASP #2233
Filename Utility

This real time-saving program lets you format filenames to your liking. Don't you get really annoyed when you download your favorite MP3 music and there are those _'s in place of every SPACE, wish you could get rid of them out of your hundred of files??? Now YOU CAN! It will replace or remove characters from filenames, it format its CASE and will change file extensions. Get it today!!

2002ASP #2234
RAM Drive

Tired of try to figure out archane DOS commandline params? Just use the utility and YOU too can have your VERY own RAM drive! No need to edit your system configuration files, the program will add AND remove the drives from your config files.

2002ASP #2235
Covert Images 2 Icons

This small program will create icons out of images. The interface is a simple drag and drop interface. Just drag your images onto the program and they are saved as icons in the same folder.

2002ASP #7386
Detects if user has Flash

This code will detect is the user has the flash plug in. And then redirect to a page with flash or one without. NICE!! please vote :)

2002ASP #7384
ASP SQL Server Database Connection String

How to connect to a SQL Server database without all the junk you normally see.

2002ASP #1728
Display Animated GIFS

This post replaces a previous one which did not include the .dll file. All it does is demonstrate the use of gif89.dll to include animated gifs on vb forms

2002ASP #2239
Chat

Simple chat program to communicate between computers on a single LAN segment. Crisp interface!

2002ASP #8284
Alternate Row Colors

Ever want alternate the row colors of your record set? This code is the easiest way to do it!

Languages
Top Categories
Global Discovery