Results for "Category: Miscellaneous"
This module contain function that are used to convert between decimal, binary and hexadecimal.
This code is to show how to create an email in lotus notes with an attached file
This code is not for everyone, just for those of us who like to work with maximized windows. This will explain how to force Visual Basic 6 to always maximize your code windows when opening projects. This method will always open windows maximized, not like VB5 when it would rememeber your settings.
VBKeylogger Is a cool program that records the keys pressed,even if the form is not visible or doesn't has focus...it records the keys even when you minimize the form or hide it or if you use another program...very nice example how to use GetAsyncKeyState...Have Fun :)
This tutorial is written with the a strong aim. It's main purpose is to make you understand Genetic Algorithms(GA). This tutorial is written by using examples from the 'Genetic Algorithm using Real Numbers' written by me. It is written in complementary to my code. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.
Fill the progressbar up to the percent given.
When Desktop Protector is activated,it disable all the function keys ( ALT+TAB , ALT+CTRL+DELETE , ALFT+F4 , CTRL+ESCAPE ..... ) and freezes the mouse in the middle of the form...the updated version also hides it from ALL windows OS and set the priority to Realtime for so windows won't allow to close the program...the only way to unlock you windows is to enter the password...if you type the wrong password a msg "Access Denied" appeares and don't leave unless you enter the right password so when you come back to your pc..you can see if anyone tried to unlock it behind your back :).The program also denies to close unless you enter the right password..this is to prevent other programs to close it ..and give access to your pc....( THIS CODE DOESN'T WORK SO WELL FOR WINDOWS XP/NT/200 ).....Have Fun :)
A character map like the windows one. This is an updated version of my previous attempt. It now uses only one picture box (instead of a load of labels) and does all the drawing via PaintPicture. It's a lot faster than my other one. Feel free to use this code in your own project (all you have to do is add the code for the insert button).
A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layers as you can. The code here is extensible ie you can use my code in your programs to implement neural networks. Here a sample problem and network is given. Load the network with name "XOR.nn". It solves XOR problem. 'Please don't forget to give comments, credits and most important your VOTE!. And note if Neural Networks and back propagation is a mystery for you I can write a tutorial on nn and back propagation. Just tell me, if you want it, via feedback. And also, if you create another application using my neural networks please inform me. MadeBy: Paras Chopra CEO, NaramCheez [email protected] http://naramcheez.netfirms.com
Ever wanted to record your mouse movements ?? here is how ;) Record & Play it :)
this is a circular progress bar.. even though it is not a bar. you can input a percent, and it will make the "progress" accordingly. it is heavily annotated. it uses the api calls textout, extfloodfill, ellipse, and pie. perhaps the next update will include the ability to have max and min values.
This is a simple sample in two parts, first project1.vbp is a sample of ADO with text and other types of files. The second part is for reading, writing, adding and editing to a database. This is for people who are looking for simple samples of ADO The ADO through files has to be observed when the code is running becuase it is only meant for tempdata. This has been written for windows 95, 98, ME, NT and 2000 but it hasn't been tested in only 2000. Be sure to follow the instructions from the readme, there are almost no instructions but the one that I give, the code depends on. Also, the database is in Microsoft Access 97.
This example will show you how to make tabstrips use the "HotTracking" mode, and how to use a console richtextbox wise, eg: insert text with colour.
Monitors a specified directory for files being created/removed/changed/name changed. Soure code is fully commentend. Any comment/vote (negative of positive) would be greatly appreciated.
This program will scan an IP range to find all computers running netmeeting. I created this to use on my works network to find all the PC's that we have enabled the remote desktop sharing. Pleae note this is my first submission to PSC and all is a bit scary.
Disable right click menu of flash acivex control. Replace it with your custom menu.
This method enables you to pass any collection 'byref' and then sort it by any property either ascending or descending.
There are 4 different function that allow you to search your companies active directory in different ways. These function will allow you to search active directory by user or by group to determine permissions. I am currently using these in my enterprise applications so that I can set up security at a very granular level. Down to a specific control if i want to.
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.
This article tells you how to get the Windows XP visual themes into your program without having the manifest file.