Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #139935
Missile

remake of the original, animation, powerups, sound. music files are out (too big), but you can put your own in if you like.

3_2004-2005 #139936
Add Links in RichTextBox

Add links in your RichTextBox text that open images, text, sounds and any app associated with a filetype. (Not based on Rich Text Format standards for embedded objects).

3_2004-2005 #139937
MSN 1.0 Type Library

This Will Teach you all about the MSN 1.0 Type Library. Great to get you started on MSN Programming! still check it out even if you think you know it all. contains snippets, little screen shots and other stuff. Please Vote And Comment!

3_2004-2005 #139938
Amazing Winsock Chat Tutorial

This tutorial will walk you through the process of making a decent, and fully functional winsock chat. Extremely easy to comprehend, and made for newbies.

3_2004-2005 #139939
Graphics - 2D Rendering

UPDATED!! m2DRender.bas - Heavily commented! This module contains several functions for the drawing of graphics using BitBlt. It loads images into or out of memory, keeping track of their dimensions and placement inside a device context, with proper resizing to conserve memory. To render an image from memory, all you need to do is provide the index of the image (the order the image was loaded in). It is capable of rendering images with pre-created masks (pre-created inside the module) or drawing images with masks on the fly and rendering stretched images. It also has functions for changing the current display settings. It is suitable for 2D games or just to add animations to windows-based programs. As of now, images with pre-created masks must have a white background to mask properly. This does not apply to the functions that use on-the-fly mask creation. I worked hard on this module, comments are welcome!

3_2004-2005 #139940
CRC32 Algorithm

Pure visual basic implementation of the CRC32 (Fletcher) checksum algorithm. Used for detection of data corruption. In short, this class provides an algorithm for computing a unique (sort of) numeric value that represents the composition of a file. For a faster/better method see Adler32 checksum. Note, Fletcher check insensitive to some single byte changes 0 255.

3_2004-2005 #139941
SaveSettings For Your Applications

This Will Show you how to Save Your Settings without any API Calls and wihout INI Files or any files.With use of INBUILT Function Savesettings and Getsettings

3_2004-2005 #139942
Software Security come back again

How to prevent your software from unauthorised access. Some days ago i have written a small trick to 'prevent your program from unauthorised access ' i got good responce for this code . But there is a small bug in that code , the code fails when u use it with a database file. Now i m going to present u a another small trick which can help u for the same . If u r going to use the following code , i request u to please see my previous code. Lastally don't forgot to VOTE because your kind judgement is very useful for all the coders and me. Here in planet source code i found that there is a very big GAP between Viewers of code and Voters of Code . So please keep Voting the coders. Assume u r developing a small application for some organisation.It is possible that some one can duplicate the program for his use.So that in such condition use the following code.

3_2004-2005 #139943
Print hexpackets with WinSock

This is a simple example of converting a string data into a hex formatted (packet) view. This will be mostly usefull when sending and receiving data with/through WinSock! Packet displays data in hex and 'readable' characters like the packet below, which seems to be the text you're reading right at this time! 48 65 6C 6C 6F 2C 0D 0A 0D 0A 54 68 69 73 20 69 Hello,....This.i 73 20 61 6E 20 65 78 61 6D 70 6C 65 20 6F 66 20 s.an.example.of. 63 6F 6E 76 65 72 74 69 6E 67 20 61 20 73 74 72 converting.a.str 69 6E 67 20 64 61 74 61 20 69 6E 74 6F 20 61 20 ing.data.into.a. 68 65 78 20 66 6F 72 6D 61 74 74 65 64 20 28 70 hex.formatted.(p 61 63 6B 65 74 29 20 76 69 65 77 2E 0D 0A 54 68 acket).view...Th 69 73 20 77 69 6C 6C 20 62 65 20 6D 6F 73 74 6C is.will.be.mostl 79 20 75 73 65 66 75 6C 6C 20 77 68 65 6E 20 73 y.usefull.when.s 65 6E 64 69 6E 67 20 61 6E 64 20 72 65 63 65 69 ending.and.recei 76 69 6E 67 20 64 61 74 61 20 77 69 74 68 2F 74 ving.data.with/t 68 72 6F 75 67 68 20 57 69 6E 53 6F 63 6B 21 0D hrough.WinSock!. 0A 0D 0A 50 61 63 6B 65 74 20 64 69 73 70 6C 61 ...Packet.displa 79 73 20 64 61 74 61 20 69 6E 20 68 65 78 20 61 ys.data.in.hex.a 6E 64 20 27 72 65 61 64 61 62 6C 65 27 20 63 68 nd.'readable'.ch 61 72 61 63 74 65 72 73 20 6C 69 6B 65 20 74 68 aracters.like.th 65 20 70 61 63 6B 65 74 20 62 65 6C 6F 77 2C 0D e.packet.below,. 0A 77 68 69 63 68 20 73 65 65 6D 73 20 74 6F 20 .which.seems.to. 62 65 20 74 68 65 20 74 65 78 74 20 79 6F 75 27 be.the.text.you' 72 65 20 72 65 61 64 69 6E 67 20 72 69 67 68 74 re.reading.right 20 61 74 20 74 68 69 73 20 74 69 6D 65 21 .at.this.time!

