Results for "Volume: 2_2002-2004"
"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.
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.
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.
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)
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.
This program will show you all chars in a selected font. You can also click on the chars list to zoom
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.
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
Change your desktop icon views.
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!
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.
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.
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@
Very small cd-player. Written just for fun. Support for multi-track and single-track audio cd's. Very small display window.
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.
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.
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!
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.
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.
"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.