VB6 - WIA "BlendPaint" Demo - comparison with Cairo-Drawing
The Demo here depends on a reference to vbRichClient5 (http://vbrichclient.com/#/en/Downloads.htm) Just demonstrating what is needed (coding wise) and what the performance-differences are - compared...
View Article[vbRichClient] Interactive Dartboard Demo
Here's something I put together for fun. It's an interactive dartboard that supports mouse-over and click events. The idea was that it could become a score-recording application but once I got to this...
View Article[VB6] Shell Video Thumbnail Images
Summary Thumbnail images for video files are accessible via Shell32's Automation (i.e. ActiveX) interface. These can be obtained using a ShellFolderItem object's ExtendedProperty() method. The tough...
View Articlevisual basic 6 master pack 1 , daily update
i will update this thread if u can post too.:thumb::):p Move Controls at Runtime Code: Private Declare Function ReleaseCapture Lib "user32" () As Long Private Declare Function SendMessage Lib "user32"...
View Article[VB6] Shell Drive Free Space
If you are using Shell objects there are lots of properties you can retrieve describing the filesystem and individual files. However the values returned are often types that VB is not prepared to cope...
View Article[VB6] UPrinter - Unicode Printer Class
I looked around and didn't find many working samples of this... actually none at all but lots of questions about non-working code snippets. There may be some out there, and better than this basic one....
View ArticleA VB6 Recent Files Lister
Here is a VB6 Recent Files lister. You can remove any entries from the list and the programme also checks that the entries have not been deleted or moved. It is a simple programme which I hope some...
View Article[VB6] Tabulator, Crosstab Class
If you know what cross tabulation is you may have a need for this. If you've never heard of it the chances are this may just be a really confusing bit of code. Quite often we're dealing with data from...
View ArticleRGB, XYZ, and Lab conversions
This program converts images between RGB, XYZ, and Lab formats. It's quite a large program (due to the 2 huge lookup tables for RGB/Lab conversion), so instead of posting it as an attachment, I've...
View Article[VB6] CommandButton with image and text: No UCs, ActiveX, or...
Most of the solutions to place an image on a button either use a control or owner drawing. If all you want is a simple image button, with the image on the left and text on the right, it turns out all...
View Articlewebbrowser Control and cookies
hi my friend! i have a question for example in one form i have three webbrowsers controls,i want each web control used Different username to login the same bbs,but if one user login ,then other web...
View ArticleFOTOENHANCE3D.zip (download)
:cool: usualy soft like this i post is called filtre. u put in .jpg, .gif, .bmp. saving is with .bmp format. LMB\RMB +Shift is image rotation. esc for exit fullscreen mode. u can get it here:...
View ArticleMove PowerPoint Slides using VB6 Code
I want to move powerpoint slides (right and left) on a wireless remote, which at the receiver side has arduino connected to computer via USB cable. (Its hardware is ready) Arduino is programmed to...
View ArticleVB6 - TLSCrypto (Unicode compatible)
After a fair degree of effort, I am making available a Version of TLSCrypto that is Unicode compatible. The original version had problems on systems that utilized a locale or character set other than...
View ArticleΜ2000 Interpreter with Greek and English commands
This is version 6.5. I am working to include objects. This is an example of a big program including work from others and many hours of thinking and trying. 14 years...of writing! I am not a...
View ArticleVB6 DB-Import of large CSV-Data (for both, SQLite and ADOJet)
The Demo consists of two SubFolders (one for SQLite, the other for ADOJet) - and the SQLite-Demo depends on the latest vbRichClient5-Version 5.0.15 (May 2014) - so, make sure you grabbed the last one...
View ArticleVb6 - utc
Many protocols (such as email) require the Date/Time in UTC. Wikipedia describes UTC as: Coordinated Universal Time (French: Temps Universel Coordonné, UTC) is the primary time standard by which the...
View ArticleVB6 Dynamic Menu-, Popup- and Toolbar-Demo (vbRichClient-based)
As the title says, just an example for dynamic Menu and ToolBar-handling, based on the Graphics-Classes (the Widget- and Form-Engine) of vbRichClient5.dll: http://vbrichclient.com/#/en/Downloads.htm...
View ArticlePopulate Unique Number Array
Hello everyone I thought I'd post an example in the codebank since I see this asked by different people about every week. This function returns an array of Unique numbers from a specific number to a...
View ArticleA Listbox for millions items and transparent background
This is my glist a big listbox as you see! New, This is the right version, wich is very fast for adding 1000000 items, and Vscroll bar using "logical lines" no lines (the visible lines of the...
View Article