Results for "Category: Miscellaneous"
This is a reusable module for reading 3 of 9 barcode from an image such as a scanned page. I have included in the zip an image with barcodes for testing.
I havent seen a Outlineing text on PSC so i decided to make one i hope you find some use for it.. it really makes text look cool if you expiriment with it. Anyway comment or vote please!
Shutdown, reboot, log off, standby or hibernate system. Also included code how to detect when computer goes standby or hibernate. I've wrapped everything in class for easier use.
Add a shortcut to your desktop that automatically locks your Windows 2000/XP
Sort Array without Swapping Strings The latest Sort submission by Ulli, whcih is unquestionably superior and advanced is, well, advanced! so i cooked-up this sort which is very simple, the algorithm used is shell sort but instead of swapping strings, we swap their index, and finally return an array of sorted indexes, well sort of (pun intended ;-)
Well i made this tutorial a long time ago back when i had www.elite-crackers.com! well anyways this tutorial will show u how to sniff packets for yahoo and code them so u can use them in ur Visual Basic Projects! well please vote cause i would like to win something from here atleast once Lol!!
About a year ago, I submitted a code library, which was pretty basic. My first submission, etc. One of the comments I received was the wish for an automatic code addition function. I have finally found the time to make that addition. This version of my code library has a much different interface, supports attachments as well as snippets, and also includes AUTOMATIC ADDITION OF SNIPPETS on your hard drive. The program searches for .BAS files on the specified drive, then looks in each .BAS file it finds for Functions and Subs, which are added to the back-end Access database. Further, snippets can be added singly, by clicking the 'Add Snip From File' button on the Add New form (frmAddNew). Be forewarned - this code is not yet complete; I've yet to work the GUI, and commenting is sparse. And no, I am not an expert programmer. This is just a hobby for me!
Release 0.03 Added Ocx Support Added P-Code procedure decompile to P-Code tokens. Added Image Extraction Added Better Handling of Control properties. Added Form Patch Editor Added Syntax Coloring. Better support of User Controls/And MDI Forms. Api's Recovered Procedure Names recovered for Forms and classes. Resizing of the windows added. Numerous Bug fixes and other things added. Begun work on a basic antidecompiler. Features Advanced decompiling using COM via VB6.OLB Using COM allows me not to have to hard code every single property The only properties that need to be hardcoded is the size, font, and dataformat opcodes. One day I hope to use msvbvm60.dll instead of vb6.olb so nothing will have to be hardcoded. This is the best Open Source VB Decompiler you can find. Show your support and leave comments and vote.
This class simulates several common random objects (coins/dice/cards) and provides the ability to extract either a single member of a random range or an array containing a shuffled array of the full range of the object. Also supports random letters, vowels & consonents(standard English only), numerals(0-9), RndWords or user created ranges. Please let me know if you extend the letters to cope with other languages.
The purpose of this program is to show how to use inpout32.dll to get input and output through your parallel port. This was created on XP pro so I presume that it will also work on XP home To use this porgram you will need the inpout32.dll you can get it from : http://www.logix4u.net/inpout32_source_and_bins.zip
NEW WAY OF CREATING A SELF-EXTRACTING EXE! NOTE: I'm not sure wether this works on other versions of Windows besides Windows XP Professional. Try it anyway, and let me know what you think! And tell me if it works on other versions of Windows! If you're lucky, you will have a file called "iexpress.exe" somewhere in your system folder (On mine it is on my "C:\WINDOWS\system32" folder). Open it, and follow the steps. I'll give you an example of how to do it below.
This code is in response to a question from armbararan, who wanted to highlight the navigation of the flex grid. I threw this together from some of my other projects as a quick example to allow highlighting of gridrow and gridcol in the msflexgrid.
The most simple example for Undo\Redo.Please -Rate-
Just intercepting MouseWheel event with API. Make an empty project (standard exe) and paste code.
(Refer to DataLogger 2 for newest version) - I wrote this program to monitor the input of an RS232 Serial Port and graphically log all activity. It acts and operates just like a Digital Storage Oscilloscope, capable of logging up to 5 hours in one file. It also has real time cursors, displaying amplitude, time and frequency. The program monitors a selected Comm Port and records the digital values sent to it (Range 0 ~ 255). It runs in two clock modes (Horiz step modes) selectable by the user. It does not send anything out the port. It reads the port only. All files are saved as DataLogger Files (*.dlg). This is a fully functional program which will allow you to hunt bugs and/or test your embedded micro projects with ease.
If you want your program to have only one instance, then there exists VB's in-built way to do it, the App.PrevInstance property. But it does not work if you copy your exe file elsewhere and then run (at least in my machine, Win98). So, here is another approach that guarantees only one instance of your app whether it is copied to different paths or renamed unless any serious error has occurred. You have to compile it to see the effect. And it will also work if the application has crashed for some reason. The code is fairly commented, hope it will help somebody. Please report bugs or any problem in this method of avoiding multiple instances. I will appreciate comments greatly.######Special thanks to LiTe for first pointing out that there is a problem in my previous method. However, it is solved now.
It's a simulation software for 5 axis milling machine. I'm using OpenGL library and especially the function glGetDoublev glgModelViewMatrix, Matrix(1) to get back the Opengl matrix. Tool and tool holder are created via standard Opengl function like gluSphere, gluDisk,and gluCylinder .. The elements of the milling machines are created via STL ascii file and you will find in the source code some samples of ISO code and STL part. I'm sorry because all the code and comments are in french but if I have any time and if someone is interresting I will try to translate the code in english. It's of course a Beta release full of bugs and limitations. You can find the zip file at : http://5axes.free.fr/devel_machine/Machine-en.zip Just some informations concerning the dynamic manipulation Clic on the PictureBox with the left button to move the machine. The zoom function is attached to the right button. Press the shift key + the left button it's a rotation against X and Y Shift key + right button = rotation against Z axis Regards
Sorry if I'm Italian and i don't think you really appreciate my work cause the words is in my language.. But I know that there is some thing that beginners can find helpful. I don't submit this in english version only for the reason that I think most of the people here don't know this cellular! I'm wrong?? But if you want you can adapt code for any type of pholifonic cell. Is there anyone that is able to make it professional by put in all the music for the notes??! This is my first submission and I made it for my father and is new cell.Please be good with me.It's not simple study all by myself.I want to thanks everyone in this community for the good work and I appreciate most of the submissions where I found a lot of good things for my study!!! CIAO!!!
I made this program to protect the main from from being access by an unwanted user. The curent code is 13337. So you would have to click the numbers in the same order 13337 for it to launch the main form hope you guys like. :)
To get the real HDD serial number (the unchangable one written on the HDD )not just volume serial number which can be changed if you formated your hdd This is a sample use of the code you can put it in your applications and then you can distribute them easly and no one is able to run them except the one you wanted him to run you can make another extention to this program that can generate a code after modifing the hdd code itself this will help you to make your application with a code to run and this code will be the 'encrypted' hdd serial(this makes you avoiding making a separate exe file for every one )