Advertisement

Results for "Volume: 1_2002"

1_2002 #106641
bsFrame

It's been a long time, but I am back with a new ActiveX control. Presenting the bsFrame control, standing at around 192kb, which is intended as a more dynamic replacement for Microsoft's intrinsic Frame control. It is in its most basic state at the moment, with support for enabled/disabled states, 3 different frame designs and all 8 possible border styles, as well as customisable colours. In the future there may be support for icons, caption alignment and caption positioning. Also note that BadSoft Online is back up, please visit my site at http://www.badsoft.co.uk. If you can, please leave feedback, your comments and constructive criticism. Votes would be good too.

1_2002 #109017
Simple RPG Fight Engine (1.1)

Just a simple rpg fight engine for one of my rpg projects...not much at all. see screenshot -Controls: Press "S" for the menu and then use the arrow keys

1_2002 #110582
tetris teehee

its tetris ya'll...i tried to make it like 4 times, and failed miserably all of them...then i finally got it on a late night, programming binge...it only took me 3 hours...lol...please vote and leave comments(id rather you vote zero than not vote at all)

1_2002 #110040
Street Dealer 1.0 (DopeWars Clone)

This is a pretty cool looking DopeWars clone based on the FoodWars program submited on this site a while back. Its nearly complete and has a tight interface. It basically demostrates basic encryption, the use of the RND function, and a couple other things that you might want to look through. Its well commented and is pretty simple and eay to follow. Have fun!

1_2002 #110060
LaVolpe WinXP Ape v3

A class that converts existing forms to something like WinXP forms. NEW: Menu support on a borderless form. The support isn't 100%, but pretty good. Enclosed is a Read Me file you should take a minute or two to glance over. It describes what this thing can and cannot do and how to use the class Note. Still doesn't support MDI forms.

1_2002 #110960
Formerly BLAIM Now WIM Instant Msg Update

This is an update to Blaim Instant messanger Shows you how to use/handle the winsock control Allow multi-client connections Send and receive messages as well as files and MUCH MORE To come this update didnt change much from the last all but the GUI. Fell free to VOTE anytime! UDATED today 02/19/02

1_2002 #106553
Rotate text

Shows how to rotate the orientation of True Type fonts

1_2002 #110535
Compare Man

Find replace are the additional features added to compare functionality between two files.It finds the any word specified if present and does corresponding replace.The it also compares two files .Can be called as compare tool

1_2002 #108803
Special Delete

Have you ever deleted a file from a floppy drive by mistake and were frustrated that you could not retrieve it from the recycle bin cause it was not there. Windows does not allow deleting to recycle bin from removeable media. This utility will copy the file from floppy to a restore folder then delete to recycle bin and remove from floppy....Now it is gone from the floppy but is in the recycle bin....Please only constructive comments. I am shareing something that may help someone as it did me.

1_2002 #110041
KIM - Kaotix Instant Messenger 1.0

This is my entry to the "instant messenger race" that I've noticed going on and so here it is! Heres a run-down of the features: Client-server relationship, all screennames are stored in a database on the server's machine, all buddylists are also stored on the server so that you can access your buddies anywhere, nice buddylist icons ;), fast (and I mean fast), nice AIM-like interface, no encryption yet (in the next release), when you press the X button in the titlebar it hides the window and you can access it through the system tray (again like AIM), only known bug is that if the server is turned off before the clients then the list of online users must be manually cleared by a person (list is stored in database file), the main database is very easy to edit and you can use Microsoft Access to edit it manually... phew well thats just a list of the more prominent features but I spent a while working on the things that would seem awkawrd to mention in a description but you'll see what they are. They're mostly just things that make it more versitile and usuable on a daily basis. Anyway, this is the first release and more shall come. I'd like to give thanks to the two authors that worked on this project before me they got rid of alot of the hard work ;) If you have any suggestions for the program please post them below and don't forget to vote!

1_2002 #109060
A simple Scrolling Form (Not an ActiveX Control)

This is a control that will allow you to create a form that can be scrolled by the user. It is very simple to implement. This submission is heavily based on another submission by Fred_Cpp: http://www.planet-source-code.com/vb/scripts/showcode.asp?lngWId=1&txtCodeId=31896 I hope that Fred doesn't get mad at me for tweaking his code! :) My modified version has little changes. When there is no need to scroll horizontally or vertically, the scroll bar is hidden. The scroll bars do not have the annoying blinking anymore. I did a lot of clean up on the code and added a few comments in "English". I think that the example looks better, too. It would be good if you guys could give me some feedback. ============================================ I have just uploaded an ActiveX Control that is much better. The URL Is: ============================================ http://www.planet-source-code.com/vb/default.asp?lngCId=32374&lngWId=1

1_2002 #110093
ProjectX1 - Project First Public Release(Please Rate!)

This project contains alot of functions/subs created by T-Virus Creations. NOT commented but ready for use (Most of the stuff is explained at top of Module or Sub/Function. Please, don't forget to rate this!!

1_2002 #106745
BioRhythm

Biorhythm study and use is considered a "pseudo science" in the United State however it is widely accepted and utilized throughout Europe and much of the rest of the world. Some of the things you might be interested in are: The use of the horizontal scroll bar as a up-down control. Using the API to get a temp file name. Getting a RTF formatted file from a Resource file and placing it in a Rich Textbox Control. Some fairly difficult date manipulations. Using the GetSettings and SaveSettings functions.

1_2002 #107738
A Beginner method to check whether a file exists

A Beginner method to check whether the file exists or not. Simple and should able to run on different Window OS.

1_2002 #107637
Auto Complete Combo

It's sole purpose is to autocomplete-enable a combo box with as few coding as possible. Uses windows messaging sub-system to send directly a message to to the window's windows procedure. It's not mine but I thought it was great and wanted to share it with you. So no voting people. Cheers :)

1_2002 #106811
Transparent animation in seconds

Create your own picture-animations in second, with only 5 line Code - without any API or OCX! Superfast.

1_2002 #108874
PingGraphic V2

i already made this before but this code is more understandeble, and demonstartes how to ping some one using winsock olso this version can ping more IP addresses at a time with difrent color's have, fun egbert :o)

1_2002 #104115
Download Web Site or File using Winsock API

This is a small application that shows how to download a web page (or any file) from a web site using only Winsock API (no OCX, no controls!)! As of today, and as far as I know there are no other examples like this on PSC. It demostrates and explains (advantages and uses of) the GET and POST methods and supports the use of an HTTP Proxy. It downloads Asyncronously so it won't "hang" and you can even set a time-out or cancel the request. One of the many practical uses for it would be: put it on your about box and use it to retrieve a text file on your site that indicates your program's version/update availability. I've commented it and should be easy to understand even for newbees. Please vote for me if you like it ;) if I get enough votes I will post an example on how to transfer files using only Winsock API (Client-Server application).

1_2002 #110863
Registry File Editor

This code show you how writing Registyr File (*.reg). It's easy and example.

1_2002 #110970
AA File description tool AA

Demonstrate the use of several contols such as RitchTextBox, ImageList , ToolBar, PictureBox,PRINTER, PRINTER PREVIEW, file atributes, file info,file size, file date, Icon Extractor, file exists, file extentio, file type, CPU monior,....some EASY API, fully comented for the hadrest parts I have grabbed some other author's code but I can't find their names back so i you recognize yourself, mail me and 'ill be enjoyed to refer

Languages
Top Categories
Global Discovery