Advertisement

Results for "Volume: 2002C"

2002C #14919
Lightning Fast Word Counting

A small ultra-fast function used to count the number of words in a string.

2002C #14908
Working popup killer..

Its a working popup killer for IE. Doesn't have Netscape support yet. I found the actual IE classes somewhere on this site and I don't know who actually created them.. So credit is given where due I guess.. Other than that, start the program up, minimize it to the tray, and watch it kill popups. btw, if you hold CTRL down, it will allow the popup.

2002C #9809
Shimoon Update 1.1a

Hey guys check this one out! It can be used in any application! This will check a server for, download, and install an update! So if you are constantly fixing bugs in your apps, or adding new features, this code is for you. (if you like it you can use it in your apps you dont even have to give me credit). Well heres the beauty of it - it is in a 4 step wizard. It will compare the versions to see if you need an update. If you do, then it downloads it and asks you if you want to install it. PLEASE VOTE FOR IT IF YOU LIKE IT!

2002C #15295
Beginners Stuff

Help beginners to understand some codes. PLEASE RATE IT & VOTE FOR ME.

2002C #15241
jfCave ***** SIMPLE FUN GAME!!! *****

its a game, plain and simple. My first attempt at a real VB program. Its a sidescrolling flying game, where the object is to avoid the cliffs...simple, right? Everybody's always asking for "original"...well I didnt find anything like this on PSC, so if you like it: PLEASE VOTE! It uses a LOT of control arrays...probably why its so darn slow. Then again, being my first program, thats the only way I know how to draw stuff...tell me what you think (DONT FORGET TO LEAVE COMMENTS!!!)

2002C #14792
Advanced IRC Bot A+

This code is for advanced vb users, its not verry commented.. it uses alot of functions ive put in small programs in the past. what is deos: it is a dalnet based irc bot for administrating an irc room or having fun. it will convert many things such as: EXAMPLE: %convert asc2bin; hello - it will convert this to binary code, it will also convert hex, chr, asc, and more... this all works in a chat room on irc. the bot will kick, ban and sh&tlist people (kick/ban then when they enter) it supports 3 user levels. user (can use normal functions), operator (can administrate the room and use extended functions), administrator (can add del opers and use all functions), this bot works well, the data arrival sub is quite good, irc parsing is good but will be improved on the next version using raw irc numbers and more globally useable irc information, please take the time to appreciate this code. it is not completely done and i am not satisfied with where it is at this point, however i am never satisfied. i am releasing this little preview of what great things are to come for the reason i need a little user iput to keep going, i have been developing this hard over the past 3 days. i tried to simplify things by splitting things up into functions when nessisary. this could use improvment. please not the ini settings are not FULLY implimented at this point, they will be. read the code over and go on irc with it, check out what it deos. its pretty fun. i used alot of neat tricks in this code so it can be a learning expirence. i format my source quite well so reading it will be easy although it can get intricate. thank you, hope to hear some bad and good comments

2002C #11794
A Very Handy Search Routine (new and improved & well commented!)

A Quick & Easy Search routine for ListViews AND Recordsets -- hand in hand. I find that a very nice pair-up in interface and behind the scenes action is the DAO set in conjunction with ListViews. To some this may already be apparent, to others perhaps not. Copy this code in, using the correct DAO refs and the correct ListView, pass the three parameters in, and it should work like a charm. Don't forget to vote for this code. Updated / Patched - 11/4/01 Check out this screenshot ->

2002C #15170
CLEAR GIF ANIMATIONS with a TIMER on any form

Just a trick to share I hit by accident one day on making backgrounds visible with the use of CLEAR BACKGROUND GIF files, I use MS-Gif-Animator to make the outer edges of each birds "frame" transparent instead of the black/white of each overwriting each other that other sprite coders are doing for animations, each is just a gif with a clear background get it?, thus 1 image vs. 2 of each image, each image is either visible or not via the timer and the "a=a+1 variable" (it just activates the NEXT FRAME button and (also a great option for checking what the image looks like in movement if you disable the timer and make it visible again), Someone give me a dang globe?, hahahaha, Enjoy

2002C #15153
Yar Systemization Version 1.0 ()))

