Use VB6-UDTs to emulate object-oriented programming
Although C (not C++) doesn't have classes, it seems that object-oriented programming can be fully simulated with c structs. I wonder if pure VB6-UDTs can be used to emulate object-oriented programming?...
View Articledownload PDF using webbrowser control
Hi all. I have a website that has article URLs that redirect to PDF files. I have both the article URL and the PDF URL. I need to get a list of the PDFs downloaded from the site in automation. The site...
View ArticleVB6 trying to configure Microsoft Visual Studio Community
Now when I start VB6 I get a message that Windows is configuring Microsoft Visual Studio Community, after a while a second message appears showing time remaining. Eventually the message closes only to...
View Article[RESOLVED] The ide not appear!
i click on vb6.exe, appear the tree choice, recent , from, exists, if i click on recent, ad open a project, frm a few second the ide disappaer and close it!!!!! Wow!!!!!
View ArticleRC6 NewWindowRequested,how do new window on samve webivew2 or other web control?
Private Sub Webview21_NewWindowRequested(ByVal IsUserInitiated As Boolean, IsHandled As Boolean, ByVal URI As String, NewWindowFeatures As RC6.cCollection)
View ArticleA simple question
Hi. I'm a starter programmer, so sorry for the question. I'm trying to read the following from an online piece of code. The line is as follows, and I need to read the -25.24 (or whatever value is...
View Article[RESOLVED] Can I prevent SHDoDragDrop from hijacking default windows processing?
Hi everyone! I have tried to prevent SHDoDragDrop from having an own process which I suspect is an Explorer process which hijacks or overrides my apps processing. For example my hittesting in...
View Articleget url href from web page
https://www.aifa.gov.it/liste-dei-farmaci based this link how to get href value only if <td>Tipo file: CSV</td> the href is in "Downlod"
View ArticleRS485 and MODBUS-RTU protocol
Hi I need to connect to a device that uses the MODBUS-RTU protocol with RS485. For that I'm using a USB-to-RS485 conversor connected to the device and I've downloaded a free tool to check the...
View ArticleTransform string in date
i can have in : mystring=16/06/2025 mystring=Aprile 2025 mystring=31/12/2025 ecc... how to transform if is present the month and year in: 30/04/2025
View ArticleRC6 / SQLite with vec0 / vector similarity searches
Hello! I'm working enthusiastically with RC6 and SQLite and am exploring the possibility of integrating the vec0 extension for vector similarity searches for a RAG system. I would like to ask if RC6...
View Article[RESOLVED] chechk if in string exists the word Registri or registri
i can have: mystring ="Registri" mystring ="registri" my test code: If Not InStr(mystring , "Registri") >= 1 Or Not InStr(Umystring, "registri") >= 1 Then but want work!
View ArticleNeed help with Listview
I am looking to create a listview in icon mode that holds jpg images and have got it working, but the selected items does not look good. If i go to Windows explorer and show the same images ,it looks a...
View ArticleVB6 embed RTF text in a complex Print method
Currently the program has a complex printing function that takes data from multiple sources (DAO, API calls and forms) and print a report of it all, building graphs and tables using mainly...
View ArticleRC6 image preview like Windows explorer
Does anyone know if RC6 or any of its controls can be used to implement an image viewer. Wondered if it could be made to read in a list of jpg files and display like the windows explorer does. or even...
View Article