Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #230919
Create your own scripting language -----example-----

This is an example program using commands from my articles. Check it out!

7_2009-2012 #230923
LCD (Hitachi HD44780) control

This is a module that allows you to control a Hitachi HD44780 (or compatible) chipset LCD display (20x4) which is connected to the LTP (Printer ) port With this module you can control 20x4 LCD Display, and with some minor modifications the module can be adapted to control 20x2, 16x4, 16x2 displays as well. I know there's similar code snippets out there, but i just finished my own lcd project and felt like this is the simpliest yet powerfull piece of code that i just had to share with ya. Enjoy.

7_2009-2012 #230929
A Shutdown, Restart, Reboot, Log off, Power off windows (using ExitWindowsEx API)

Exit windows using ExitWindowsEx API. This code will let you shutdown, reboot, log off and power off your from Windows 95/98/ME/NT/2000/XP. Easy as it sounds, please vote if you like the app.

7_2009-2012 #230930
A - Hide and Show your application from Task Manager in Windows 98, Me, 2000, XP (CTRL+ALT+DELETE)

Hide your application from the Task Manager in Windows 98, Me, 2000 and XP. To hide your application in Windows 2000/XP you just need to set app.title = "" To hide your application in Windows 98/Me you need to use an API called RegisterServiceProcess. I encapsulated all the logic you need in 2 classes cAppHider.cls and cWinVersion.cls

7_2009-2012 #230931
A On Screen Display Example (OSD, shows text on screen like TV remote controls)

This code will show text on the screen like TV remote controls. You can set the font size, name, bold, italic, etc. It´s really simple to use, i have made a Class that encapsulates all the logic. Hope you like this piece of code.

7_2009-2012 #230953
SetWindowRegion

ENTERTAINMENT

7_2009-2012 #230961
Set a PictureBox (including text) as the cursor

This example allows you to set the contents of a picturebox as the Mouse Icon (cursor). It uses the ImageList's ExtractIcon method to extract an icon, then it is simply set to the main form's MouseIcon property. Very easy to understand, all lines are commented.

7_2009-2012 #230967
VB Perceptron

VB Perceptron is a pattern recognizer program using single layer perceptron. It has the capability to learn patterns and classify them to specified classes. VB Perceptron features: input patterns from installed fonts or handwriting, train the perceptron using input patterns and give information about highest epoch reached and training error percentage, recognize a pattern and give information about the match score and match percentage of each known classes, open and save the perceptron, training options (learning rate, threshold, target error and maximum epochs) and add noise to a pattern. Note that the perceptron has not been trained yet. You have to train it first before it can be used to recognize any pattern. To train the perceptron select patterns from the font list and symbol list (hold down shift or ctrl to select multiple fonts or symbols) or draw a pattern on the left picture box then press the Train button. To recognize a pattern, simply select a pattern form the list or draw one and then press the Recognize button. Please report any bugs to me. Your feedback and votes will be very appreciated.

7_2009-2012 #231031
Lock your Executables

Password protect ANY executable file (.exe). This program allows you to put a password on a program so that everyone has to enter the correct password when it starts up. It will not let anyone run the program without the password. It is simple to use, and you don't even have to have the source code of the program you want to protect.

7_2009-2012 #231039
Code Organiser

Code Organiser "beautifies" your code, i.e. automatically indents it properly. You tell it which project to organise, and it will allow you to select which forms, modules or classes to modify. Extremely useful for making code much more readable.

7_2009-2012 #231041
SMS Thru GSM Modem

I wrote this program for testing my Wavecom Modem which was used to collect data for Power Meters. As doing this was fun, I thought that other having similar modems can use this code for sending and receiving SMS on there computers. I have not commented the code as this was just for fun. This code can be modified to do some remote controlling work as i have tried to show in the example i.e. when u send an sms containg notepad the notepad.exe is run after the message is decoded. This was just for fun. If any help or details needed regarding the program u may as freely.

7_2009-2012 #231048
Neopets Inet Example

This example shows you how to login/logout into http://www.neopets.com using inet. It also checks to see if the account is frozen or not. It uses inet to put the source code of the url it open into a textbox, then searches for the strings that would be in there if you were to login/logout/have a frozen account. This example is fully commented so it is easy to understand what everything does. (note: it also tells you if your IP has been banned from trying to login the chosen account too many time [your IP is only banned on the one account temporarily.]) lol dont know if that made much sense...:D

7_2009-2012 #231049
User Agent Fake Referer OS Spoofer

*Udated: July 26th 2003* This code allows you to spoof your user-agent (e.g. Internet Explorer), OS (e.g. Linux), and change the referer to anything you want (e.g. google.com). Now, why do this? Simple, to pass protection.

7_2009-2012 #231050
Minimize into System Tray

This example shows you how to make a form minimize into the system tray. I have made an updated one of this. Please visit my 'System Tray Minimize V2' source code for the updated one.

7_2009-2012 #231053
Control Resize Module

Keeps controls on the form proportional to form in both size and position.

7_2009-2012 #231076
Indo Shoutbox

This is a very basic ASP Shoutbox. Users are allowed to post small messages that get recorded into a database. Simple admin site using sessions allows you to delete certain posts. This is just a simple version additional features are up to you to create.

7_2009-2012 #231085
waTrayAlert v1.2 + Help!

Finally the help file is included in the .ZIP file! Thanx to Amanda Miller, the WebMaster. Being inspired by Clint's vcTrayAlert Control at http://vcreations.net/product.asp?pid=34, I decided to write my very own control. This one has much more cababilities, and some advanced features for Win2000 or later: like the Transparency property and the fading animation. It is still very easy to use: check out the DEMO. It is also very versatile!: check out the Screen Shot ;). I have used a great gradient-drawing class that I found on PSC by Kath-Rock. I have invested alot of my spare time in this large project. It is made free but make sure to check out the license agreement and copyright info. All I'd like to ask you is your encouragement - IF you DO like my control or NOT then please VOTE. I'll be waiting for your feedbacks and emails. And, If you ever find a bug, email me about it. KEYWORDS: MSN Style Tray Alert Control, ActiveX Control, User Control, Play WAVE WAV File Resource, Always On Top, Top Most, Transparency, Transparent, Fade, Mask, Borders, Gradient, Error Handling.

7_2009-2012 #231087
Mouse Recorder

Ever wanted to record your mouse movements ?? here is how ;) Record & Play it :)

7_2009-2012 #231088
Mouse Recorder v2.0 (Capturing Clicks & Making Scripts!)

Record your mouse movements & clicks for left, middle & right buttons! You can save them to a *.txt file for later use. this is so COOL :) Watch the program record & play all your mouse actions. For appropriate PlayBack, the program checks your current screen resolution to make sure it matches the resolution of the recorded script.

7_2009-2012 #231091
Capture NetSend Messages

Captures Net Send Messages. First Submission. My code is messy, but this could be made into something a little better. Always On Top code is from somewhere in here, not sure which submission. Remember to change the constant MyName.

Languages
Top Categories
Global Discovery