*!*!*!*!*!*!*!Attention:Screen shots www.geocities.com/nit3shift PSC would not upload them. :( _________________________________________________ //////////////////////////////////////////////// ) I releaed this earlier as a beta. Which wasnt really good cause i wasnt done and the user could not take on the full power of the program. The thought came to me one day when I was chillen on my bed I go hey, it would be a real good idea I could make a program that goes through my whole HHD and sort out my files. So i set off to make this program took about a month, nothing real real specail, however it has a graphic interface to it with folder that may be moved around. desktop backgrounds that may be tiled. When you first run the program it notices that this the first time that you have ran the program. It then runs a wizard for you. The program has favorite start up wavs and favorite program that can be executed by the click on the button. All data can be saved and loaded back again for your comfort. This is all for now i ahve a crapy webpage for a screenshots which i am still working on. Please comments or votes. Tell about any errors i can fix or make the program better. Thanks peace Out and enjoy.

2002C #14722
Printer Object - A Primer

The focus of my article is to demystify the printer object and present it as a magnificient object, which can be used to churn out dashing printouts without the support of any third party reporting tool.

2002C #10373
Winsock API Webserver

Very unique code. This is the only Webserver on the internet that uses the Winsock api (and where the source code is downloadable!) I needed a simple webserver without the Winsock OCX for my game's server, for some easy remote-admin. That's why this code also has the Basic Authenticationscheme implented. The code is a bit messy, but it's been tough to get it working anyways. I hope you people enjoy this code and that you may learn something from it (That's why I put it online :) -Supports images -Checks if pages exists (does not return 404 though) -Has Basic Authentication functionality (run it and you'll see it) -Pretty secure I believe ("/../" won't work) -Accepts multiple connections! One drawback: The events are based on two command buttons. Yes, I'm sorry. but I just don't like AddressOfs, hooks, callbacks and whatever... they just are too crashy when you're beginning with something like this... I used someones 2 class modules found on this site... I forgot the author of it. if anyone knows it, let me kow. Credit where credit is due :) Anyway, enjoy!

2002C #14607
Create A Pie using API

creates a pie like a progressbar. uses the percentage...

2002C #10095
_Color Coder 3.0

*Updated* This application allows you to select System colors, QBColors, or mix your own RGB colors. Then simply right-click and copy the color code to paste it into your application in VB constants, QB, RGB, Hex or HTML format. You can capture a color from anywhere on your desktop with a click of the mouse. A must for all graphix applications. This application runs in the system tray for instant access. Full source code included.

2002C #13152
Convert language query string into SQL statement

"PARSE" function converts search string (like in altavista/with pluses, minuses and quotations) into SQL query string for database search. To make this work in your database, you need to replace "table" and "field" words with appropriate values for your database. It's done in VB6 but will work in other versions as well.

2002C #14608
Copy Files Using Copy Progress Dialog

Copy a file the using SHFileOperation API call so that Windows copy progress dialog appears...

2002C #14986
ChangeFormShape

The code changes the form shape to either 'Elliptic', 'Rounded Rectangle', 'Rectangle', 'Polygon' or 'Picture-Shaped'. In the code you can also see how to COMBINE different shapes, so you can create a very neat interface. These functions are in my code: 1. Change Form Shape (See above) 2. Nice interface (somewhat like XP I believe) 3. Move and Resize a border-less form (Borderstyle = '0 - None') 4. On Resize - align controls (class module) 5. Text in Pictureboxes 6. EasyMove forms 7. Change Picture Shape There aren't many comments in the source, but it doesn't have to be either, even a "newbie" will understand what's going on... Before the code only showed how to change the form's shape, now it also shows how to change shapes of picture-boxes. In fact, I believe you can change the shape of everything that has a hWnd variable... I haven't tried it, but I think you can show oval videos too!!! (or polygon or whatever you wish...) Please vote... Anyway, here's an FAQ: Q: Is it simple? A: Yes! -------- Q: How simple? A: Very... -------- Q: Is this Windows XP or VB.NET? A: Nope, I used Win98 and VB 6.0 -------- Q: Is all this code made by you? A: No, but the thanks are in the source. -------- Q: Are you the best programmer in the world? A: Who, me? Thank you for reading this - now download, try out and vote! (If there's anything that's not working or you wish me to add, please let me know!) /Mikael Nordfelth Picture-shaped-form has been renewed, now it's not Niknak's code... (it was quite slow compared to this)

2002C #14420
Complex Regions On Forms (at last!)

This is the first code EVER on PSC (that i have found) which can tell you how to use the CombineRgn API call. Using this forms like the ones in WinMediaPlayer can be made. No more simple rectangles! You can have holes in the middle of your form or a menu off the side! Please rate this code and leave your comments!

2002C #15283
RPG Game

This is built off of the RPG combat engine that I submitted before. I have added Character creation(sorta), Random monsters, Eperience points system, level gaining system, Gold system, and a new interface. It it compleatly playable. The number systems still need to be worked out a little. I would eventually like to make this like old wizardry, perhaps multi-player. If anyone could tell me anything about writing a server and implimenting online play, It would be greatly appreciated. The next major step in the game will be to create some type of a graphic system, so that the player can adventure. If anyone has any ideas or tips on how to do this, please let me know. I think it would be cool to put a tile based map,etc.. in the picturebox.

2002C #10085
MoonStuff

Lots of date handling, math, graphics, tray animation, form icon animation, gif animation. Gets moon phase within 2 seconds for range of 10,000 years.

2002C #9808
Shimoon EXESave v1.1

ALL NEW VERSION!!! Stores 3 textboxes in the actual exe file! Can be more data if code altered slightly! No need to know the offsets now either! If you guys would be nice as to PLEASE VOTE FOR THIS!!! It wasn't very easy to find a solution to the problem of excess files - and I found it! So please be nice - vote and leave comments!

Languages
Top Categories
Global Discovery