Results for "Volume: 5_2007-2008"
This program is an exact simulation of the M-209 Cipher Machine, used by the US Military during World War 2. This is, after the 'Enigma Real Version', my second hyper realistic simulator submission. The M-209, the American version of the Hagelin C-38, was a portable hand operated cipher machine for tactical messages. It had the size of a lunchbox and presented a brilliant design of mechanics, developed by the Swedish cryptographer Boris Hagelin. This simulator, fully compatible with the original cipher machine, enables a realistic handling with rotating code wheels, setting of wheel pins and drum lugs, combined with authentic graphics. The program comes with a very complete helpfile, containing the manual, the enciphering procedures from the US military and all technical details on the machine. There's also a picture gallery. Complete with formatted clipboard and Autotyping function. With this program you will be able to work with the M-209 and examine how it works and how it was operated. This is a true reference to the M-209, and an educational must! If you like it, just vote! The install file is also available at http://users.telenet.be/d.rijmenants/en/m209sim.htm ** V2.1: Updated helpfile (explained some procedure issues a bit more) at 6/13 **
Note that ''The First Of It's Kind'' . This is an example of very cool form animations that vb is capable to do. The code is packed in a single Function and there are 13 different Animation-Styles inside. The code gives you a smooth Flash style effects, in which the Frames/Time can be fully customized. The same code can be used to animate Form, PictureBox or any other hwndObject and to develope new effects. Hope you realy enjoy this. Good Luck! @}-}}-- from 'Jim Jose'
How to get the inactivity timeout for an application or globally? Here is the answer. Application timeout means a particular application is running but no mouse or keyboard activity is there for that application for a particluar time. On PSC I found only for Global but this code has both application and global.I have made for the application also. This code can be directly incorporated into your application in minutes.
Yes, another version! I blame Richard Mewett j/k ;) This version has been updated with features from .NET 2.0! A few new classes have been added, and an enourmous set of enhancements to some of the existing classes. With enhancements to such classes as Console, you have full control over the console window, including colors, cursors, and screen buffer sizes. The Environment has been extended to work closer with Environment Variables, such as setting them, and where to set/get them, such as Machine wide, User wide, or current process. cArray has been enhanced for advanced array searching using user-defined callbacks allowing direct access to the array elements. Such things as File allow for one-stop reading and writing to/from a file, or the Registry class to read/write to the registry in one shot. New classes such as DriveInfo allow querying information from different drives, such as the type, volume name, free space, total space, ect... Way too many things. Visit http://www.kellyethridge.com/vbcorlib to read the documentation and visit the blog to see what's always going on. And if you have any ideas, don't hesitate to let me know. This zip file does NOT include the unit tests. I wasn't sure if people were having problems setting up SimplyVBUnit. Please enjoy!
Watch Directory (Windows NT4, 2K, XP) Get the folder and subfolder changes detail, without scanning the folder. It uses multithread technology & synchronous function ReadDirectoryChangesW, it is better than FindFirstChangeNotification.
A discussion (article) and implementation (code module) of an easy-to-use, general-purpose-yet-fast raw memory reading function.
[No code update; only added the missing RTF file]. Fastest non-tiled graph path finder. Extended my unique approach & believe it is 100% accurate and still very fast. This approach uses window regions to process open space very quickly. Where A* & Dijkstra require known distances between nodes, this project kinda explores on the fly, creating the needed link structure as it explores. Give it a go & if you want to discuss better logic/routines, please email me. P.S. Sorry about the large screenshot: wanted to show you the size of a graph & it's potential speed. Thanx goes to Stavros Sirigos for getting me re-interested in this project. Updated: a bit faster & fixed routine to recognize when start/end nodes in same regional rectangle. Updated 18Jun: added efficiency tweaks & correct path error that occurs maybe 1 out of 1000 paths.
A dropdown calendar usercontrol. The reason I am submitting it ,is in hopes someone knows how to get it to cover the under lying controls on the form it is on,without having to set the Zorder. I want it to be self contained. No external modules. Any and all help is welcome.
Connecting to a GPS-Receiver with MsComm control, this code will parse the datasentences RMC and GGA from a NMEA-Stream and show them in an adequate way. Compatibility functions (Round,Replace,Split) for VB5 are included. Comments and variablenames etc in english, used Option Explicit in Main-Module. Please vote if you like it and comment, if you have questions or constructive ideas. PS: Maybe there will be a next version with support for GSV and GSA Datasentences. [UPDATE INFO: I had a loss of precission failure in the module that changed position about 20 km *g* sorry for that, its ok now!]
'module for subclassing the DeviceChange Windows Message 'Windows sends all top-level windows a set of default WM_DEVICECHANGE messages when 'new devices or media (such as a CD or DVD) are added and become available, and when 'existing devices or media are removed. This program should detect the following: -CD or DVD inserted into drive -Floppy inserted -USB thumbdrive or external hard drive added -USB serial port added -probably a lot of other hardware changes, but I could not test a lot of others Modified to add Device Notification information about new hardware.
I am sure that this is the 'Fastest' routine in PSC to render 'Positioned' - 'Repeated' gradients. The gradients are 'Smoother' than the same implimentation using 'DIB sections', because it uses 'GradientFill' API. The code is so 'Compact' and 'Simple' because it is based on an excellent thought by 'paul_turcksin' to use 'CopyMemory' to bypass color Bytes to TRIVERTEX Structure used in 'GradientFill' API. The code can draw 'Horizontal' and 'Vertical' gradients with any number of 'Repeats'. Hope you enjoy!! and please leave your comments!!!, Jim Jose ;)
MSN style alert now in windows form with title bar, it neither requires activeX control nor any DLL file. You can even change sound of Alert Window, just by changing 'PlaySoundResource' in FormLoad event form 101 to 103. You can also add your own sound, just add wave file in the resource file under the heading 'WAVE'. Gradient effect is now included in the version of Alert Window in prior version you could use only one color of heading area but in this version you can use gradient effect of two colors of your desire. You can not only change the colors of gradient of your of desire but also change the angle of gardient. For example: 90 or -90. All you need to do just change color and anlge in FormLoad Event as simple as that. Another upgrade version of Alert Window is now here, in this version of Alert Window FadeIn and FadeOut effect of form isincluded. You can set FadeIn and FadeOut duration as you like by adding 'Step' code in ForNext loop in FormLoad Event from 1 to 255 depends on you need. Still more to come with new exciting feature and which will allow multiple Alert Window. Plz vote for it if u like and drope a critical comment if u dont. plz report any bug if u find.
Learning about API calls, I have a great idea, see all windows handlers (hwnd), this app get hwnd of all active windows and show as colors, like a X-Rays :D, isn't a good utility but the hours run playing with this !! check out ;)
It's a cool electronic clock with 5 different styles (Red LED's, Yellow LED's, Green LED's, Blue LED's and cool LCD style (All graphics created by me)). It has a Reminder and automatic 1 program run at designed time. It can stay On Top. Sorry, but there is no comments :( Please vote and add feedbacks!
YOU MUST TRY THIS NO MATTER WHAT! DON'T LEAVE UNTIL YOU DO! I NEED AS MUCH FEEDBACK AS POSSIBLE! Rate me, give as many comments as possible, give me improvements and complaints, and give the exact steps I need to improve some part of my project. This has anti-leech, default path, default listening port, directory listing, and others. Updated 6/14/05.
Protect your Windows at anytime... the right ways..
This function can do following things ... [1] Show default system confirmation Prompt to move File to Recycle Bin [2] Move directly the selected File to Recycle Bin without any Prompt [3] Show default system confirmation Prompt to remove File forever. [4] Delete File forever without any prompt. (Same lile Kill function)
Now updated to solve even more difficult puzzles. Uses bitmasks with logical operators when performing the Solve algorithms. Future features will include saving and loading puzzles and puzzle generation.
A simple Runas, You can run a program as any UserName you like, just drag & drop a program or browse destination. You can customize the icons too… All the settings include password are stocked in the registry (HKEY_CURRENT_USER\Software\VB and VBA Applications\...) encrypted with the drive_C serial number and the computer serial number.
Only an idea