Results for "Volume: ASP_Volume2"
There is a API function in WinNT based systems - BeepAPI function. You can create sounds of any frequency and for duration by using that function. But the BeepAPI function in Win98 is very limited. It can't do it. So, I made this class in assembly that can do the same work in Win98 also. I haven't tested this code in other machines. But it should work. Please, report to me if it doesn't work. Comments and votes are welcome.
A simple class to show how to tile an image using FillRect.
TCP/IP To Serial Communication, TCP/IP To Serial Communication With Multiple Connection, Serial Communication To TCP/IP. Please vote!!!
This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks
Decodes script that was encoded by Microsofts Script Encoder. My earlier version was done in ASP and is posted on this site, however i'm porting this to VB to disregard worries about code pages and such for other languages.
This code will generate a maze, which you can then play. Designed for fun, but as a complete application. Uses good programming style and has some very interesting recusive functions that are used to build the maze. Check the screenshot, and please post any feedback you have! - Ben
Count an elapsed time between two times
This code is provides a Win32 environment for the editing of Duke Nukem 3D GRP files (which stores all the levels/sounds/gfx for the game). I wrote it in a couple of days, it seems to work fine. It demonstrations some pretty basic file editing. Worth a look
This is an example of how to create multiple child forms and open them at runtime..Originally this is for developing an MDINotepad Application.
You can create a form of any iregular shape like a skinned form. Just have the image which you want to be there with the form and call a function to create the shaped form. the transparent color can be specified otherwise it will take the (0,0) pixel color as transparent color.
This will send the user multi messages with a click of a button, and the best part about it is it's under your control. It also works on the new MSN Messenger Version 5.0. Please vote for my program and leave your comments. .:JamesJD:.
An addictive game. Please vote & give feedback. New version 3.0 with sound!! Includes handy dandy all purpose sound module that all you need to do is add it to your program and change a few lines! =)
DirectX DirectShow Media Player Demo Supports most standard media formats, correct aspect ratio, or stretch! Uses a DirectShow Control Class Well Commented P.S. Im trying to figure out how to add menu support as well, IE: windows mediaplayer(when you right click the Movie), if you know how, please tell me!
I wrote this program for testing my Wavecom Modem which was used to collect data for Power Meters. As doing this was fun, I thought that other having similar modems can use this code for sending and receiving SMS on there computers. I have not commented the code as this was just for fun. This code can be modified to do some remote controlling work as i have tried to show in the example i.e. when u send an sms containg notepad the notepad.exe is run after the message is decoded. This was just for fun. If any help or details needed regarding the program u may as freely.
A while ago I posted some source code which allowed the loading of animated gifs into directx. A while later I wrote some code which allowed alpha blending in directx. Today, I rewrote the alpha blending code to use getlockedarray instead of pixel, which quite significantly sped the alpha blending up, and combined these 2 codes into 1. I average around 26fps without alphablending, and 24-25 with, which I think is a pretty good number, given that this is 100% vb :). If anyone find any problems or has any ideas, feel free to email me. Jim
This program was designed for and can be used by small video stores. This program uses an ini file to keep track of movie rental prices and an Access DB to track customers, movie rentals and transactions. I am currently working on an updated version of this program and figured that this one may be able to help some coders.
This is just a simple example of how artificial intellengence can be implemented in VB. Knowledge database needs upgrading. Expect a upgrade soon!
Arent you tired of the old blue microsux colored progressBar? Then this is exacally what you need. in less then 2 lines of code and you will have a progressbar with any color you like. Enjoy it. ps: ocx now included in the project file.
This is a fully function MSN-bot with many functions, including Auto Message, Welcoming Message, BartNet Blocker, log, ...
This Code Shows The Various Loops and how they can be applied, great for beginners looking for a solution timers can't seem to provide.