Release the ultimate version of iSubClass, an efficient, non-crash-free...
I didn't plan to write a new iSubClass, and the problem with no crashes in previous versions has not been perfectly resolved In the past two days mines, I don't know what crazy to suddenly smoke,...
View Articlevb6 Pass structure data without copying,DataType by Pointer
This is taught to me by a Chinese tech expert named *ABC, he is my master Code: Dim PP As UserInfoPtr, U1 As UserInfo U1.ID = 135 U1.v = 1 U1.UserName = "TOM" Dim ClassA As New...
View ArticleExcel Open XML,Creating Excel WorkBooks without Automation
https://www.planetsquires.com/protec...p?topic=3208.0 http://www.planetsquires.com/files/xmlExcel.zip how to use on vb6? Hi Guys, I have been busy lately writing an application for my work. A...
View Articleset vb6 controls BorderColor,
Code: setBorderColor Text1.hWnd, vbBlue setBorderColor Picture1.hWnd, vbRed Code: Private Type RECTW Left As Long Top As Long Right As Long...
View ArticleVB6 + RC6 MetaStock-Parsing and -Rendering
Just a small Demo, how to: - transfer Data-Records from MetaStock-Files into an SQLite MemDB - render a scrollable Chart, directly from (MemDB) selected Recordsets - including automatic, viewport-based...
View ArticleVB6 + RC6 MetaStock-Parsing and GDIPlus-basedRendering
FWIW: The example here is using: - the exact same Metastock-DataFiles - the exact same import routines (into an SQLite-InMemory-DB) - and produces the exact same Graphics-outputs ...as the previous...
View Articleload .net class by vb6,CreateInstanceFrom
Code: ' Creates a .Net object with the CLR 4 without registration. ' '' Function CreateInstance(assembly As String, typeName As String) As Variant Const CLR$ = "v4.0.30319" Static domain As...
View ArticleVB6 + RC6 Auto-generaed Widget-Forms via direct PSD-FileParsing
As the title says, the demo shows how a fully transparent Widget-Form can be generated, directly from a PhotoShop *.psd-File... then auto-creating clickable Widget-instances for each Layer in the PSD....
View ArticleVB6 + RC6 Auto-generated Widget-Forms via direct PSD-FileParsing
As the title says, the demo shows, how a fully transparent Widget-Form can be generated, directly from a PhotoShop *.psd-File... by auto-creating clickable Widget-instances for each Layer in the PSD....
View ArticleAutomatic translation of sentences
In some other thread, there are discussion about auto spellchecking. Here is the code I use in all my applications to do automatique translation of sentences. NB : You need to have a DeepL key...
View ArticleFont Outline and resize
Just started learning to carve letters in wood and needed away to transfer letters and words on the wood. So I made this app .With the print out of the letters and some graphite paper, I can now...
View ArticleVB6 ucSimpleTab (a simple, low-code TabCtl without SubClassing)
Just a simple Tab-Control, based on a VB-Label-ControlArray. It looks like this: The User-Code (initializing the TabCtl - and reacting to Events) in the Demo-Form is this: Code: Option Explicit Private...
View ArticleVB6/RC6 Question: DPI awareness design/runtime time switch
Olaf, another question, The setting Cairo.SetDPIAwareness that sets DPI awareness for the whole program incl. native VB6 forms. This is very useful and using your PSD parser, creates crisp and clear...
View ArticleActiveX dll or Exe form to MdiChild in a MDIfrom
I´ve been working with activeX dll and activeX exe and now I am stuck to at this problem. I have an activeX dll been loaded by ActiveX exe. The ActiveX exe acts as a server for a main EXE program which...
View Article[VB6/Win7+] Using the Windows UI Ribbon Framework
Windows UI Ribbon Framework Demo - Intro This is a backport of the most basic Ribbon demo from my now 3-part series on using the Ribbon in twinBASIC. The code is virtually unchanged; just some minor...
View Article[VB6, twinBASIC] DirectComposition Effects Demo
DirectComposition Effects Demo This demo is a just a basic proof of concept, a close-as-possible port of the Microsoft DirectComposition Effects SDK example. Since the demo is ported as close as...
View ArticleVB6 - Simple way to make your VB6 application "Per-Monitor DPI Aware"
This sample project shows how you can automatically resize your form and its controls as well as adjust their font sizes whenever the current DPI changes (the user runs their desktop at a different...
View ArticlePython embedding
I have to work across multiple languages more and more. If i need to use a python library for the most part I just write a small python script and then shell it on the command line and read its output....
View ArticleDisplaying Cyrillic in Unicode components
I was unable to use Cyrillic in the new Unicode components. I was offered to load text lines from a file, but this is inconvenient. Therefore, I wrote a small class that allows you to use Cyrillic...
View ArticleVB6 Download image and automatically center in Picture1 control
Download the image and automatically center it in the Picture1 control 'References to: ' ' Microsoft Windows Image Acquisition Library v2.0 ' Microsoft WinHTTP Services, version 5.1 Code: Function...
View Article