Results for "Category: Miscellaneous"
Scroll a label with just one line of code...great for showing credits!!!!
Welcome fellow programmers!! This is part one of the course which will show you the basics of programming C++ from scratch using the any platform. If you already know how to use the C++ already, you might want to read later lessons when available. So, lets begin. Found at http://pa.pulze.com/
Learn how to do variables, math and booleans in C++! (from http://pa.pulze.com/)
Welcome fellow programmers to our third lesson in a long series on the road to programming C++. This articles explains do, while, #include, and #define. (from http://pa.pulze.com/)
This is a single dimensional Game of Life. The user inputs coordinates for living cells. Using the rules of the Game of Life the program determines if a cell will live or die. It will calculate for any amount of generations. It was developed in MS Visual C++ and uses an input file.
This class provides encryption/decryption through the CryptoAPI. This is the standard API you can use regardless of the underlying dll used to do the encryption. These dlls are called Cryptographic Service Providers (CSPs) and you get one as standard from Microsoft called "Microsoft Base Cryptographic Provider v1.0" This class uses the standard CSP, but this can be changed by changing the constant SERVICE_PROVIDER There is additional code in this class to ensure that the encrypted values do not contain CR or LF characters so that the result can be written to a file A word of warning: If you are going to use WritePrivateProfileString to write the encrypted value to an ini file, you must write a NULL first to delete the existing entry as it does not clear previous entries when writing binary data. This is a problem if you are overwriting a value with a smaller one.
Need to test installs on different operating systems? Need a new operating system fast? Infected by virus?...Read this - it may help.
qPrinter is an enhanced Printer Object with Print Preview. Now includes the FormPrint method to create documents from the text-based items of a form or container improving on the blocky bitmap of the PrintForm method in Visual Basic. Standard documents can be created from TextItems and each item can have alignment, font, positioning, borders and shading properties set. TextItems can be positioned 'absolutely' on a specific page. Changes to font, alignment and indentation properties can be made using HTML-style tags within the text of a TextItem. Preview/Print features include zoom, preview window resizing, collation, number of copies and printer selection. qPrinter also supports Headers and Footers. A Test Project (PrinterTest.vbg) is included demonstrating some of the features. Full documentation is available from our website http://www.qbdsoftware.co.uk/moth as well as downloads of a Dutch version and a Visual Basic 5 version. You need to set the Error Handler (Tools>Options>General) to 'Break on unhandled errors'. This is in order for the project to catalog array based control items.
This code encrypts any file u want using a bit complement.
This code is a simple cam viewer. You must register the quickcam ocx first (use register.bat). You can capture images, change format, size, etc. No exe added, u gotta compile it. Remember to vote 4 me! :)
This code will extract AIM (AOL Instant Messenger) screennames and passwords from the registry and then decrypt them with an extremely long algorithm. Then it adds them to listboxes.
System, Hardware, Administrator? In order to make this program good, i need you, friends online! I see this project big, but I need your help.. mail me some nice things and i give you the end_result..... 95'98'NT works fine - pleace help me with 2000 The end_goal of this project is to run the program when users logon to a lan_network and write up_to_date information into a database! angeldust@be.packardbell.org
A Cleaned Up SysTray Example
Ever been in one of those situations when you are doing something on the computer, banned by every rule, and then your boss walks round the corner? This is the answer to all those problems! As soon as you see him, simply click and your screen is covered with a graph and textboxes making it look as if you are actually working! Could this be the end to sackings because of computer misuse? Don't know but it's saved me a couple of times! Hope you enjoy it!
The code on this submition is not the important thing, it is the idé. I have seen and made some coderepositorys, the problem is that i do not have the time to file in all the names,descriptions and so on. This code showes how you can use the existing filestructure where your code is currently placed. You can view the catalogs on one side and the files on the other. This way you can drag-and-drop files in to the vb-ide window. The program searches for a readme.txt file in each directory, and gives you a chance to write to it or make a new one.
This code will help understanding the use of the MAPI controls
Write an e-mail client in no time! BuzMail is an 'overlay' to the MSMAPI controls provided with VB, in the form of a mail 'object' and various functions etc. It allows the user to send and receive e-mails with or without attachments without having to work out how to use the un-user friendly MSMAPI controls.
Encrypts a file such as Exe/Txt and stores it in Bitmap Format.
This is just a sample program that shows how to set the Caption to the right side of your form using API. Also included is a way to make your form appear backwards. I havent seen this done by using API before, Just cheap imitations using strings. !Win2k only!
An alternative method to hide your process from Windows Task Manager. Ive had the idea to do this for many years, but i couldnt get past the GPF's with sendmessage. recently i figured out how to make it work. Screenshot included.