Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #124971
A Lotta Noise

"A Lotta Noise" by Robert Rayment: (UPDATE2 Cycle speed added) (UPDATE with faster linear Perlin & Marble) This is a demonstration of 32-bit StretchDIBits which can be run as VB code or VB + machine code. Perlin noise (Linear or Cosine-EASE), wood grain and marble surfaces can be designed on a picture box varying from 16x16 to 768x512 pixels. Color weighting, scales, wood and marble types, animated scales and color cyling can be done and the image saved, as a BMP, at any point. The prog can be run with any system color setting. A long integer graphic surface has the advantage in that it can more easily be dealt with using MMX. This demo is just the 'tip of the iceberg' but the method might be useful for designing textures for any application since the machine code is quite general and the bin file can be run locally. Zip file 38 kb.

2_2002-2004 #124972
Shell changes Notifier

This is an ActiveX DLL project (object class), which only has 2 method: Register and Unregister as well as a series of events, these events are fired when: a file is deleted, created, renamed or changed in the file system (providing full path and file system item PIDL), when CDs are inserted or removed from CD-ROM drive, when folders are created removed or renamed (providing full path and folder PIDL) and other shell events. Actually, this is System activity logger class.

2_2002-2004 #124973
aspExtender

this code allows an asp programmer to include files from anywhere on the web, not just from other pages within the current domain, using a VB COM component.

2_2002-2004 #124974
Fastest FileLoading Techniquie for simple VB

In All the other methods I've tried, I run into a barrier(around 170K+) where loading a file suddenly becomes very slow. I've tried many methods found here and in books, and none have proven to work as well as I was looking for. After a long search I ended up spending some off-time figuring a way out myself. This is what I came up with.(speed increases from 20 seconds@170k to .4 seconds@170k)

2_2002-2004 #124975
Amorization Dump - Amorization Calculator

This app. shows you how much your payments will be on a loan, then using amorization builds a table that displays how much each month goes to interest,and principal.

2_2002-2004 #124976
Show all chars in a font

This program will show you all chars in a selected font. You can also click on the chars list to zoom

2_2002-2004 #124977
COMPLETE Client & Server Application with winsock (only 50 lines of code) tons of clear Comments

This gives a complete, Error-Correcting, Client and server to demonstrate communications via winsock. You may substitute the CLient program for any Telnet application. The telnet Server has only 22 lines of code, which does include error correction for any text based connections. The Client App has only 28 lines of code, with complete commenting and explataions for why errors arise, not just that they do show up.

2_2002-2004 #124978
Cohen Sutherland & Liang Barsky Line Clipping Algorithms

The purpose of this program is to demonstrate the popular Cohen Sutherland & Liang Barsky Line Clipping Algorithms. The user can draw variouse lines of different colors and then define the clipping area. The list of line before and after clipping are also displayed

2_2002-2004 #124979
DeskChange

Change your desktop icon views.

2_2002-2004 #124980
Hover Button

With this hoverbutton control you can make different styles of buttons. You can make flat buttons, semi-flat buttons (as in Corel software) and outlook bars. Also supports different pictures for mouseover effects, and positioning of the pictures!

2_2002-2004 #124981
RoundedTime

Generate string containing current time rounded to the nearest N minutes (eg, set it for 5-minute intervals and 3:15 to 3:20 PM are displayed as 15:15). Could be used to fire events every N minutes, or whatever.

2_2002-2004 #124982
Implementing collection classes

This project group gives you a very quick overview on how to develop your own types using a collection class. I created this for a quick tutorial for my buddies at work and it should give you how to wrap a collection object into your own class. Use the project group which contains a form to learn how to do it yourself.

2_2002-2004 #124983
Edit Flex-Grid in place.

Amazingly easy method for editing flex-grids in place. This is an example that I created to help someone out who needed to edit a flex-grid in place and didn't want to get a third party grid. It is a good starting point for a custom grid control. Good, bad or ugly, comments are always welcome. M@

2_2002-2004 #124984
Tiny CD-Player v1.03

Very small cd-player. Written just for fun. Support for multi-track and single-track audio cd's. Very small display window.

2_2002-2004 #124985
ProgressBar2Class (8 DrawDirections, XOR Caption,Time2End Display)

This ProgressBar Class can draw in 8 Direction, has XOR Caption(like InstallChield) and a Real Time2End Display. The Performance is very good paint only by Change. If you like it please rate for me.

2_2002-2004 #124986
HTML special-char converter

This code convert normal characters into to the HTML special-character format and backwards. For example ä -> ä. It can also convert in to the HTML-Unicode format.

2_2002-2004 #124987
Upload File To An FTP Server (Authorization Required For MOST Servers)

Many people have been bugging me to give them the source for uploading a file to their website. Well, for everyone that wants it, here is the open source code. It is in text format, so you don't have to download anything. Don't forget to vote for me!

2_2002-2004 #124988
DAO Export Class

This is the code from a class module for exporting from any Jet database to any ISAM format out there. I think it neatly encapsulates the process, and uses properties and methods to make the process as easy as possible.

2_2002-2004 #124989
Visual Basic For Brand New Users

This tutorial is designed to give people who are extremely new to Visual Basic the chance to see what its all about and give them the chance to use some of the controls provided. Although a simple tutorial, it will give brand new visual basic developers a fresh point to start from. Sorry for any inconvenience I have caused to people, but I accidentally uploaded the wrong zip file. This has been corrected. Please leave comments and vote if you like the article.

2_2002-2004 #124990
Anti-aliasing & Rotation demo

"Anti-aliasing demo" by Robert Rayment. There are a few anti-aliasing progs on PSC. Mostly they are cleverly convoluted into several subs. I thought I'd stretch out the logic - makes it easier for me to understand and maybe for some of you.

Languages
Top Categories
Global Discovery