Results for "Volume: 2002C"
Encodes WAV file using modified version of LAME DLL
DataAccessDLL's SUCCESSOR - as a control. GREATLY simplifies accessing JET or SQL Server databases. No more Connection String, provider, data source, Persist Info etc. properties to fill in. Provides easy to follow instructions right inside the CTL with an 'INSTRUCTIONS' function.
Program uses modified version of AKRip32 to "RIP" audio tracks from Audio CD
A complete database application. Sorry, but the program is in Portuguese(brazil), I'm uptade to English soon. It is Intermediate because the code is not commented. Please vote for me or leave a feedback!
lightweight compile in display bar... give users something to look at while they are waiting...4 animations to choose from..adds about 16k to your exe. Dont forget to check my sight for more stuff: http://geocities.com/dzzie
I recently had a co-worker approach me asking that I assist them with a password-protected Word 97 document for which they had forgotton the password. This program performs a brute-force attack against a password protected Microsoft Word document. The code utilizes dynamic arrays, vba office automation, common dialogs, numeric-only textboxes, and the timer control examples. In future iterations I would like to include the ability to limit the possible characters searched, multi-processor support, as well as additional types of office documents (i.e. workbooks, databases...)
Acts as a fully functional web browser!!! Includes many customizations and extra functions!!
Link all gifs or jpg files in a folder/directory in HTML pages, in 3 easy steps to create your own photo album ready in just 2 minutes.
This program will grab the Weather from Weather.Com by using a free 3rd party component by Softshell Solutions - http://www.softshell.net/asp/cp/weather.asp
This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub
A real time saver for those of us that like to make use of Microsoft's separator bar / line. See Screen Shot for full desciption and visual.
FlatControl a Frame flat for all the controls This simple code allows you to replace the border 3D of the you standard controls of microsoft, with border flat or with the colors that preferred. It doesn't use subclassing and all is managed in way simple and immediate, few property allow to choose the colors of the border and the style inset/raised, flatControl is associated to the control to be modified through the simple call to the function apply3d. es. ' Flatcontrol1.appli3D Text.1 its all
Really dumb little application. Makes those pretty geometric patterns you used to produce using the spiragraph and coloured pencils as a kid. Well, some of them anyway. Completely useless :)
This is a Multi Database Query Viewer which supports SQL Server 7.0 , Ms Access 2000 , Ms Access 97 and Oracle(which will be available in next ver) Databases . You can write the query and view the results on the grid. It also gives you some information of tables. You can change provider any time. Plz Vote!!!!!!!
Here is a great program to make your MSNmessenger nickname more lively. Just make a list of your nicknames (eg. Willem, wIllem, wiLlem, wilLem, willEm, willeM) and let this program change your nick every period of time you specified. You can set a speed between 1 and 60 seconds.
A VB imitation of the Microsoft Minesweeper Game. Upgraded on 07/02/2001 with sound effects and hints. FreeVBCode.com Notes:: Has almost the exact look and feel of the Microsoft game. Very good object-oriented implementation.
This control is just an image of a dashboard fuel gauge with a needle pointing to the percentage done. It's very simple and can be modified to use other images. It has the typical min, max, value properties along with a property for showing the value label. The source is not commented much, but it's mostly self explanatory. I hope you like it, and modify it to suite your needs. PLEASE VOTE, I'd like to continue making more gauges and switches, so inspire me!
mIRC Filter acts as a proxy between your client and the server. All the data passes between this application, and it parses out information and rebuilds strings to send to the server. This particular version deals with the basic IRC commands of Time, Ping and Version requests. Detects all Requests on your client and blocks them from the User trying to access. Normally, when you request someone's Time or Ping, it shows as '[Ping Request:] 1sec' in the person's console, we'll now, it will show '[Ping Request:] Citadel Blocked this Request'. Advanced Command parsing of the Data is almost finished and soon to be uploaded. Please read the 'Read Me' file attached, its not long at all.
Populates container (form or picture) with objects, using the 'non-occupied space' concept. Any added item, while populating the container, takes some cells from the 'unoccupied space': it is a very fast process. Accurate demo and function design. Don't miss it! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OccupiedSpaceFun demo features: - 2 switchable containers for the objects - viewable 'non-occupied space' cells - design/run time object sizes On ideas proposed by Gunnar g68_se@yahoo.se, THIRD EMAIL (23rd August 2K1): Thank you very much for your time and efforts Pietro ! It works very fine, except for one small thing: My labels are all in different sizes, so it would have to be some kind of combination of no-collision and non-occupied space if i was to be able to implement it :) Best regards, Gunnar. ++++++++++++++++++++++++++++++++++++++++++++++++++ This program has been written in Visual Basic 6. I hope yow like the effort, have fun (ction...) :)
This is a pretty interesting little program. Using the MS Webbrowser control, it searches a webpage for all its links and stores them in an collection. After it has finished a page, it goes to the next page and scans that one. This little example application looks for email addresses. But don't be afraid, it's much to slow for being used by spammers.