Advertisement

Results for "Volume: 2002C"

2002C #11934
Using Load Picture

Just a simple way to load a picture, nothing special, but sometimes people forget the basics

2002C #12054
BRRIC

BRRIC : (Corrected for 2-color icons) This program deals with pairs of icons (16x16 & 32x32), small bitmaps and 32x32 cursors. 2 to 24-bit colors can be used depending on the image and a large number of palettes can be loaded. Many image manipulation controls are included eg drawing tools, blurr, rotate, text etc. All the controls include Tool Tip Text. My personal preference is to have as many controls on-screen rather than buried in menus. This is not to everybody's taste and the screen will look cluttered but is much quicker to use. Icons can be extracted from multiple icon files and the system icons from exe and dll files. Small 32x32 rectangles can be extracted from larger bitmaps. The use of a res file for bitmaps and binary data is demonstrated. All the files are visible and commented.

2002C #12055
Compare Files

Compare Files: This simply does a byte comparison of any two files and reports whether or not they are identical. Included is the excellent Sudhir Rokades Auto Control Resizer with his information.

2002C #12056
RR3D

RR3D: Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.

2002C #11935
DOS's tutorial

This is probably one of the best learning toolz I have ever come accross, this is a must for AOL programmers, and even begginers that need to lear API, this taught me alot about API, all the credit gos to DOS, only vote if you like it, I dont really wanna take credit for this. (V)enace

2002C #10847
Stealer

Stealing anything..... Need to say more.....

2002C #11699
Zyweb Beta 2.5.1

* I Need Help On The Favorites System Anyone That Would Help E-Mail Me Please.. Web-Browser (Ie Front End) New Features In This Version Include Ability To Save Web-Documents Popup window Control (Instead Of Opening A New IE Window It Open Another Zyweb Window) And A New Web-radio Feature. Enhancements Include A Trimed Down Interface And I Have Imbeded The Flash Move (Flash Required For This Project) And A More Accurate Progressbar. Improvements Over The Previous Vershion Include A New Window Toolbar And Better Printing Management.

2002C #12377
AsciiKey

This very short program will display the ascii value of any character you type. This is very useful in programming games or any other program that you would like to have accept user input from the keyboard.

2002C #9826
ADO and Datagrid Sample w/Horizontal Scrollbar

My third submission to Planet Source Code demonstrates how to use ADO and the Datagrid Control together. One neat feature of this app is the use of a horizontal scroll bar to move through records. I haven't thoroughly tested this app so don't be surprised if you find a couple bugs. If you're new to ADO or even a novice I'm sure you'll find something useful in this app. Please vote and give me some feedback!

2002C #12378
Outlook Toolbar

Use an Outlook-Toolbar in your forms without using ActiveX.

2002C #9827
Manipulate Window's registry with class!

If you're looking for a class module to fiddle with the Window's registry then this is the one! I use it all the time in my applications. Code includes many examples. Please let me know what you think!

2002C #10480
Cool textwiping

This little rutine replaces a text in a label with a text from a textbox word by word. It makes a cool text wiping or text fading.

2002C #12379
Haunted House

This haunted house is a long code. you have to try to make it through the house without dying. the password is "Enter" if i doesnt work with a capital E the try lower case. Vote For Me please

2002C #11412
A+ Winsock Filetransfer through Internet or Intranet with status bar and average display. *easy*

http://www.inter-dev.de --> Visit Inter-Dev.de for more! This code allows you to transfer files from one pc to another using winsock. Well it does not use only api declarations but it works. I comment it in english so i hope you can understand it because i'm german. I made that example because a lot of winsock transfer file toolkits are not precise enought. Some do not use send complete and some examples show you how your file become bigger and bigger after every transfer because they do not check the file size! I do not say that my one is perfect but much better than most of the others. For example I do not like the filesize check-routine... if you know a better way to fix that, please send me your ideas to manager@directbox.com. The "FILEINFO" routine should also made in a better way... you should take another winsock to transfer fileinfos. I also included the transfered bytes per second in that sample!

2002C #10506
Nova Ice 3D Form (Updated!)

I made this to make a Form 3D,I've looked at others on PSC but none were reall, so i cooked one up. hope you like.Now you can choose how big the the 3d is(i worded it wrong youll see what i mean though)

2002C #12182
Gold Button v1.0 by Night Wolf

This a first release of Gold Button v1.0 I was always sick of these Default buttons, so i made one of my own. There's 18 different style of button. (None(OnUp)->Flat(OnHover)->Default(OnDown) etc.) Look at the picture to see more. Please vote for me. :)

2002C #9905
Slave Form Demo

Among other things, this code demonstrates how to make 2 forms work together as if they were a single form. Make a form "hide" behind another and scroll down smoothly to reveal itself later. Also demonstrates how to make a custom title bar, the correct way to minimize an application, how to respond to the System Menu, and much more. It's hard to describe but it's well worth the download. Heavily commented code makes it very easy to follow what's happening. Votes and comments are appreciated!

2002C #11952
A How to use MSAgent program (GENIE)

This code will show you how to use the play and speak functions. (Very EASY to use or make you own SEEQUENS)

2002C #12375
JamminMp3

This is a full Mp3 Player with a playlist and skins. It also saves the last playlist you had when the program was running and it loads it when you run it again.... I created some skins and you can change them.. There are also examples of working with ini files

2002C #11413
A+ Winsock Transfer *NEW* both in one form. App & Client - Easy. * A MUST HAVE*

This is a re-make of the code I posted yesterday. Now you it consists of only one form who is able to receive and send files. You can use it to provide your app with internal filetransfer or even chats. Please visit http://www.inter-dev.de for more! -------- Thats what I posted yesterday! " This code allows you to transfer files from one pc to another using winsock. Well it does not use only api declarations but it works. I comment it in english so i hope you can understand it because i'm german. I made that example because a lot of winsock transfer file toolkits are not precise enought. Some do not use send complete and some examples show you how your file become bigger and bigger after every transfer because they do not check the file size! I do not say that my one is perfect but much better than most of the others. For example I do not like the filesize check-routine... if you know a better way to fix that, please send me your ideas to manager@directbox.com. The "FILEINFO" routine should also made in a better way... you should take another winsock to transfer fileinfos. I also included the transfered bytes per second in that sample! "

Languages
Top Categories
Global Discovery