Button Updown Panel
Hi this is a simple panel control I made the other night that opens and closes a panel using a button I also made from a picturebox anyway you can change colors and more and hold controls in the panel...
View ArticleLittle String List Mod
Hi, Here is some code I made to allow you to use the default VB Collection object to load and save strings it also got functions to find a string and more hope you find it usfull. Code: Private TList...
View ArticleFull Planet Source Code Jumbo Resource CDs
The guys at Internet Archive have done wonderful job here: https://archive.org/details/PSC-JUMBO_RESOURCE_CDS Beware that these might possibly contain malware (though highly unlikely), no matter that...
View ArticleTagLabel
Hi this is a cute little Label control I made tonight a little bit like the CSS ones you see on pages well that were I got the idea from anyway the code is basic to follow and the control is easy to...
View ArticleA module for reading CAB archives
I finally wrote a module for reading CAB archives today. With this module, you can read the list of files inside the CAB archives and which file takes up how many bytes. I did not add the date and time...
View ArticleRC5(vbRichClient5) and RC6 Tutorial
I've been using RC5/RC6 for years, but every time I need to use a feature in RC5/RC6, I always have to spend a lot of time searching for code related to RC5/RC6 in vbForums, which is a waste of my time...
View ArticleSHFileOperation
I was reading up on SHFileOperation tonight I never realy used it, before just seen it in posts so I decided to read about it pretty much you can do some cool things So to same my self repeated code I...
View ArticleBen's APIViewer
Hi here is a small api viewer I been working on hope you like it. Screenshot Download Source apiview.zip Attached Images Attached Files apiview.zip (599.3 KB)
View ArticleExtend your form on multiple monitors, or even selected monitors
I wanted to extend my App (MDI Form) on only 3 monitors (I have 5) So I wrote this small code. I added a button in the app to extend the application to 3 monitors, by just calling ' Extend the form to...
View ArticleThe CAB Archive packaging module
I suggested that you write code to packing CAB files. It was very difficult, but I wrote such a module anyway. You just need to understand that in order for the module to work in full, you need to use...
View ArticleGetSpecial Folder
Here is a simple dropin mod I made for getting special folder locations more quickly anyway hope you find it usfull. WinSpecialFolder.bas Code: Private Declare Function SHGetPathFromIDList Lib...
View ArticleMiniZip.cls , vb6 unzip File Class by zlibwapi.dll
MiniZip.cls , vb6 unzip File Class by zlibwapi.dll code from here ,and add more functions How to unpack a ZIP file using the library zlibwapi.dll ?-VBForums Quote: Originally Posted by HackerVlad...
View ArticleVB6 Get ALL drivers by windows api
Code: Private Declare Function GetLogicalDriveStrings Lib "kernel32" Alias "GetLogicalDriveStringsA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long Function GetAllDrivers() As...
View ArticleIs there a smooth draggable item list in RC6 widgets?
Hello! I need to implement a list where items can be dragged around smoothly as seen in this video: https://www.youtube.com/watch?v=x6g_p61cZ9E I have a "not smooth" list already, and I need to have...
View ArticleBens Button Bar
Hi this is a little toolbar kind of control were you can add buttons and chnage a few properties note it still not finished but the basic functions are working. I got the idea from xiaoyao for his...
View ArticleBen'a Checkbox
Here is a simple flat checkbox control I made tonight for an app I am makeing hope you find it usfull. Download source-code cCheckbox.zip Attached Images Attached Files cCheckbox.zip (4.3 KB)
View Article[VB6] pdftotext.dll - VB6-compatible DLL for extracting text from PDFs
After getting frustrated relying on Adobe Acrobat to extract text from PDFs, I started hunting around for an alternative solution. The first release of pdftotext.dll for VB6 is on GitHub. Binary...
View Article[VB6, twinBASIC] Code snippet: List all protected files on Vista+ w/ x64 compat
So on Windows XP and earlier, you had documented functions SfcGetFiles and SfcGetNextProtectedFile to get a list of all system-protected files under Windows Resource Protection. But these were either...
View ArticleListProcesses with full paths for the guest system
I really liked the project from the genius programmer fafalone called "List all protected files on Vista+", and inspired by this project, I decided without hesitation that this very interesting code...
View Article