[VB6] BatchRtb 2
Since I am almost 100% retired now and doing a lot less VB6 programming I have been looking for things in my toolkit that might be worth sharing with the remaining VB6 community. I have done a big...
View ArticleVB6 - Multiline Textbox Printer
I had previously used a RichTextBox and the SelPrint routine, but I discovered that routine would not work with an InkEdit Control. With the help of jpbro, we put together a routine for the InkEdit...
View ArticleVB6 - Text Editor
I found a need for addtional functions that NotePad did not provide, so I came up with my own Text Editor. It has most of the functions of NotePad with a couple of extra ones. Code: File...
View ArticleVb6 OpenOffice sdk(com.sun.star.ServiceManager)
need install jdk first OpenOffice_sdk http://www.openoffice.org/api/basic/...l/tutorial.pdf JDK1.8 32bit jdk https://www.7down.com/soft/267473.html OpenOffice4.1.7 https://www.openoffice.org/download/...
View Articlevb Fast Crc32 (crc32str,Crc32File)
Running speed test record: average time,Evaluation object ==================== use CbsPersist_20200521111942.log(161m),not 7z format time(ms) TestObject 125.76 Crc32_Wqweto 281.03 Crc32ByAsm 326.17...
View ArticleFriend in Class1-VB6 calls multiple methods to run speed test
Optimized for vb6 running speed call function Fastest c=Bas_Sum(a,b) call Friend is quick than "public function",The operating speed is 4.6 times faster ----------- Class_OBJ 452.38 (dim a as class1...
View ArticleAlt+NumPad input for Unicode TextBox with surrogate pair support
When using Alt+NumPad for Unicode input I get a bogus character in Notepad/Notepad++ and all other Unicode TextBox implementations that I tried. WordPad and InkEdit, on the other hand. works OK,...
View ArticleVmware Sdk For vb6(VixCOM64.dll),vbs-CreateObject("VixCOM.VixLib")
Need VMWare VIX Automation Tools and SDK Code: 'Reference 'C:\Windows\SysWOW64\regsvr32.exe ***\VixCOM64.dll 'Reference VixCOM64.dll TO vb6 Project Dim lib As VixCOM.VixLib Dim vmPath As String Private...
View ArticleVB6 radial Progress-Control
Just another one of these circular Progress-UCs, which recently seem "all the rage" ... ;) What's different with this one? - it's really small (only about 80 Lines of Code), so no need to put this into...
View Article[vb6] Virtual Pet Roach v1.2 (Updated 08/06/20)
Since I see the famouse "sheep.exe" I wanted to create something like a virtual pet... finally 2 decades later I found the time to do it. This is a cockroach that roam the screen. It run outside the...
View ArticlemBox Reader
Hi this is a mail message box reader I made to read old usenet message box files. if you want any mail box files you can find a load on wayback machine. with this little app it makes it easyer to read...
View ArticleText To Picture
Hi This is a project I made sometime ago, it allows you to encrypt text and save as a bitmap, You can then load the bitmap and with the right encrypt key you used you can decrypt the text. Hope you...
View ArticleRandom Password Generator
Hi, This is a password generator I made a few months back with the help of a friend who added a few featires. it contains many options skins and more hope you like it. Download Source Code:...
View ArticleRadial Busy GIF
I was looking for a simple rotary graphic to indicate that a program was busy performing a task. I found such an image at this Web site: http://www.ajaxload.info/ You can change the color combinations...
View ArticleColorPicker similar to PhotoShop's (Learn vbRichClient5.Cairo drawing step by...
There are several good ColorPickers in the CodeBank, for example: (1) ColinE66's ColourPicker[vbRichClient]: http://www.vbforums.com/showthread.p...r-vbRichClient (2) Eduardo's Wheel Color Picker:...
View ArticlemBox Reader
Hi this is a mail message box reader I made to read old usenet message box files. if you want any mail box files you can find a load on wayback machine. with this little app it makes it easyer to read...
View ArticleText To Picture
Hi This is a project I made sometime ago, it allows you to encrypt text and save as a bitmap, You can then load the bitmap and with the right encrypt key you used you can decrypt the text. Hope you...
View ArticleRandom Password Generator
Hi, This is a password generator I made a few months back with the help of a friend who added a few featires. it contains many options skins and more hope you like it. Download Source Code:...
View ArticleRadial Busy GIF
I was looking for a simple rotary graphic to indicate that a program was busy performing a task. I found such an image at this Web site: http://www.ajaxload.info/ You can change the color combinations...
View ArticleColorPicker similar to PhotoShop's (Learn vbRichClient5.Cairo drawing step by...
There are several good ColorPickers in the CodeBank, for example: (1) ColinE66's ColourPicker[vbRichClient]: http://www.vbforums.com/showthread.p...r-vbRichClient (2) Eduardo's Wheel Color Picker:...
View Article