Ctrl_DBcrud
Hi @ll u VB6 lovers, I made a small "tutorial" about the topic: UI-toolbar with all CRUD-fucntions: create, read, update, delete, AND even more: add, add clone, insert, insert clone, move up, move...
View ArticleTrying to output the data created by TRANSFORM into a local Access table...
I have this query: Code: TRANSFORM First (MyData2025.K1) AS FirstOfK1 SELECT MyData2025.Id1, MyData2025.Id2, MyData2025.Id3, MyData2025.TableId FROM MyData2025 WHERE...
View Articlehow to get all com dll/ocx lkie vb6 menu
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{EA7298BD-A7E0-47A2-B9F4-1BC0B101441E}\TypeLib \Control it will get more controls, 109 count,but on vb6 ide ,only 50 how to get all com dll/ocx (x86/x64)?
View ArticleHow to create 12 numbers random between 1 to 90
How to create 12 numbers random between 1 to 90
View ArticleExtracting data to ms excel and pdf
I have created this small database software for keeping my customers, i use access database for recording my data. I need to export whole and sometimes some parts of the data to ms excel and pdf file...
View ArticleFor each Enum?
Hi friends :wave: A minor question but I don't find the answer :rolleyes: Is it possible to loop through Enum? Here is a code of what I would talk: Code: Option Explicit Enum CSIDL_CODE...
View ArticleCan VB6 implement an empty UDT/struct?
In C and Golang, structs are allowed to contain no fields, that is, empty-struct. So, can VB6 implement or simulate a UDT that contains no fields?
View ArticleWhich language is the best for developing the VB-Next compiler?
After several years of preparation, I have finally completed the syntax definition of my scripting language, which has a 95% similarity to VB6. It allows VB6ers to develop script programs similar to...
View Article[RESOLVED] how to get max value number in a column of msflexgrid
in colum 0 have: 1 23 88 99 26 14 21 ... how to get max value number in a column 0 of msflexgrid? in my case 99 note: not possible duplicate value in the column
View Article[RESOLVED] Mask textbox password with *
Private Sub TPSW_Change() Me.TPSW.Text = Format(TPSW.Text, "*") End Sub Correct? in effect i need to mask password with * during the key press
View Article[RESOLVED] Can VB6 simulate high-precision math calculations like a 64-bit app?
I know that a 64-bit app can perform high-precision mathematical calculations. As a 32-bit app, does VB6 have special methods to simulate high-precision mathematical calculations? Code: Const PI =...
View ArticleWindows Media Player AutoStart Problem
Currently using VLC player to play a list of files but would like to use Windows Media Player. Put together a quick test program and ran into a problem, can’t get a second video to automatically start....
View Article[RESOLVED] MSChart with invisible lines?
Hello, This is driving me to drink! (Coffee mainly!) I need to display regular temperature readings, typically hourly. I have created an app that does the recording, into the array arrData. 24 Record...
View Article[RESOLVED] LOOP in all tab and retyurn name of tab
how to loop all tabs and return name? naturally for sstab
View ArticleUse maskedit for a date entry
HOW TO USE MASKEDIT FOR A DATE ENTRY similar a birth date
View Article