VB6 - Web Service Calls via WinHTTP POST
This is a simple example of using the WinHTTPRequest object to make calls to a simple REST-like web service that processes database queries. In order to make it a standalone demonstration, the attached...
View Article64 bit Integer
There is the odd time that you need a 64 bit integer when interfacing with library files. This is easy to do with C++. You simply create a 64 bit unsigned integer. But VB6 does not offer such as...
View ArticleHow To Move An Image Using BitBlt
This simple example shows you how to move an image across a canvas using BitBlt API. This example uses a Picturebox control where you move the image using the command buttons or the up, down, left, and...
View ArticleRPG Game using BitBlt
The filesize of this RPG Game is around 20MB, so I put it here: http://www.udontknowtech.com/rpgGame.zip Screenshots This example uses BitBlt and On-The-Fly Masking so you don't have to mask the...
View ArticleVB6 Simple EMF-based FlexPrint-Reporting (incl. Print-Preview)
Both of the MS FlexGrids which come with VB6 (also the hierarchical one), support the VP_FORMATRANGE command, and this allows a relative simple interaction with regards to printer- (and multi-page-)...
View Article[VB6] Extract JPEG EXIF Data with WIA 2.0
The attached program is meant to show how to use WIA 2.0 to extract many extended attributes from JPEG photos. It is not a "finished" program but more of a code sample and a testbed for working out the...
View ArticleVB6 TLSCrypto
SSLClient and SSLServer are companion programs designed to demonstrate Transport Layer Security (TLS) Version 1.0. At the present time, they only support 2 cipher suites: TLS_RSA_WITH_RC4_128_MD5...
View ArticleAccessing MS Access 2003 from VB6
It has been a long time since I wrote any code so please excuse the naming conventions and the novice coding. In VB6 I have successfully opened an MS Access 2003 database with the following code Public...
View Article1 or 2 Player Score Four Game + Chat
This is a game of Score Four that you can play against yourself or go online and play your opponent. It also includes a chat window. This VB6 project was written and tested on Windows XP only. I cannot...
View ArticleGet The Current Hebrew Date using Visual Basic 6.0 and mscorlib
Most systems have the Microsoft.NET Framework installed. This Visual Basic 6.0 program shows how to call functions from the mscorlib.dll (mscorlib.tlb) from Visual Basic 6.0 to obtain the current...
View ArticleVB6 Simple Property-Grid (ADO-Rs-Binding)
Just a very basic Property-Grid, thought as a base for your own enhancements. The two User-Controls (ucPropertyGridStripe and ucPropertyGrid) contain in Sum only about 100 lines of Code, so it's still...
View ArticleVB6 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 Article