Results for "Category: Miscellaneous"
This is a SMTP mail, you can use this to send a mail. Use winsock control, but you don't need a form to use it, a simple reference to the winsock should be enough. The cool thing about this is that you can use it in you Active X or COM roject. There are some things that could be improved, you cannot send attachments yet for example. It would be nice if you give me som credit for this class if you use it...but you don't have to. Please read documentation carefully. (it also gives you instrunctions how to reference the winsock control) /stoffer
This article shows the basic concepts of Generic Algorithms. Generic Algorithms (GA) are used to arrive at an optimal solution for problems which cannot be solved by mathmatical rules or formulae. A GA simulates the natural evolution process by selecting and breeding the fittest individuals. According to Darwin's Evolution Theory the "fittest" are those which are best adapted to a competitive and possibly hostile environment...
This tutorial will walk you through the steps of basic FindWindow functions: FindWindow, FindWindowEx, ShowWindow, DestroyWindow, and GetClassName. Please vote, I spent 2 days on this, and for a 14 year old, that is a lot! Thank you!
Hi, This little example will show a beginner how to create there own file type and have there program load up and open the file when clicked on like when you click on the .txt extension it opens note pad. anyway there are to examples with this project the first one will install the Keys in the registery that you need also there is a remove part incase you wanted to remove them and the seconed project just shows how the new file type works anyway hope you find the code usfull. please vote if you did.
This is The Best MSN Name Maker Ever!!! No not really, I cant back that up. But its still pretty good. Easy to use GUI with Elite {see Screen Shot). The elite talker is NOT my code and I cant remeber the author. So Many thanx to the dude who submitted that. Please as always LEAVE A COMMENT!!! and it will be most appreciated. :o)
This is a pretty simple program that displays a 16-bit value (0-32767) in binary form. I am learning assembly so I thought this program would be cool. who knows it maybe helpful for someone learning computer science, assembly, etc ;P
To Drag A Form Without Using The Annoying Blue Bar
'I developed this code because I have seen many people boasting that their code being 'the one that stays avove all of the other windows .. well I hae never found their 'claim to be true so I wrote this code .... in order to test my code just use any 'yes any stay on top form in the software world and I bet it won't fail ... what more 'it can be on top of even the menu items of the Windows start menu ... jus place the 'form around three inches above start menu and you see the menu items going behind it 'isn't this cool ... 'Just remember me Bis and [email protected] .... I know now my mailbox is going to 'be flooded with mails for more cool and simple stuff like this .... well I promise 'once I get started I know I will never stop ... so write back soon ... if you like 'it
This code will show you how to save the current Screen Resolution and colors to an ini file then change the resolution to a resolution you specify. On exit of the Form the program will read the ini file and change the screen resolution back to those parameters... This would be great for programmers writing games that need a specific resolution to run. thanks to Steve Anderson for his tutorial on resolution changes...
This demo-project shows you how to use my C_Crypt.dll, whitch offers: 1. VERY FAST CRC-calculation on strings and files; 2. VERY STRONG encryption/decryption for strings and files; 3. Secure filewiping (Normal = overwrite every byte with &H00 then kill the file) (Governmentwipe = overwrite every byte with &HFF, next run with &H00 and third run at random. Then kill the file) 4. Flexible password generation In case of an unexpected error, the component writes a detailed logfile, C_Crypt.log. You can download my ActiveX Dll from ftp://ftp.confite.nl/pub/ and you are free to use it in your projects. (Source-code available)
[Updated] A class to PRINT or VIEW recordset (ADO or DAO). No need to populate data into DBGrid or MSHFlex. Nice output with or without gridlines. Have a look.
Temporarily change the currently selected (default) printer within your VB program
I wanted to learn winsock control so created a compilation of various functions into one. Provides ping, ip scan with user name listing, port scan, list of ports, cpu info, and who is look up. I use only one winsock control for all of the functions instead of preloading with maxsockets. I prefer to use/close as I go to prevent bugs but there always other methods of doing this. I noted for easier understanding. Code is also broken down into functional units, each module is broken down for particular use so porting them to other apps should be an easy thing. Hope you enjoy!
Quickly scan your computer or subnet for open ports. Will show info about open port if in database. Scans 32,000 ports in less than a minute. You can update the database with new ports that are vulnerable. Mess with the number of winsocks that you use to see what works best on your computer. Feel free to send me an updated mdb I put it together from information collected from sites off the web. The ip resolve was submitted by someone on PSC can't remember the name. I wanted something that would show possible explanations for why the port was open and allow scanning for just known ports to speed up scan process. I let the system run as fast as it can through the winsocks using the next available winsock and looking for open states and tossing all others that have been trying to connect longer than the timeout setting. You can adjust this if it's to short for you particular connection. Comments appreciated
Make cool typewriter text effects with this easy to use engine! Just input what you want to display and ziip! It types it out for you! This is sooo easy to use that all you need is a form and a timer and something to display the text on. This can serve a lotta purposes like RPG games or chat programs. Please vote and leave comments! Thanks!
Flash a label and its caption between starting forecolour and colour of your choice.
The following function will return a boolean indicating if an IP Address is described by a nework mask. I'm not sure if there is any VB/Win32 libraries that already deal with this subject and I'm sure this code is probably pretty useless to most people... but I thought I'd submit it for those who may care to find out about it.
This is a very simple code to show how you could search a ListBox for an item dynamically by entering a word/phrase in a TextArea. Double clicking on an item at the List, will cause infos about it to appear at another TextArea. Feel free to use this code or parts of it for your applications :)
This short, simple code allows the addition of objects into a container on another form (in this case a PicturBox). It can easily be modified to add the object to different locations by modifying the locations in the dynObject() function.
This is the quickest and most efficient way to display something with Quote symbols (" ")