Loading From A Resource DLL

This code mainly contains a class which will help you load a BMP,CURSOR,ICON, or play a WAVE from a Resource DLL. A resource DLL, by the way, is an ActiveX dll which contains nothing but these resources ! And this code will help you use that dll in any of your projects ! Attachments File Uploaded Size 988-20190904-101343-load_from_resourceDLL_1_0.zip… Read More »

Make talking VB application

This is a small demo application, which shows how to build talking applications through VB. This will be helpful for creating presentations or applications for visually impared users…(I guess so!) This application simply reads the lines you type…cool! Attachments File Uploaded Size 1001-20190904-063824-ForAndreaVBSite.zip 9/4/2019 6:38:24 AM 90715

Stop Running Screen Saver

Stop Current Running Screen Saver without having to move mouse or press a key Attachments File Uploaded Size 968-20190904-063620-stopscreensaver.txt 9/4/2019 6:36:20 AM 3004

Convert a given number to words

This file convert a given number to word format. Ex: converts 99 to Ninety Nine. This is applicable upto 5 digit number only. After viewing the code u can develop further for more no of digits. Attachments File Uploaded Size 1000-20190904-063430-num_to_word_1.zip 9/4/2019 6:34:30 AM 2282

VB6 Final multithread

Finally allows safe multithreads with VB6 (but not inside IDE), allows forms !YEAH!, thread interaction/communication (sending/receiveing data,waiting,locking,etc..) bunch of examples+help are provided… Project must be compiled, multithread dll so-written in assembler but it require solid acknowledge. Attachments File Uploaded Size 998-20190904-063226-vb6ft.zip 9/4/2019 6:32:26 AM 89655

Process Observer

Process notificator server+device driver class,since that Snapshot kernel doesn’t provide directly notification! REQUIRED compilation to exe! Attachments File Uploaded Size 998-20190904-062958-ProcessObserver.zip 9/4/2019 6:29:58 AM 17143

win_protect_1_0_0

this is a windows password program. every time windows starts to work ,first you should enter a correct password.it need a dll file named vb5stkit.dll i put it in the zip file and you can find this dll file in your pc if you install vb6. enjoy it. Attachments File Uploaded Size 999-20190903-074558-win_protect_1_0_0.zip 9/3/2019 7:45:58 AM 18354

Write Your Own Disassembler

X86 code translator library provides translation HEX to X86 code -disasm.dll written by Vanja Fuckar– preliminary test!- -support pentium 3+pentium 4 code- -extreme fast and very small library ~32kb- Export:use STDCALL Attachments File Uploaded Size 998-20190903-074338-X86_ct.zip 9/3/2019 7:43:38 AM 20898

CResizer_0_1

Give you VB.OLD apps the resizing behaviour found in .Net’s anchor properties with a minimum of code. All you need is the class here and you worry about what your program has to do. This rule based resizer will worry about adjusting the size and positions of your controls as and when your from is resized. If you… Read More »