VB6 lightweight PNG-Controls (4-State-PngButtons and a moveable...
The small Demo shows a lightweight Implementation of GDI+ based Png-Handling, encapsulated in two small and resource-friendly windowless Controls... It's a variation (with some improvements) from my...
View ArticleVB6 Restoring NWind.db InMemory from ResourceBytes (without touching the...
Sometimes there's the problem, to ship your App with a less than simple store, which contains "structured static Data" (e.g. a small catalogue-DB or a DB which contains the word-archives for your small...
View ArticleNeed Advice on SOAP
Hello I am using Visual Basic 6.0, I have downloaded Microsoft SOAP Toolkit 3.0. I do not have experience in using SOAP, I have been asked to interface with AVAYA NOTIFICATION and they have given me...
View ArticleVB6 TLSSend
TLSSend is a email sending program designed to demonstrate multiple methods of sending an email via SMTP. 1. Standard SMTP using port 25. 2. Standard SMTP with PLAIN AUTHENTICATION using port 1025 (May...
View ArticleThis Thread is for Nightwalker83...
Here is the Attachment of the proper ActiveX Control that you have requested for me to upload for you. I really hope that you enjoy this, ofcourse that there isn't any kind of viruses that have been...
View ArticleVB6 applied physics, using the chipmunk-engine (simple Demo for Starters)
This simple "Physics-Engine usage for Starters"-Demo depends on the vbRichClient5.dll, downloadable here: http://vbrichclient.com/#/en/Downloads.htm So, before you can run it you will have to unpack...
View ArticleVB6 NewSocket
The original CSocket/SocketMaster emulated the Microsoft Winsock Control. cSocket2 introduced the newer Dual Stack calls that would support IPv6 as well as IPv4 , but remained procedurally the same....
View ArticleVBA Code
Hi! I've been trying for a few time to make a sub, on VBA, that writes, in a specific column, " " or 1 depending on the date that is inserted. The thing I can't quite do is: 1 - I have a sheet where...
View ArticleVB6 - WIA "BlendPaint" Demo
In honor of the death of Windows XP (which means there is no excuse for VB6 programmers to ignore these techniques any more) here is an example of some of the simple things you can use the Windows...
View ArticleVB6 - 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 Article