Results for "Volume: Java_Volume1"
Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.
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