Results for "Category: Miscellaneous"
With this code you can easily drag a form without a titlebar.
This code keeps a form on top of all other windows.
An updated version of a 3d demo, with new features and polygon filling.
This code demonstrates some techniques you can use to create a demo or shareware version of your app, based on the installation date and/or how many times the program has run. It features a copy protection: the user sends you a code, and you pass him a registration code to unlock the app, making it a "full" version.
This code put colors in win32 Console aplication.
This code allows mIRC to display the current song, bitrate, and samplerate of the current song playing in winamp. This code is a dll file and called by mirc to get this information, and can be very usefull in other applications that need this kind of information. This code is also usefull for anyone wanting to gather this type of information from winamp for any type program. Please vote for this program if you like it.
This code reads a chunk of data in from the microphone into an array. It displays a volume-meter that doesn't depend on the 'peakmeter' function of the mixer (so it works on a soundblaster-live). It also displays an ossiliscope window.
Make your computer talk with only one line of code!! No messy agent codes, just one simple line. Votes and Comments Greatly Appreciated.
Found on a chinese site, tidied up by myself, but not my original code, thought a few peeps would find this handy. This code allows a richtextbox to launch the default browser upon clicking a link in a richtextbox control.
Expanding on Nate Strandberg's excellent code, I have added a few features such as the ability to open a new window by right clicking and also the ability to click a link which normally opens in a new window. I have also added a flashing icon when a popup is killed so you know. If you want to hear the popup being killed, just uncomment the sndPlaySound code ;-) Also added code to run the program at window start. Original Code Available here : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=28914&lngWId=1
Hello, this is Alexander. Since I finally got an email from someone who liked my previous lesson, I am going to make the second installment. This one will be about variables, and stuff like 'if' statements.
The reason I have placed this tutorial at the end of the list, rather than as an addition to my other lesson is simple, I don't want people who already read that tutorial to miss this!
I know that this is probably a let-down, after you learned all about functions, but switch...case is important to know. After all, it can save space with if statements, and it is useful. Besides, I couldn't think of anything else that I wanted to write about!
Welcome to the seventh lesson. This is my first lesson that I will explain classes. However, I will explain more about structures, because they can be useful, and they are a good way to get a feel for how a class works. What are structures? They are a way to store more than one data-type under the same name.
'This code shows how to make a transparent marquee with time & date functions 'First submission from me
This is another program I wrote for Diablo 2. It converts any mana or health potion to a gem of your choice. It can also upgrade gems to perfect. This is only a start. The method used can be applied to other cheats.
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...
This code just causes those neat little errors Windows sends us every so often. I don't think there's a use for this, but here it is anyway. Just a note, it also closes the VB IDE when called so watch out!
This code moves the desktop into a PictureBox on a form. This code can be applied to other things as well, such as hiding the "pay-to-surf" bars or free internet ads. Enjoy!
This code displays a picture of the current mouse pointer in a PictureBox control. This could be useful for doing screen captures that include the mouse pointer.