Results for "Volume: 2002C"
Theirs a lot here, 49 different text documents on functions ie....direct x8, screen capture, cut & paste etc, system tray... and so on. If you like you can leave a vote but not all this codes mine. As for other authors I do not know of.
This is an incomplete raycaster program similiar to Wolfenstien. Please vote for my excellent code. It does not yet have enemies, or animated walls, ect. If anyone has any suggestions I would greatly appreciate them. This program uses DirectX only for fullscreen, quick blitting, the rest is pure VB.
This module allows you to determine how long your computer has been Idle. It checks to see if a key was pressed or if the mouse has moved. Well commented.
If you do any work with Access, you'll love this. It adds a sliding TreeView to the side of a form in MS Access allowing you to navigate through data
"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 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.
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.
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.