Thursday, April 30, 2009

Shutting down computer using visual basic

Api sample on shutting down the computer in visual basic.

click here to download


Tuesday, April 28, 2009

VB Mouse Wheel Addin(Mouse Scroll Support for VB IDE)

How to use it

Just register the dll using regedit32.exe
1. copy the dll VB6IDEMouseWheelAddin.dll into system32 folder
2. Go to run
3. Type regedit32.exe path to dll
Enabling Add ins in vb
4. Now open VB
5. Go to Add-Ins
6. click on Add In Manager
(You will notice an addin added to your list called MouseWheel Fix)
7. Click on it
8. Check Loaded/Unloaded and Load on Startup from Load Behavior
9. Click on ok


click here to download

This file has been downloaded from somewhere. So the property right is reserved with the author of this addin.





Monday, April 27, 2009

Uninstaller demo tutorial

A tutorial on using windows Api in Visual basic 6.
This is a very simple sample/demo of uninstaller which has been created using vb 6 and accessing windows api functions.
It is just for a learning purpose.
I created this when I was a newbie in windows api. By using windows api functions you can do a lot more than visual basic 6 has offered to you.
So check this out.

Click here to download



Wednesday, April 22, 2009

Registry Tweaks

Registry Tutorials
This is a very basic version of registry tweaking manual. You can use it for learning purpose and tweak your windows setting that you may have wondered "how can we do it".
Upgraded version with more tweaking tips and tricks will be available soon.

Thanx




Tuesday, April 21, 2009

Oracle Sql Tutorial