Trouble with .vbw files
I have been working on and updating a vb6 program for some years. The size of the compiled .exe file is about 2Mb. Whenever I have a week or more when I don't update the program and then come back to...
View ArticleVB6 development and AI
When using AI for development in VB6 what methods do you use? We are only allowed to use CoPilot so I have to copy’n’paste code from / to CoPilot. Do you use VS Code or some Add-In?
View ArticleTrace Utility
Please identify a full featured code trace add-in. Hopefully in the code bank. I have two that are too skimpy in features. I would like to select a Module and click a button to have all procedures have...
View ArticleI'm now a tester...
...and a director. I say what I want, what we are going to do, but now Opus 5 does the coding. And asks me to perform the testing, to check if what it did works fine. Usually with a list of 3 to 8...
View ArticleSendkeys help
I am trying to get sendkeys to press the right arrow key 100 times. excel 2003, vb 6.3. Sendkeys "{RIGHT 100)", True End sub this gives me no cursor movement. What could be wrong?
View ArticleuCombo fill
Hi all, I'd like to share a control I made that auto-fills as you type. The 200 spaces added at the beginning are there to represent an index number per name—just a heads-up, that data isn't meant to...
View Articleoverpass query error406 not accettable
Code: Private Sub ScaricaCSVStradeNapoli() Dim http As Object Dim url As String Dim query As String Dim risposta As String Dim percorsoFile As String 'url =...
View Articleget cells value from web
based: https://situas.istat.it/web/#/apiDetail i need to get all cells value from table: Riepilogo API how to? tks
View Articlejust know size
Hi, could someone compile this with the code below and let me know the executable size? I only have VB6 gives 16.0 KB (16,384) here. Code: Option Explicit Private Sub Form_Load() MsgBox "Hello World!"...
View ArticleRemembering Planet Source Code and Ian Ippolito
I have been thinking recently about Planet Source Code and the enormous role it played in the programming world of the late 1990s and early 2000s. It remained prominently active and influential...
View ArticleLast page in web page
based trhe link: https://www.italiamappata.it/province-italiane how to know the last page of tale? in my case 22 see image I use to call the site: Code: With CreateObject("MSXML2.XMLHTTP")...
View ArticleVB6 - SHA384 problem
I am attempting to add SHA384 to my TLS 1.3 routine. For this I went to "tls13.xargs.org" which uses SHA384 compared to RFC 8448 which uses SHA256. Unfortunately "tls13.xargs.org" does not provide the...
View ArticleOverwrite the zipped file
i just use this code to unzip a file. possible to delete or overwrite if the destinatin file just exists? Code: Public Sub UNZIP_FILE() strSourceZip = PERCORSO & ZFILE strTargetFolder =...
View ArticleJPEG Rotation
Ok, I haven't gotten systematic about this to figure out when this happens, but, I take quite a few pictures with my iPhone these days. To get them onto my computer, I typically just email them to...
View ArticleVB6 and the "Death" of VBScript
Probably old news to many around here but, just in case ... Our "Friends" in Redmond have finally decided to kill off VBScript. VBScript deprecation: Timelines and next step Some time in 2027, VBScript...
View Article