Results for "Volume: 2_2002-2004"
With GetShoutcast you can save to disk the mp3 data stream from the on-line radio while you listen audio thougth winamp player (for example). This work like as "sniffer".
its is a most simple codes that can u see by a wordpad. it has a code's the same of wordpad.and it can run as the same of wordpad and microsoft word. u can insert picture and can open many document! all that can u make in wordpad u can do it here! u can use the right click of the mouse!this code is made for all the biggenner like me!
This is a flash button simulation in that when the mouse enters the button the caption flashes several times. In terms of the actual number of lines of code needed for this button it is quite thrifty which should mean a totally error free and processor easy button. I call it black beauty. Once again feedback to motivate me for improvement is highly desired.
This is a addin that I wrote while working on a major project that needed many classes and repeated code. It will insert a sub, function and property with error handling. You can select private or public. If it is a class or a form. You can create a user defined type in a class, select it and it will create the properties for it. Give it a try.
DSN Connection Creation or modification for Access or SQL Server Included is a few functions et get UserName, ComputerName, DomainName, FullUserName (Requires NT or more) By the way, GetServer, found at Microsoft
Its a casino style slot machine, runs fine now, but there are still a few things I plan to add to it to make it better. You can place bets on 8 lines, with a total of 4 bets per line. Good GUI example, and commentted as well as I now how to. So maybe someone just starting can see how things work.
A custom message box with 6 differents "skins" (GlassRed, GlassCandy, GlassOrange, Glassblue, GlassWhite, GlassYellow) use any (or none) icon/bmp for the messagebox..any size you wish, an offsetX and offsetY for exact placement of your messagebox picture, and the ability to play either exclamation, or warning sound, or a custom sound of your choice(or no sound at all) and best of all..it looks real nice)
A clock that uses progressbars to show the time. Teaches how to get hour, minute, and second. And how to make a simple animated icon, and make a tray icon.
Another word pad application.. nor more advance... it is developed as my project in vb... if like this programmed just vote for me.... thanks
Hi this is a small Frame control I made about 30 min ago. anyway I sure other people have uploaded there own but here is mine. anyway You can move the frames around. Add captions, Chnage border colors and more. uses No pictures boxes or lables Pure VB code o and only Three API calls that just allow you to move the control and get RGB Value. anyway hope you like it do as you please with the code. Please vote if you like this code.
Digital Image Subtraction by Robert Rayment. (Updated: faster Basic routine, ASM action on Weighting & GreyLevel scrollbars) Demonstrates the power of MMX machine code which is at least 10 times faster than Basic in an optimally compiled EXE. See Info for limitations. Sample BMPs. Assumes MMX & QueryPerform.. APIs. Zip 123 KB.
This class adds dual monitor support to your apps, supporting any number of monitors, weather they are different screen resolutions or have been moved around in the display properties. I had tried many other methods, but they didnt work at all (microsofts example), or they didnt with different screen resolutions. This one does!!
Encryption with a list of classic field-ciphers. Encrypt swift and easy with this program, or try out the pencil-and-paper versions by following the instructions on how to use them "in the field", as many secret agents and soldiers did. Use ADFGVX, Caesar Shift, Single or Double Columnar Transposition, Playfair, the Straddling Checkerboard or Vigenère. Discover now, after the thrill of using my Enigma machine ;-), the secret world of the field ciphers. All comments and ideas welcome ;-) *** New Updated 3/17 !!! added Print option ***
This is an explorer property page shell extension which will allow you to edit mp3 tag properties. By adding an empty dialog and plopping a vb form on top you can handle all the programming in vb instead of c++. There is a .dll required that is available at http://www.programmersheaven.com/search/download.asp?FileID=38704. The propext.dll is essential since you cannot call a function pointer in vb.(that I'm aware of)It allows the adding of the empty dialog, on top of which the vb form is placed. This can of course be applied to any file extension. You can make your own custom property page. I have found many instances where an external .dll written in c++ can extend vb into an extremely robust language. Too bad they aren't allowed to be submitted for security reasons.
Hi All well I am back agian. mesing around with the line function. anyway this Time I sort of made a custom menu. you know like them DHTML sort of things. anyway still some bugs in it. but no bad for an hours work of codeing. well if I get some time I put this into an Usercontrol next time for you and add some more features. anyway hope you like it.
It has Administration and more, with encrypted password and multiuser. Most interesting here is the report generation..just check it out.
An alarm Clock that plays an mp3 file when the time you specified is on. The design is based on a transparent form code i found here.
This code works perfectly.It is slow because i am using vb's drawing functions.Draw a line while left button is pressed and fill it with clicking the right. I know,it is slow.
This is a control that displays animated gif images. The control, and its associated animated gif are totally resizable. Its properties include pathToGif which is the string path to the animated gif, ShowBorder, offsetx and offsety allow you to center or frame the animation perfectly for your tastes. feedback comments and upgrade ideas totally welcomed
If you havent heard about it..the api assistant is your api best friend. The api assistant is a thin, unobtrussive strip that sits at the very top or very bottom of your screen (a full 22 pixels high). It is a library of close to 200 of the most common api calls. Here is how it works. Your working on your project..you realize you need the api call "SetWindowPos" Just click on that item (everthing in the api assistant is alphabetized for fast access), click back on your project and the api call is instantly pasted into your project..followed immediately by a window that contains all of the constants or types that that api call would need. Its a huge time saver. Other time saving features of the api assistant also include the skeleton coding of all the most common vb calls. for instance..click the vb functions menu item "select case", an input box asks you how many cases you want..you enter 4...click in your project and instantly a 4 case select case skeleton structure is typed into your project where you clicked. the VB API assistant also has a small, but, evergrowing menu list of functions to also assist you. And just in case this program doesnt give you a specific api solution for you, there is a menu of other api resources for you as well. sorry for the large screenshot movie (2mb) but i felt it was necessarry to communicate what the program does..you know..a picture and a thousand words