Results for "Volume: 2_2002-2004"
This is a program that will let you show, hide, alter text, capture a picture, change the parent, kill, close, enable, disable, get info on, minimize, maximize, restore, capture a picture of, make them stay-on-top, send a message to, edit the window style, and flash the title bar on almost any target! The target can be selected by dragging the mouse from a button to the target or by entering a HWnd! It includes many more features and a complete help system. It also will list all the programs running on your system, will allow you to change their priorities, and will give you info on them too. The program can also perform a screen capture and can even highlight HWnds directly on the screen! It is excellent to learn by, and it's code is thoroughly commented and clean. Also, I would be grateful for any votes you feel fit to give me. I would appreciate them a lot, believe me!
This is a recursive function to calculate a string formula. For example: You have a formula like "3*((2+6)*2-2)/(2+2)". You just call the function to get the answer. Hope this is useful to somebody:)
This is a Task Manager / viewer which shows all currently running procceses, and all open windows, as well as CPU usage. you can also force windows(not processes) to close. It also had a listing option which creates a text report of all currently running apps and windows, this is good for Spy apps and stuff. This is a fixed version of this app, if it still won't work on your pc, erase all the CPU usage code which seems to cause trouble on some versions of windows. Please vote!
This button was created to be an enhanced replacement for Visual Basic's standard command button by adding 2 more Border appearance schemes, 2 more button styles, hover effects, 5 more caption styles, and state button compatibility. I cannot guarantee that this code is bug free although I have made every attempt to make it such. If you have any problems with this code please contact me and I'll do what I can to help you though the problem. Release 1.1.0: + New - 5 Caption Styles - State Button Capability (sort of like a checkbox) + Fixed - Bug in caption wrapping that would lose a character if a single "word" was longer than the caption width. + Improved - Slight speed increase from de-coupling the caption wrapping and drawing. Release 1.1.1: + Fixed - Bug that would not re-process the caption for display if the caption was changed in code at run time, unless a refresh was done. (Bug introduced in Release 1.1.0) Release 1.2.0: + New - Added Picture and Graphical Picture modes - Added Bevel Appearance Type - Added Bevel Width and Intensity properties (for customizing the bevel border) - Added UseClassicBorders property (to allow switching between blending and classic borders) - Added Option Button Compatibility and changed the structure of the State Button compatibility some + Improved - Borders have been revamped to allow blending with the gradient/picture on the button + Fixed - Fixed a minor issue with the ValueChanged event (event would not fire if changed via code) - Rewrote description text for properties / events / methods to be completely accurate Release 1.2.1: + Fixed - ToolTips are finally fixed and working. (I thought this important enough for another release just for this one issue)
One-Liner to generate a unique Id. Does NOT require a database. No autonumber fields needed.
With this code you can make your own smtp server. It's just a demo, not a full program. Without any options, that will come soon. But it works fine now.
Replace the array descriptor that VB uses with your own descriptor structure, and make it point to your data. Here is an example that forces VB to create an array of bytes that only takes 2 bytes per array element instead of 6, plus the descriptor size. Lots of comments. Please don't forget to vote!
This code shows how to calculate loan payments and build an amortization table. It allows the user to include an additional payment, and calculates how much money is saved with the extra payment added. It will show you the total amount you will pay in interest over the life of the loan. The amortization table can be saved, modified, and printed. You can select a range of cells and copy them to the clipboard to be pasted into a different document. You can find what your monthly payment will be entering the loan amount, interest rate, and length of the loan or you can entering the a monthly payment, interest rate, and length of the loan and the application will tell you the total amount you can borrow. If you don't want to borrow but want to know how much you need to save each month to reach a goal, then this application will help you do that as well. It will even factor in cost of living increases. This application does require one custom ocx (vb5 & vb6 versions), which is included and needs to be registered before it can be used. Other FREE ocx's by the same author may be found at http://www.devpower.com ---CODING EXAMPLES---: MSFlexGrid, multiple instances of a form, IsNumber (Allow Dec Point), API Open, Save and directory Dialogs, return only the file name from a string, return only the path from a string, Arrange MDI child forms, Select a printer, print right-justified, print center, print a double line, print a footer, check for end of page, random access files, simple graph using just code, center a form, fit a form to the screen, vertically fit a form to the screen (all task bar aware), center an object within an object, make a form always on top, copy to information to the clipboard - Just to mention a few.
This is in response to a 'Request for Code' in the discussion forum. It's similar to lots of other submissions of address book style apps. It shows how to create and access a database without any data controls - just by referencing 'Microsoft DAO 3.6 Object Library'. Purely an introduction to databases - nothing more. A simple address book in 160 lines of code, easily expanded, with lots of comments to guide a beginner through the code.
reate Java Programs/Applets with lightining Speed. Forget Switching b/w Windows and Dos And Back and so on It has the option of running even command line programs made in Java directly from windows. You can even run an applet in the web browser or in the applet viewer directly.Please Vote The zip file provided has a file named rjavasetup.exe please run this file.THE CODE WILL UNZIP IN THE SAME DIRECTORY IN WHICH YOU WILL INSTALL THE APPLICATION(code.zip) Visit www.gauravcreations.com for cool programs
The basic part is to have a message poping up from the system tray area with a hyperlink in it, then after a while it returns back.If you click the hyperlink the site will be opened.
This is for programmers who wants to learn how to use waveIn API's for recording and how to use mmioXXXX API's to save the recorded WAV into a file. It also exhibits the use of CALLBACK_WINDOW procedure. Start the application so that the recording can be started as soon as the source is ready. Just play any music, say from a CD source, Microphone, Line In. Make sure that the line is not muted, and the input device (Wave In) is selected. This can be done with the help of Volume Control which comes with 98/NT 4.0. The rest is easy
This is a great addition to those who read my Complete Winsock Guide. This shows u how to make a simple yet effective chat server. I left out the fancy stuff but when I finish my current Chat Server Ill upload it. Please read my Complete Winsock Guide and vote for Both I'd be very greatful :). I left room for you all to add features for yourself but Ill upload a better version of this one with those features in case u cant firgure it out.
The Amazon Book Searcher lets you search for books available on the Amazon.com website. You can search for books by their Title, Author, Subject, ISBN, Publisher, Format (Hardcover, Paperback and etc), Reader Age, Language and Publication Date. In addition to the book's Title, Author and Average Rating, the program can also retrieve the book's Price, Cover type,Number of Pages, Dimensions, Publishers, ISBN and Sales Rank by checking the "Retrieve Book's Additional Information" checkbox in the Advanced Options Tab. With the Amazon Book Searcher, you can also save the books you found and edit them later. This program can also connect to the net for you if you're not connected while searching. This code is well commented, and I'm almost sure this program is 100% bug-free.
This code does every thing that the common dialog control can do. the module CDModule (CD = Common dialog) has function that replace the common dialog actions. You need to have the common dialog dll.
PingGrap this prog makes a graphic from the ping that was returnet see screen shot the egine (how to ping) is from some one else but i modifed a lot like no error codes but discritions (Those discription maby not fully right but most of them do) i wanted to use this to see when it is getting very busy on the net(you get peeks in the graphic). i hope you like my code and vote for it and you give me a feedback. :-)
Use this to scare your friends by installing the server on there computer typing in there ip address and bring up custom message boxes on there screen.
This is a cheat (a secret, you may call) in VB 5/6. It displays VB credits and plays a nice MIDI file! I found it somewhere on the WWW (sorry, I don't remember exactly where).
Executes a command passed as a string, and waits for it to finish. Example: lResult = ShellAndWait("d:\ztbold\ztw.exe", 10000) That calls the d:\ztbold\ztw.exe and waits for it to exit for up to 10,000 milliseconds. If you want to call something and redirect its output to a file, you'll have to call CMD.EXE like this: lResult = ShellAndWait("cmd.exe /c MyCommand.EXE > MyFile.TMP", 10000)
This is probably the first NetZero alteration made for v3.1.2 considering they only came out with it yesterday morning. It basically removes the NetZero banners, but also replaces the logon screen. I put a lot of work into the code and would appreciate votes and/or comments. I really don't want there to be arguments in the feedback section over how this effects NetZero, so for anybody who is going to post a reply please just let the comments be about the code. *Now with disconnect button *It now takes away the 40 hour time limmit!