Advertisement

Results for "Volume: 2002C"

2002C #11500
Diablo 2 Item Socketer Source

This is the source code to the Diablo 2 Item Socketer I made. I'm just posting it for anybody who doesn't know where to start on a project like this :) I remember how hard it was for me to get started, so I thought I'd make it a little easier for newbies...

2002C #8855
EnHex / DeHex

EnHex converts a string to hexidecimal characters, which I designed for use with encryption routines that sometimes output unprintable characters. It's a simple way to convert unprintable characters into something printable. DeHex simply reverses the process.

2002C #12153
A Color Notepad

This is a notepad that is black with green text... All the colors can be customized. It opens, saves (and save as), cuts, copies, pastes, and shows the file path (if saved or opened) on the Title bar. Demonstrates an easy way to save with a textbox... Also has horizontal and vertical scrollbars. I dont know the limit to the amount of text (if there is one). Please vote if you like it...

2002C #12124
Flickerfree Scrolling Credit About box

An about/splash box that has a flicker-free Credit scroll. Uses only the form and one Picturebox; bitblt's the pb image into the client area of the form and uses InvalidateRect to force a redraw of only the area affected. Has methods to read data in from a .RES or a text file. Vote for me if you like what I've done with this, but take a look at Mark's original and let him know he did a great job too! This code uses the basic idea of Mark Robert Strange's 'Flicker Free Gradient Credits' and applies a great deal of modifications to use less resources and have more features.

2002C #10844
MandelBrotSet

This application uses a small amount of API and some judicious use of looping to draw a MandelBrot set inside of a picture box located on a form. The fractal is fully customizable and the sub routine that creates it is almost completely independent. To draw the image just click on the picturebox. To copy the completed image to the clipboard, right-click on the picturebox and select that option from the popup menu.

2002C #11346
Icon Viewer

Select a directory and the program will show all icons in the selected directory, in one list. Cool, please vote.

2002C #8845
ShockInstall

Create Flash movies and allow them to launch ANY associated file on your system. Ideal for use as a CD menu and the like. (Excuse the name, I always call Flash, Shock because I use ShockMachine a lot :-0 )

2002C #11210
Label HyperLink uses existing browser -OR- opens new browser window!

After searching the net for some time I couldnt find a function that would give me a choice to open a Label hyperlink in an existing browser window OR open a brand new browser window. I coded this function with the help of some snippets i found. Included is some error trapping as well. I also added functionality to the hyperlink so that it acts like an internet hyperlink.

2002C #12154
A Easy Login

This is a Login program that you can easily put into your program... It lets you make a new name/password or put in a previous name/password to login. After pressing the Login button you will get a message of "Login Successful!" if your name/password match, if they dont you will get "Login Unsuccessful". This uses a database and searches for the name and matches it with its password (if login is successful)... If this is useful to you please vote for it.

2002C #10932
Camaro's NetZero 3.0.4 DUN Creator (Updated for Netzero 3.0.4)

The main purpose is to access Netzero through my Windows CE Device. But can also be used to Access NetZero Faster, and without the banners. This program allows you to convert your current netzero account so you don't have to use the netzero software. You can surf at faster speeds because there are no banners loading, just enter your username and password and it will tell you the codes to set in a Dial Up account. To use on 3.0.4 change the version to 0:3.0.4 Check out http://pass.ezcpufix.com for an online version. Use an Active X enabled browser!

2002C #12167
Hotkey Example 3.0

Ever wonder how a program executes a certain command everytime you hold down ALT and press S? Or maybe how certain games nowadays respond to certain Hotkeys (ie: Starcraft, Duke Nukem, etc)? Well, here's your answer! No custom controls necessary, no dirty coding to sift through, and best of all, it's VERY HEAVILY COMMENTED. Enjoy!

2002C #11063
CoverKit (UPDATE)

This is a complete CD Label Application. You can print the Booklet,Inlay and CD Label ... You must have it !!!! Language english and german

2002C #9246
Network Browser - Updated

I needed a way to select a network share, As I couldn't find any source I had to put this together. So now I am sharing it for others, enjoy

2002C #11607
Implementing an event stack

Using DCOM? Remote instantiation? well now you can respond to events from a remote component without freezing the server app!

2002C #11902
TrayClock

Create a round clock in your IconTray and let you place a small round clock ontop of all your other forms.... All credits goes to my cousin, Eran Boujnah.

2002C #11541
Direct X tank version 0.2

I am now turning my tank game into DirectX tank. And here it is so far. This is about 5 hours solid work spread over a week. Now I know somthing about Direct X, I should soon have moving objects to shoot at. But for now, you just drive around a load of shapes. Its pretty fast thought, over 100,000 polygons per sec on a (cwappy) cerlon 200, without any hardware support what so ever. As its direct X, I asume that it will run throught harware if you have it. Any way, say what you think, and stand around for the full version. +, if you know any FREE software for creating 3D models, then please tell me, cos notepad is getting annoying. To play, click on Add 40, and sellect a model, with the extension RAW (5 provided). Now move your mouse around the game window to move around, like in the original tank game. Click on add 40 again, to add more shapes. By the way, I used some code by 'Tim Talma' to figure out DirectX. However, in his code, he says its 30% Microsoft SDK egg and engine parts, but I think I cut out all Tims code, so I have all Microsoft to thank

2002C #11767
SurfTabs

A Web browser using the IE browser object. Surf multiple web sites at the same time on different tabs. Unfortunatly it seems Eric Malamisua had the same idea with Netab (to reproduce NetCaptor), but I have been working on this on and off now for about 8 months or more. Includes most if not all browser functionality: Forward, Backward, Stop, Refresh, Home, Search, Favorites (Add, Organize and View using IE's favorites), Options (SurfTabs and IE options), History (using IE's history) and other common features. Can add tabs, delete tabs, delete all tabs. Tabs are given the name of the web page. Minimize to system tray. Completely resizeable. Will work with IE4, but not all will work. Thanks to Chris Shell for the favorites code. Thanks to Jelsoft Vb-World at http://www.jelsoft.com/vbw/ for the Registry code. I think there is a bug in the Favorites code somewhere. Other then that, it sould be bug free. Some future enhancements will include: blocking individual "popup" sites, View page source, A search pane (like the favorites one), New icon logo, Animated icon logo, to name a few. Please enjoy. I welcome any comments, sugestions and recommendations.

2002C #10666
Encrypted Note Pad

Demonstrates how to make a simple noptepad that supports encryption. The notepad supports fonts, colours, sizes etc. Demonstrates how to encrypt stuff using the Xor operator. Also show how to use MDI.

2002C #12040
Masked Light

Well, since the first "Light" demo project came out so good, I had to make another one ;) This one has a difference: instead of drawing a light with the specified radius, it draws a light based on a mask image. The Radius now only controls the size of the glow effect. It's also just a bit faster (remember, I'm just about to learn DirectX to enhance these effects even more!).

2002C #11164
Create a folder with one line of code no OCX's or other controls

Here you can make a new folder with just ONE line of code. You decide where you wanna place the folder(like 'c:\New Folder\Sub\'). You don't need any extra OCX's or other kind of controls so just take the code and enjoy it. The code is very useful to me and im sure it will be to you too. /Author

Languages
Top Categories
Global Discovery