Results for "Category: Miscellaneous"
Takes an input string iof words and changes first letter of each word to a Capital letter
Print the entire contents of a picturebox including all the control's contained in the picturebox.
Sorts a 2-dimensional array
Load a files contents into an combo box then sort the unsplit lines of text in the combo box then Split the lines and add to proper place... Great for things used to keep track of names with info about the name... Check out this example!
So you think your new PIII is fast? well test it on this particle benchmarker. And enjoy the show while you're at it. (Now accually benchmarks your system)
This is two functions with example of how to get the difference between two times by hour and min. Code is pretty good to keep a running time of how long you've been doing something without the major offset that timers give. There are some drawbacks to this code, since it is only a small example, you probably can't check anything past 11 hrs and 59 min. Anyway, I hope this inspires some better Ideas. Enjoy the code.
AIM Bot similiar to smarterchild, not a real friendly GUI but it gets the job done, to learn how to make the gui nicer/more user friendly check my skin example.
This is a demo that contains five forms, fourof them uses API calls to set the forms to AlwaysOnTop.
This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to see how to call the function or in command1's click event.
this little progy let you control a Furby by infrared with your com port (electronic scheme is included in the prog)
Evaluates the input text and returns the result. Supports: multiple-argument functions, strings, octal, hexadecimal and decimal numbers, Recursion based method calls (as long as your stack holds out, it should be able to handle what you put into it)
This is a digital version of the well-known children's memory books. Here the parents can write their thoughts from pregnancy through the Childs childhood, insert pictures, sounds and video. There is a possibility to get a print of the various parts of life as well as a complete memory book included pictures. This version is a scaled down version of my commercial sold program, using VB6 components only (the commercial is using 3. parties components), and the source code is free for you to use as you want. Please observe I have used a VB5-component: DBGrid32.ocx, which you have to install if you haven't got it already (included in the zip-file). I have used some other programmers program snippet in my code and due credit is given in the frmAbout. Please do not waste time voting for this program, but feedback is very appreciated. Have a nice day
The only one of its kind...,My program changes the icon of any compiled exe file in windows OS!!
Gathers hardware, software, bios, etc information from your computer, or any computer on your network. Automatically gets the names of all computers on your network. Retrieves hardware information including processor, BIOS, windows version, build, service pack level. Shows all hardware in your computer's records and marks those that the computer is currently using. Good example of using the registry, resource files, hex to decimal conversion, api calls, etc. Does not require anything to be installed on another computer. Please vote, i've worked hard on this code, and let me know if you find any problems. Thanks!
This article teaches you all about Packaging and Deploying an application using the Package and Deployment Wizard that comes with Visual Basic 6.0. These notes are everything that you need to know about the P&D Wizard for the MCSD Exam 70-176 (Designing and Implementing Desktop Applications Using Visual Basic 6.0). If you plan on becomeing certified, this is a definate must read! Please remember to vote. And if you could check out my site http://PietschSoft.itgo.com Thanks
I updated my article, cause for some reasons, Microsoft removed the SDK from its site. So finally I found it in another place (its include below) I did test it and worked it again. So if anyone wants to know how it works, just try it. Any problem, dont hesitate to contact me.
GenFonts generates an HTML document that displays the alphabet and font name in said font.
This project is an enhancement of another submission . This project displays advanced Win2K/XP style "balloons" and is based on CodeJack's enhancement Project(http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31523&lngWId=1). This version includes a command button within the balloon, using the LaVolpeButton control - which is included in the zip. When the button is to be displayed the textbox height changes so as not to over-run the button. The LaVolpeButton V3 project can be found here: (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31479&lngWId=1) See the readme in the project for details from original author and notes about enhancements. ------ Clip from original submission ----- This code will show Windows 2000/XP-style popup balloons. They were introduced in Windows 2000, and in XP they're seen all over, especially in the system tray. But Microsoft hasn't released how to use them yet (except for tray icons),and--if they did--it would only work on Windows 2000 or later. This project shows you how you can use these balloons in your programs. Instead of relying on Windows to make them, this program makes its own. Therefore, it will not only work with Windows 2000 and XP, but also with all other versions of Windows (down to 95). ..... Original submission can be found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31434&lngWId=1
This code shows you how to connect to the MSN Service. This code also includes a sample/simple client which shows you how everything works together. Along with managing the connection and protocol to MSN, this code will show you how to do the following: Read and Write to the any spot in the registry, Play sounds from a resource file, Superclass controls, Use a collection of classes, Manage multiple connections, Create a smooth flowing Active-X control, Use the MD5 algorithm and much more. This code took me awhile to complete and I was unsure whether to release it. Vote for me if you like what you see. Also, view the readme file included in the zip. Thanks.
--IsInIDE() --It'll return true if running in IDE