Category Archives: Visual Basic 6 (VB6)

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

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

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

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

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

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

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 »

Remote Executor

Remote executor provides load & realloc module inside target process+remote thread execution.[Based on elirt 1.0]. Attachments File Uploaded Size 998-20190903-073434-RemoteExecutor.zip 9/3/2019 7:34:34 AM 24342

Alternative Error Handler

Improved yesterday submission [show module,line & address] where exception Error was encounted! Works ++ both compiled & ide Attachments File Uploaded Size 998-20190903-073631-Alt_Err_Handler.zip 9/3/2019 7:36:31 AM 17771