Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Browsing all 1528 articles
Browse latest View live
↧

Inter Process Communication between Outlook VSTO addin (in VB.NET) and VB6 App

I wrote applications in VB6, and an Outlook VSTO addin (in VB.NET) that communicate directly with the VB6 App. Based on email in Outlook, I wanted to send information to be shown in the VB6 app. 2 ways...

View Article


Image may be NSFW.
Clik here to view.

How to setup at runtime a form as a MDI child, or export the MDI form to a...

This code shows how to set a MDI child forma as classical form And vice-versa Code: ' #VBIDEUtils#************************************************************ ' * Author          : ' * Web Site...

View Article


Image may be NSFW.
Clik here to view.

Generate a EPC QRCode for SEPA mobile Paiement

This code is used to generate QR code that can be used to initiate SEPA credit transfer. The QRCode can be saved as BMP or JPG. The code is using the DLL qrcodelib.dll. The QrCode generated in the...

View Article

IBAN Validator

This code check if an IBan account is valid or not Code: Debug.Print IBAN_Validator("BE72000000001616") Code: Option Explicit Private Const IbanCountryLengths As String =...

View Article

Image may be NSFW.
Clik here to view.

Code to validate Eurpean VAT number and retrieve informations on the company

This code is used to validate an European VAT number using the WebService Vies (provided by the European Commission) It retrieve also the informations of the company Sample of use Code: Private Sub...

View Article


Code to determine if the VB6 App is running under a Terminal Server Session

Code to determine if the VB6 App isrunning under a Terminal Server Session Code: Private Const SM_REMOTESESSION = &H1000 Private Const SM_REMOTECONTROL = &H2001 Private Declare Function...

View Article

Image may be NSFW.
Clik here to view.

Setup at runtime a form as a MDI child, export the MDI form as a normal form

This code shows how to set a MDI child forma as classical form And vice-versa Code: ' #VBIDEUtils#************************************************************ ' * Author          : ' * Web Site...

View Article

Image may be NSFW.
Clik here to view.

VB6 Pick Color from Screen Usercontrol

Just a little usercontrol I made to get a color from the screen . Uses API's so it should work on most OS. Drop it in your project and go. Try it and see if you like it. As always , have fun with it....

View Article


Display a list of connected users to a MS Access DB

This code reads and display the .LDB file generated by MS Access where informations about connected users are logged. The use : Debug.Print Global_ReadAccessLockFile("D:\YourDatabase.ldb") and will...

View Article


Image may be NSFW.
Clik here to view.

Funny Text Effect (for spalsh screen for instance)

This code is a very very old code (more than 20 years) I used in my apps to add some annimation during loading, on the splash screen Justs call (adapting the parameters of course) TextEffect Me, "This...

View Article

Image may be NSFW.
Clik here to view.

Transform your form in YingYang with transparency

This code is also very very old, it changes the layout of the form as a YingYang with transparency Just add this code Private Sub Form_Load() YingYang Me End Sub Code: Option Explicit Private Declare...

View Article

Image may be NSFW.
Clik here to view.

Resize easily your forms

This is the code I use for resizing forms easilly with all controls etc... Just add in your form Code: Option Explicit Private mclsResize      As New class_Elastic Private Sub Form_Load()...

View Article

How to create/update an appointment in Outllook

This code creates an appointment, and could also update an existing appointment Sample of use : Call Outlook_AddUpdate_Appointment("Test-Now", Date, "Test Appointment", "This is the Body", Now, Now,...

View Article


Retrieve all Maibox configured in Outlook

Long time ago, I had to retrieve the mailboxes configured in Outlook, allowing to select the right one. It was not so easy to find the answer, so here it is Code: Public Sub Outlook_DisplayAllMailbox()...

View Article

Is it possible to run my program through a web ??

hi Is it possible to run my program through a web browser like the one in the following video? Is it possible to find an example for that??

View Article


[VB6] Draw 2D shapes using Signed Distance Function

Draw 2D shapes using 2D Signed distance Function. Calculate distance from each pixel to each shape and compute its RGB value. Do not use (DX) GPU HLSL, with which it would be very much faster. 2D SDF...

View Article

Need help with usercontrol that uses MSXML2.ServerXMLHTTP

I have created a usercontrol similar to the VB Asycdownload usercontrol and it works, but i thought i had the cancel downloads working but i dont. I cannot figure out if i start 6 downloads, i would...

View Article


Image may be NSFW.
Clik here to view.

A clsObjectExtender new version

From 2005 the clsObjectExtender was a fine class for late binding objects with events. But how we can use if we have our own object which raise events and we want that object to be present on a...

View Article

Image may be NSFW.
Clik here to view.

Make Seamless tiles

I've made this app to create a seamless tile, but now that I have the composite of pictures I want in picMain, I need to know how to render the image and save as a bitmap. I've tried Bitblt and...

View Article

Scrollable viewport

Hi, I am trying to make an app that will load icons that i have gatherd into a display port grid. I have a scrollable viewport that will load icons to an array of Pictureboxes based on a selected...

View Article
Browsing all 1528 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>