Results for "Volume: 2002C"
Just a simple way to load a picture, nothing special, but sometimes people forget the basics
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.
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.
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.
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
Stealing anything..... Need to say more.....
* 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.
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.
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!
Use an Outlook-Toolbar in your forms without using ActiveX.
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!
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.
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
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!
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)
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. :)
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!
This code will show you how to use the play and speak functions. (Very EASY to use or make you own SEEQUENS)
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
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! "