Results for "Volume: 2_2002-2004"
This shows you how to use the macromedia flash/shockwave ocx. Also demonstrates 3D animation in a vector based environment with Flash.
What you can do is hook up to a database, and with the use of a timer control, you can make a list of any/all records you want in a database. You can use an SQL statement (in the code already) to find a certain part of a string. The return results are any record that contains that particular string in it. Then with the click of a button it will go through each record found and make a list of them. For example, For a spell checker, I took a database that contained over 5,500 words. It went through that database in a little over 5 minutes to get every word made into a list. Very good ideas can come from this, have fun with it!
the purpose of this code is to have the abilities to make a graphic editor
NetTools has almost everything you need for use on the net - Anonymous Mail, a Mailbomber, Port Scanner / Flooder and ICQ Flooder (original ICQ pager code of PSC!) and Pinger - all using winsock!! Anyway dont use this code in an illegal manner. If you do you are doing so by your own free will and I am not responsible. THIS CODE IS SUPPLIED FOR EDUCATIONAL USES ONLY AND MAY NOT BE USED FOR ILLEGAL / CRIMINAL PURPOSES. I've spent lots of time on this code so plese give me feedback and also vote for me. Thanks to Zelda who's anon mail code I'm using.
This function adds st, nd, rd, or th to the end of a string of numbers based on what the number is. For example, the following code can produce the following output, "Thursday, November 23rd, 2000" : Format(Date, "dddd, mmmm ") & FormatFancyNumber(Day(Date)) & ", " & Year(Date)
This program is an advance Edition of the mailslot program I posted ealier. Now this sample will protect your software of beiing running more than the maximum user licence your software allowed. Any one connected to the network will not be able to run your application if they exits the maximum user licence allowed by your application. Offcourse you've to defind how many users are allowed to run your application at the same time. When start it will looks over the network if thera are any copy running. If found it will count the Computer name as a user. If at final the maximum user count >= than MaxUser License permitted. Program will Quit. I prevent the program of running twice on the same machine by including the command App.PrevInstance at formload. This command only works when the program is compiled as an executable. In Design mode you can run the program twice. This program is well commented. Take a look VOTE and have fun. Rodney Godfried.
Same as older version 1.0, but could be bothered this time to make things better.
Trap system keys with a system keyboard hook on NT and 2000 OS.
Tells the time, Speech!, 24 and 12 hour format. Other features included.
Registry write new keys etc... Module included - see files.
The Matrix is in you...
File and binary encoder. Doesn't work that well with exe's but zip's and pictures work fine.
Does the following... 1:) Gets files out of paths... 2:) Gets path out of shortcuts... With file on the end. 3:) Get's drive.
Gradient made easy...
A 2d map editor which allows you to convert the 2d map into a 3d level which you can walk around. You can save you map and load maps. requires directx 7 or higher. i did use some code from other examples to speed up the time. Please Vote for me!!!
Nice Print Preview with zoom in/out and more (See Screen Shot) Please leave your comments
Jumble is a scrambled word puzzle, like those you see in your local newspaper. Unscramble 1 letter for each square to form ordinary words. The maximum length for each scrambled word is 7 letters. The letters from the ordinary word that will be part of the answer are highlighted. A caption is included to help solve the puzzle. The answer can vary on length and number of words. The maximum number of scrambled words is 5 and the minimum is 4. Jumbles can be added to the database with the add feature. The Regular word is the ordinary or unscrambled word. The scramble word is simply that the ordinary word scrambled. The final answer column is the letters in the ordinary word that are in the answer. Example suppose you have a word CLOTH and scrambled THLOC with LO from cloth in the final answer, the format is number of letter in this word that are in the answer and the corresponding letter placement. In this case you will enter 2,2,3 in the final answer column, meaning 2 letters from this word are in the answer and those letters are in the 2nd and 3rd positions. The answer text box is the entire answer for this jumble. The format for the final words is: Number of words in answer, followed by any words we need to display. Example the final answer is TO GREAT LENGTHS where TO is to be displayed, you would enter 5,1,TO in the Final Words. Note: If you put the project into a different path make sure to change the Data1 connect object path to the jumble.mdb Don't forget to rate this program. Enjoy
This software helps you in the process of searching a topic across the internet. It's a really good code and it's simply to understand too. I hope you like it.
Simply the biggest and best mp3 / media player with source code on the web. Recurisive search on the disk, reads / writes m3u files, retrieves tags, CDDB support, powerful find feature, Save custom playlists, Parameters on startup, song properties with more than 60 tags, soon a CD Write support. This program is always under construction so please check it out...
Microsoft Visual Studio.net (v.7.0) Including the awesome new Visual Basic.net language is now available. VB is now 100% object oriented, threads are now available, no more runtime libraries etc. Check out this small article with a screenshot to learn the basics of the new stuff in VB.NET ...