Results for "Volume: 3_2004-2005"
This is the second and final version of Joe Logic. It is now complete with 50 Levels! It features Background music, sound effects, and complete level editting functionality. Now you can very easily make, edit and save your own levels! The object of the game is to get to the exit on each of the 50 levels using blocks, balls, transports, and alot of logical ingenuity! You will have hours of fun trying to solve all 50 levels. Movement is simply done with the 4 arrow keys. If you are into logic games You will Love the good clean challenging fun that Joe Logic will bring you! The Readme document has all the simple instructions. If you make your own levels, PLEASE, send them to me. I like to play too! :o)
This one took two days to complete, I worked hard on this and am proud of the result. I managed to create a fully-functional DirectX7 RM role-playing game! However, there is only one quest, to figure out how to get into the castle yard, and then go into the castle (loading another full map!) and then to shoot the wizard in the secret room with your crossbow! Most of the objects in the game have collision detection, and most objects were made with Frederico Machado's AddWall, AddRoof, AddFloor, subs. I am currently working on an evolved version of RPGVillage, with 4 maps and spells and swords, and even your little crossbow. Enj0y!
This TINY little app, shuts down your computer at the press of a combinations of keys, or by clicking (see picture!) I love it! Just hit Ctrl+Alt+S, and your computer shuts down! Great if you put it into your startup folder!
CASys is a one-dimensional cellular automata system which supports general rulesets.
NXMisc is a collection several useful functions that new and old programmers alike should find useful. Includes functions for cleaning up text, converting long filenames to short and back again, getting the computer name, getting the Windows version, name of the currently logged in user, getting uptime, and more. This includes an application that demonstrates the usage of all of them.
This is version 2.0 of the best tool a programmer needs for making good software! It has tons of great subs/functions! Recently added - internet functions, sound functions!
This code first finds a number a links that you specify, and then goes to the links looking for email addresses. it does not look for the mailto: it looks for the @. So by doing this I get some email addresses that are not email addresses, but that does not happen to much. But, I need your help. This program Seems to freeze up, but it does not, you can move the window and press buttons, but the spider will spot search for links or email address for about 15 sec and then continues again. But, over all, it works good. beside I just made it in 12 hours. I would like you to look at the code and try to make it go faster. There are no bugs that I know of. But I like to hear what you got to say about this prog and what I need to do, so I can improve it. By the way, sorry about the poor coding. I'm not the best at VB. I can only code with what I know, and work from that. Thanks. Also please visit my site at ComputerTecK.com Have fun!!
In this article, we are going to see how to use WaitForSingleObject, WaitForMultipleObjects, RasConnectionNotification and many other commands with Visual Basic. We are also going to see how to monitor multiple events without the need of multithreading. I have included two examples : how to monitor when a shelled application has ended and how ICQ monitors connection state (that little flower that gets green when we dial-up and establish a connection). If you like it, post a comment. I ll be happy to read your thoughts or suggestions. (****** A Special "Thank you" goes to all of you who spent a few secs to rate this article :)
This control handles almost every aspect of DirectInput8, if not all! It handles the usual mouse and keyboard events, but it also supports joysticks with force feedback and regular joysticks. Also you can configure the devices (mouse, keyboard, and joystick) from within the code. It opens the Configuration Window. Has some sample force feedback effects I made to so you can test your joystick. I pulled this out of my new engine and I thought I would share it with everyone. Enjoy It. VERY EASY TO USE and comes with a demo.
This will get beginners going with all the basic functions like open/close cd change bg color and other stuff........If you like it please vote for me I will have it upgraded soon:)
pretty basic file class.... you can get the filename, path, drive, and extension of a file (string)... and plus you can copy files, delete files, create blanks for files (useful for prop files), and wipe files... havent tested the wipe but from what i see it should work... please vote and PLEASE COMMENT!
' ' Creates & sends an email via Lotus Notes 5.0 & up. Also, allows creating/sending even with Lotus Notes not running (although it MUST be loaded on the local machine)
print a single line using two fonts
yet more visualizations from me... now you have some more basic visuals and plus some more advanced... the advanced are what i like to call "dreams" or just scopes that sort of swirl away (as seen above) they come in 7 colors and one type that switchs from color to color. anyways there is now more than 20 visuals in all so check it out and PLEASE VOTE AND PLEASE COMMENT!
The computer screen's origin (0,0) is located on one's upper left hand. This code will change the computer screen's origin to one's lower left hand and also plot a set of co-ordinates on a picture box.
I was just poking around this site, and noticed that a lot of folks were making the copy/paste/cut/undo functions more difficult then they really needs to be. Rather then writing your own functions, make use of the SendMessage API and let Windows do the work for you.
These two functions are designed to read and write a file as fast as possible in VB. It is faster for some cases than WinApi Read/WriteFile functions because you don't have to convert binary to string in a loop. Thats why, it is very fast and useful for any purpose. I have created it for my Encryption programme and with Windows Crypto functions and this two functions, my encrytion programme works faster than most of the Encrytion software you can download on the net. Hope it will be useful for you. Thanks. Ozan Yasin Dogan www.uni-group.org (will be online in 01/06/02)
This is the third and Final Release of this Project I hope you will some good things in this final release. 1. A vertical Scroll bar is added to scroll if there are more than one menus. 2. Contract and Expand Animations 3. Two menus used 4. Some bugs fixed 5. Compatible with Windows 98 as well as Windows XP(although there will be some difference in menu animation) I have added all the things you guys suggested. I hope this final version will be good enough for every one The main thing I have done here is that the code is fully explained. So enjoy it till my next submission. bye & Take Care Allah Hafiz
A Strip of option buttons, Features 5 control border styles, 4 caption border styles, 4 caption styles, 3 buttons styles, inc Windows XP Style Side Menus Tile a picture to the background & Change the Font of the caption & buttons Update added tooltip support
Embed binary files within your programs to be written out to the file system once the program runs. This demonstration creates a Word document.