Results for "Volume: 5_2007-2008"
Get a REG_SZ (string) registry value from the full key name, such as "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX". Functions for both default and named values.
This code demonstrates a simple and easy way to handle the mouse wheel in VB by method of subclassing.
.Title:- Bass Maker 2 (Updated Version) .Description:- Make wave files with nothing but pure bass!! Watch your subwoofer pump in and out!! Bass Maker 2 can also work with higher frequencies to produce loud ear piercing treble for use with tweeters. There have been several improvements on the previous version of Bass Maker like a new 'Graphical' style way of entering points. Bass Maker 2 has capabilities of storing about 10000 points, so you shouldn't run out of project space. Bass Maker 2 also has an option to compensate for the changes in wavelengths between different frequencies to make higher frequencies last for the same amount of time as low frequencies. Another improvement is simplified algorithms, which make Bass Maker 2 alot faster than the original Bass Maker. Bass Maker 2 is now using API-Guide's (www.allapi.net) commondialog to save/load files. These and many other improvements have been made upon the previous version. I hope you enjoy Bass Maker 2. .Updates in Bass Maker 2 Updated Version:- - Much Faster Wave File Creation. - Alternate Commondialog Used (Code from AllAPI Guide, www.allapi.net). - Amplitude Graph Added - Several Minor Updates
super simple file search uses no api. uses only directory box and file list box easy to modify get more detailed results etc. kept simple as possible and pretty fast to
Did you ever want a self-extract exe? This program creates self extract exes. you can pack into one exe many files, at any size, and when you run the exe, the exe will extract the files.
This version of Google Power has automatic top open browser detection for searching individual websites as well as the form staying on top when open.
The best example for beginner, of how can create a Management program. All line of this code are commented.You can use this program for video rental,or for your collections...Sorry bur can't upload this code...You can download it from www.piedrasrusticas.as.ro/Manager.zip Please rate it...
When you run these small lines of code your register will be edited in such way, that you'll be able to register any new dll and ocx files by just double clicking on them!
A GUI (Graphical User Interface) for the powerfull command-line utility XCopy that ships with all versions of windows
Combine a song (mp3 or wave or whatever) and lyrics and a background picture into a html page
An example of how even with just API calls and some simple math, you can have a lot going on in your game and create some neat effects. Sorry, not much for comments in the code. This example does not incorporate collision detection, but it's a starting point for further development. By the way, if you press "L" or "K" you can activate/de-activate a triple shot feature for the bottom ship ("B" or "N" for the top ship)
(Update 5/28/08: Bug Fix) ** (Update 3/22/06 - added pag file formating and check for subclassing) Fix poorly formatted code by reformat all tab indenting and removing all double spaces between lines, - Add line continuations (user defined maximum line length, - Change type declaration postfix (exp: Dim x% changed to Dim x As Integer), - Change multi-line declaration to single line, - Insert ‘Option Explicit” where missing, - Alphabetically sort procedures within a module, - Move comments between procedures inside procedures. It supports drag-and-drop and command line (so you can add it to your Send-To list). You can save your code in RTF and HTML formats. All features, except tab indenting, can be turned on or off. This code was originally developed as a teaching tool. It will make backups of any files it changes and is very fast. Because the varieties of program styles are endless, ALWAYS test your modified code before you delete any backups created by this application. The code is simple and easy to follow, even for beginners. This is an update to a previous submission, NO VOITING PLEASE, but suggestions for improvement or enhancements would be appreciated.
I've been programming in VB for many years and i only found out about this handy shortcut now! type the first letter or first few letters of a variable name, then press [CTRL]+[SPACE] or the button shown in the screen-shot and the var name will be completed! very simple, yet i never knew about it, is it just me being stup!d? let me know...
In this article we will see how to use new AlphaBlend API which is only available in win 2k and later , Win 98 and later. In this example we have function called DoAlphablend and this function takes 3 arguments : source picturebox, destination picture box and AlphaVal. Alphavalue determine the transparancy of image. Visit ===> http://binaryworld.no-ip.info http://binaryworld.no-ip.info/api.aspx
DarkWindow is (in my humble opinion) a very concisely written, professional and fully functional, command-line configured, telnet conversation server that supports ANSI Emulation. All the connecting user needs is any Telnet client. The project is also a great example of effective winsock use, various string processes (string splitting,counting , etc), handling many users, assigning names to each, faciliting private messaging, other server commands, making sure users dont overlap, event notifications, etc etc etc.
disables any program before it is even run that means the program is not run and then just hidden but not opened at all until the correct password is entered can be set to block access to any file and password can be changed .does this by modifying exe run in registry easy to understand and modify please commant and rate
DynamicCall is an ActiveX DLL that lets you call functions from dynamically loaded libraries (DLLs). This is impossible to do directly in Visual Basic. With DynamicCall you can use a library even if you don't know its name at design time, or use a heavy library and unload it when it is not needed anymore, or you can delete a library after using it (in VB you cannot do this since the library is not freed until the end of the program). With DynamicCall you can also call a function by its address (commonly known as 'callback').
This Project was based on program TRANSPARENT FORM MAKER by Robert Gainor. I improved the method, saving the BytRegion array as binary file.
This is a C++ library to convert your VB code to C++. If you love BASIC and want to learn to code in C++ this can be the perfect library to code. It provides all possible functions/data type that avaliable in VB. For more information http://ezbasic.sf.net/
This is a really good demo that will help show you all the basics with using a listview and how it works compaired to a listbox. I added as much comments as I could and I think it will really help you to get started with using a Listview.