Results for "Volume: 2002C"
This code restrict the window size using a subclassing dll (Created by people from www.vbaccelerator.com). It consumes the WM_GETMINMAXINFO message. You can restrict the minimum and maximum tracking width and height. Also, you can restrict the maximized window left, top, height, width. I've wrote the code in a class for reuse.
Show animated gifs in Visual Basic programms.
Continuing the trend in more and more advanced keyloggers... This keylogger logs not only keys but also the window they were entered into. It then saves the log into a file every 25 seconds to preserve resources. When the log file reaches a certain size, it will send it to a given email address as the body of the message (and does not use the winsock.ocx control to do it). If the email was successfully sent, it will delete that log file (to free disk space) and start a new one. When this keylogger is ran, it copies itself into the windows system directory under a *.dll icon and edits the registry so it runs every time windows starts up. It also completely hides from the task list (you won't see it when you press cntrl + alt + del). Used properly, this can be a powerful code for system administrators.
Explains the usage of boolean logic in Visual Basic to evaluate complex operations in the terms of "Boolean Logic Gates" ...a concept any electronics techies out there will love.
This is a basic example of card manipulation using drag and drop.
This module is packed with well over 120 subs! Including: Hypno form, ShutDown/Reboot, Save/Load, Rounding, Encryption, Spots, Telephone-Text decoder and loads more! Also there are plenty of mathematical functions (including a string parser and a string evaluator). As well as metric-imperial/imperial-metric conversions and currency conversions. This module is useful not only to learn from, but also to have fun with. Uses a few API calls, but nothing dodgy. Check it out. Any comments are gratefully recieved. Please vote.
This code reads a chunk of data in from the microphone into an array. It displays a volume-meter that doesn't depend on the 'peakmeter' function of the mixer (so it works on a soundblaster-live). It also displays an ossiliscope window.
Very funny joke - moves "Start" button when You put Your mouse pointer on it and also can hide taskbar panel too!
I started this application in order to gather somewhere all the code I receive every day from Planet Source Code (actually I gather the URL’s). There are a lot of improvements in this version, plus some bug fixes. Some of these are: importing PSC e-mails directly from the net, importing PSC e-mails from Outlook, better error handling and trace routines. Check out readme.htm for more details. The database now contains e-mails from Dec 14 1999 until Jun 19 2000. I have change (again) the database, so be careful.
This code will demonstrate opening, reading, editing, moving within, adding and deleting records within an Microsoft Access database.
This code is an artificial intelligence checkers program and is virtually impossible to beat (Runs at depth of 5 or 6 on a P2 266). This code has won 2 code of the month awards both on this website and A1VBCode.
Launch Date Faker and it will change the date (to a previous one if you want), launch an application, then change the date back to the current date. This can help delay evaluation periods for that stuborn piece of software that you haven't used for the last 2 months which says that the evaluation period is up even though has been pretty much unused. This is not a crack, it doesn't alter any files, and it isn't intended to be used in a malicious manner, but it can (and most likely will) help prolong your software evaluation period. Small, easy to understand file input/output code and date manipulation. Please rate and leave comments.
MP3 Manager, manage all your mp3's with this program! Just click the drive or folder you wish to search. Searches whole drives or folders in seconds! Also you can edit ID3 tags including Genre, copy, move, rename mp3's, create - delete - rename folders. Just right click for little popup menus of what you can do. Also, just drag and drop mp3's just like in explorer to move or copy them and click the column headers to sort the list! For a more advanced version visit: http://www.audiopimp.com
Offline Disk Browser is a utility that enables its user to store the contents of any CD-ROM into a database so that filenames and the nesesary details inside the CD-ROM are available whlist the CD-ROM is not inserted inside the computer ... It can save or display specific file types or file attributes that the user can choose. It offers Offline and Online searching, meaning that it can search for somthing in the database or in the hard disk or CD-ROM. I am sorry of my previous post not containing the code (Well here it is... Enjoy!!!). If you have any other problems email me at id842222@hotmail.com If you like my litle creation then => RATE IT
Add one of the Text Tags to a TIFF Header. This uses a Visual C/C++ DLL (all source is included).
Progress Bar. No API calls , NO OCX , just plain , good looking and nice. Runs on a seperate form so it can be called modally.
telnet server that accept one client
Makes it easy to perform a clean "Shell & Wait" where your applicatoin kicks off an external application and waits for it to return before continuing. Many shell & wait examples I have found tend to overdrive the proccessor in a loop or require you to make API calls. This one uses the Windows Script object to take advantage of it's built-in wait parameter on the .Run method...scripting's version of Shell.
This quite complecated code is very cool if you are into tile engines.A tile engine is a piece of code that draws tiled pictures. My code lets you scroll smooothly though the game level and hopefully advanced users can use this code for their own games and things. One more thing, This code is VERY VERY VERY fast. about 8 lines to use in your inner loops and it's not even optimized. Try It!
I search to know what is the current URL of Internet Explorer. There is solutions with DDE and subclassing in this area but I want my code work under Word. This code work in VBA and VB. More, you can detect if IE is open and make it navigate to a special URL (your site ?). Learn more at http://www.c2i.fr