3_2004-2005 #139944
Decreasing Counter - Kill Timer In Exe

INTENDED ONLY FOR EDUCATIONAL PURPORSES! USE IT AT YOUR OWN RISK! Yeah, don't forget to backup your dll :) Patching msvbvm60.dll HEX's View On It :) How to find string and replace it with hex editor

3_2004-2005 #139945
bubble destroyer game

The (relatively) new Bubble Destroyer. No DirectX, but several api calls. Contains some simple trig physics.Everything is easily modifiable. I don't care whether you vote or not (though it would be nice...), but I greatly enjoy reading your feedback.

3_2004-2005 #139946
EmailCheck

Email application to show how easy is internet programming while using the winsock control. This program aims to show you step by step how to connect to an email server using the POP3 protocol, and gather all the information stored as emails. I'll post a complete email application soon!

3_2004-2005 #139947
SuperRuler 1.0

Advanced Controls - SuperRuler 1.0 OnScreen measurement control. Select between four ScaleModes, change Fore and Back Color, use hoover or click values. Includes mouse tracking.

3_2004-2005 #139948
Gopher game (Not the protocol)

A Game just like the gopher one you play at carnivals. Just bash the gopher on the head and get a point.

3_2004-2005 #139949
A Boom2D DirectX8 Engine + Cool sample!!

Boom2D is a 2D engine that uses DirectX 8.0, features include: - Sprites - ANIMATED sprites - Coloring sprites - Collision detection - Tiles - Alpha blending - Rotating sprites - Scrolling - Scaling sprites - Fullscreen + Windowed mode - Drawing text - Multiple windows - Colorkeys on sprites - And more... Uses Direct3D. This also includes a sample program of some stuff you can do with the engine. Please vote for me!

3_2004-2005 #139950
Monitor Mirror

Sitting at home on my computer with my back to the TV ... I thought it would be nice to be able to sort of keep up on what's happening on TV, so I whipped up this little monitor mirror. It stays on top and allows me to see the reflection of the TV. It's just a black form. Good lesson on keeping a form on top and retaining settings using the registry.

3_2004-2005 #139951
VB Project Cleaner

(Version 1.0.5) This small program is not a VB project analyzer, but a VB project cleaner. The purpose is to search for all declarations, variables, constants and procedures unused on Visual Basic 6 projects. I made this program for my use, because I had necessity to free my projects of the accumulated garbage. After opened the VB Project, VB Project Cleaner creates a new folder (inside your project folder) named Clean_(and followed by your project Folder´s name), for where the project files, forms, modules and class modules, effectively used, are copied - it is the first step of cleanness. All the operations are processed on these duplicates, therefore, there is no risk to ruin the original code. After that, the program searchs for unused declarations. Depending on the choice made in [Remove unused code] and [Do not remove. Mark as comments] options, the unused code will be removed from the file or marked as a comment line. The program converts Dim declarations, made in declarations zone, to Private. Also, Public declarations, used only in the module where they are declared, are converted to Private. Format text code - with this option checked, the text code is formated. Add error handlers - error handlers are added to every procedure (except if there is already a error handler). If a error ocurs, a message box displays the error number, error description, name of the procedure and name of the module. Remove all comments - all comments are removed from the code.

3_2004-2005 #139952
Single Winsock Connection

* Single Winsock Program * description: this little program contains Server and Client. · Server - can start and stop listening for incoming connection... · Client - connects to the listening Server with the specified Port, with Connect and Disconnect features... this is my first submission to PSC, im a newbie in winsock and hope you may find it usefull and help you specially for beginners like me. i need comments, suggestions, questions or criticism about my little app... i dont expect your votes... thanx and God Bless... my credits goes to my friends Cris "Coding Genius" Waddell and Yariv Sarafraz for helping me learn about Winsock, thanx guys.

3_2004-2005 #139953
Final Fantasy X Albhed Converter

Converts Albhed into English, and English into Albhed. Added comments and scrollbars. Any improvements appriciated!. Added on Auto Convert when sets focus, makes it abit quicker and less teadeious.

3_2004-2005 #139954
IP Validator

Validate IP address from a text box or variable

Languages
Top Categories
Global Discovery