Results for "Volume: ASP_Volume2"
THIS TUTORIAL WILL TEACH YOU HOW TO MAKE A HELP FILE LIKE WINDOWS HELP IT ALSO TEACH YOU HOW TO USE IT WITH YOUR PROGRAM. THIS CAN MAKE YOUR APPLICATION LOOK MORE PROFFESIONAL. i have trouble in uploading the project file bcoz it is too large so i decided to make a html file of it and i uploaded it in my website
Demonstrates reading a bitmap's header in binary to determine the bit depth (amount of colors) and the palette information. Useful for beginners who want to work with paletted bitmaps, or anyone interested in binary files.
[Updated] This is a 3D-Engine with a Game, a sensless game tough, where u can shoot the triangles on the floor. It uses DirectX. The Engine features stuff like Very crude shadows and collision detection... It is still quite slow, and i suggest u turn of lighting when starting the program. It uses my own Lighting engine, so it is quite slow when loading. The lighting isn't realtime ;) Enjoy
INTRODUCTION TO DHTML FOR BEGINERS
MyPad is an PHP editor with the following features: PHP/HTML Syntax Colorizing (written in VB only and still fast, NO ADDITIONAL OCXs NEEDED!) * line numbering * unlimited Undo/Redo * INI File Support * Search and Replace * MRU file list * Single Document Interface for better use with your favorite file manager * command line support * read only mode * support for the PHP online help-system. See the readme.txt for credits! If you just want to have the binaries, get a setup file from my homepage: http://www.sebthom.de
plays music files, scans the computer for sound files, has a playlist, etc.
After alot of people sent me suggestions i decided to repost this with the improvements. Its still the same but it has a few improvements.
Ver 4 Update on ClsPictureLoader. NEW Crop images before pasteing to RichTExtBox. OLD (But improved)Load picture to RichTextBox with resizing (width, height or proportional). Flip image Left-Right and Top-Bottom. Re-size inserted pictures proportionally with the class (better than doing it by the built-in RichTextBox behaviour). Export RTF document images to BMP. Improved interface with toolbars. Apologies to VER3 downloaders, I forgot that SavePicture is only BMP.
This is an all use FTP client - It may not be the best but it gets the job done fast and easy to use. Please follow these step - 1. Download 2. Comment 3. Vote - Thank You
VB PhotoShop clone. Various image effects - rotation, flip, fade, color manipulation, fish-eye,swirle etc plus various filters - soften/sharpen/custom etc. A lot of undocumented staff including using MSOffice graphic convertion filters, pure VB calling dll functions by its pointers, assembly language inside VB and much more!
This demo shows how to make 3d scene trought NemoX directx 8.1 3D engine. this sample come with the tutorial series on the NemoX engine web site http://perso.wanadoo.fr/malakoff/index.htm I could not upload the demo with sourcecode on PSC so you can download it at http://perso.wanadoo.fr/malakoff/Tutorials/tut7.htm To make it work the NemoX engine must be installed download it here: http://perso.wanadoo.fr/malakoff/NemoXsetup.exe Any problems,bugs let me know by posting Feedbacks..
This code demonstrates using the windows api to create and combine regions. The end result is a cool quick routine to shape buttons, forms, listboxes - anything with a hWnd. This code can be easily modified to create objects of any shape, the round controls in the example are just one implementation.
Extractor by Robert Rayment. Extracts a band of colors from a picture and shows them on a black & white picture which can be saved as a 1-bpp bmp mask. Also can extract rectangles or shapes plus a mask or resize to a rectangle. ASM can be toggled for large pictures. Win98 (exe WinXP) Zip 110 KB.
This code is for newbies in visual basic programming. This is a simply html editor
Ýlk sürümde kaydet bölümü koymayý unutmuþum onu hallettim.(This is a simply html editor)
This is a particle effects generator based upon a recent submission. Speed improvement with this upload.
Introduction: This Application let you surf the PSC without that much time waste that NORMAL browser do.It Also gives you search capability without going first to PSC.You can use this as much as you can and freely distribute this with this README and complete [ UNMODIFIED ] source. And Dont forget to give proper credits to me. Features: LogIn Capability [ include password recovery , and Direct Login facility if you know Identification ID ] New User Creation Capability Search Capability Advanced Search Capability [ include author search, actual code search ,and much more ] Code Upload Capability [ NOT FULLY BUG PROOF ] Latest Code Ticker PSC Links *NEW Features Added* Log File Viewer Live Update Facility Updates Advanced Search With Search Top Code Search New Code Edit Code Super Admin Access Search By Page Advantages: A Bit Faster That NORMAL Browser Login Before Searching facility which does not bring login option after 5 downloads as PSC does Direct Approach Without Browsing The Site Future Updates: I Am Creating A Site at http://www.geocities.Com/planetvbcode for more informating and future updates you can refer to the above site or PSC.I am planning to use WinInet Control for fastest possible search,login, and even logout,code upload , and many more to come. As I have an endless desire. Basically I Want To Be A Security Expert in any Repoted organisation may be Microsoft or FBI.Any Comments And Bugs Are Always Welcomed.Please Vote For This Code As soon as possible. Bye For Now See You Later..............
WindowsXP-like CommandButton, Or OfficeXP-like MenuButton, Or IE6 ToolBarButton, 6 Caption Area positions relate to Picture Area, 9 Caption positions in Caption Area, plus 9 Picture positions in Picture Area, add one picture in AddIn-Area, powerful control of Colors and image effects. NO Timer , NO ImageBox, NO Label, that is HzxY Button. This is a English version. If you don't understand Chinese, you can try this version I've Uploaded. BTW, I've uploaded my article to introduce my control. If you have puzzles in using HzxYButton, you can refer to my introduction.
This is a medium sized tutorial on the basics of making games without DirectX, and still get the great frame rates. Best of all, it is very easy. This tutorial has most of the things you will need; Sprite Animation; Transparency; Collision Detection; Position Tracking; and the basics of transferring images to the Main Frame. It also explains what the options in the Declare "BitBlt" are, and how to use them. And also, almost every line is commented! Please vote, and enjoy. I spent two hours on this for everyone of you (including myself, I was getting rusty).
DataClassBuilder will query a database you are connected to and allow you to create a class file for each table you select. The class will contain all user-selected fields from a table and create them as class properties along with code for selects (single record), inserts, updates and deletes. It will use the primary key in the various SQL statements created (if the table does not contain a primary key, the program will make its best guess with the fields available and choose one – you can also manually select one). After you create the class you can view it in notepad (via the app). You can then use the class in you Visual Basic application. Currently, the classes are meant to be used with my clsDataAccess class file that comes along with the project. The connection code can easily be replaced if you use your own data access mechanism. I have built classes from Oracle 8.x, Access 97 & 2000, SQL Server, and Sybase 12 (you will need to change the Sybase Connection string to access a Sybase 11 or under database). It has been used at work but has never been fully banged on and I'm sure you may find places where it can be improved (including the too busy-looking GUI). And to be quite honest, I find myself going away from data class objects and collections in preference to Typed arrays (performance is much better). The created data class will also contain various comments to explain what is going on and what you can do to change some of the code. I have not tried the code on tables with every field-type (mostly text, date, and numeric). Try it and see how it does (let me know). I have fixed the code to allow fields with spaces in them (ugh). As a side note the project contains some very busy forms (splash, about, and oval form) that demonstrate some API’s and graphics code. The project also contains a few class modules (very heavy with API calls) that I use for many of my projects (logging errors, combobox/listbox and common dialog functionality, file operations, and some Form GUI API functions), along with a Utilities module that contains some useful code. Please enjoy and if you have a better (more efficient or elegant) way of doing something that I am doing, PLEASE let me know. You are free to make any changes to the code and use it in your projects as long as you send me a copy of your changes, as I make it a point to use well written code but want to be able to give credit for it. Of course, no warranty is implied and all that – have it – use it – enjoy it – and if you find anything useful in the code and you use it (for non-profit), all I ask is that you give me credit, otherwise please let me know. Thanks! 12/9/02: Added checkbox which allows you to set any field Integer data types into Longs inside the class module (some database Integer data types have a much greater Max value than VB).