Advertisement

Results for "Category: Miscellaneous"

ASP_Volume3 #48439
Easy Date

VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)

ASP_Volume3 #48455
speedcheck - calculates a functions runtime in ms (4 code-optimization)

Just one line of code is needed to test a functions speed -> With this class-module. It creates an object which is automatically terminated together with the function you check and it uses debug.print to let you know how long your pc had been busy (in ms) with that function. Sure you can save the value of timer() and read it before your function reaches exit/end function, but its harder to remove this before you release your app... So try this!

ASP_Volume3 #48456
OnMouseOver Hoverbuttons only need one line of code to work- keep your code clearly with this

To improve the look of your application you might wish to have hooverbuttons. -You think you'll need many codelines for each button and so many lines would make your code unclearly for you? >> Download the solution for your problem here. You'll only need one line of code to make a Command-button, Checkbox-Button or even a picturebox being your individual Hooverbutton! I really hope you like my solution! I have searched the internet for so long to find a solution like this- But there is none! So please support my work and vote for me. thx!

ASP_Volume3 #48500
Drag a form WITHOUT a title bar!

With this code you can easily drag a form without a titlebar.

ASP_Volume3 #48501
Keep a form on top!

This code keeps a form on top of all other windows.

ASP_Volume3 #48503
A 3d demo v1.2

An updated version of a 3d demo, with new features and polygon filling.

ASP_Volume3 #48515
Create a demo version of an app, copy protected

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.

ASP_Volume3 #48535
color in win32 console aplication

This code put colors in win32 Console aplication.

ASP_Volume3 #48579
mWinamp

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.

ASP_Volume3 #48580
Peakmeter/oscilliscope

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.

ASP_Volume3 #48592
Make Your Computer Talk With ONE LINE OF CODE!

Make your computer talk with only one line of code!! No messy agent codes, just one simple line. Votes and Comments Greatly Appreciated.

ASP_Volume3 #48595
How to make a richtextbox link aware

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.

ASP_Volume3 #48596
IE PopUp Killer

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

ASP_Volume3 #48598
Learning C/C++ Part II: IF statements and variables

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.

ASP_Volume3 #48601
Intro to C/C++ Lesson 13: More on Functions

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!

ASP_Volume3 #48603
Basics of C/C++ Part 5: Switch...Case

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!

ASP_Volume3 #48604
Basics of C/C++ Part 7: Structures

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.

ASP_Volume3 #48608
Marquee

'This code shows how to make a transparent marquee with time & date functions 'First submission from me

ASP_Volume3 #48623
Diablo 2 GemEdit Source

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.

ASP_Volume3 #48624
Diablo 2 Item Socketer Source

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...

Languages
Top Categories
Global Discovery