list folders in list1
Hello. How can I use a button to browse a WinRAR archive—using a CommonDialog to view all files and folders within it—and list the contents in a ListBox (List1)? The WinRAR archive is password-protected.
View Articlejpg metadata writing
Does anyone know of a drop in class or code that can read/write metadata to a jpg file. poss IPTC data or XMP data as well. tks
View Articlefill cells in msflex but skip Saturday and Sunday
my test code: Code: Dim R As Integer, C As Date 'SCRIVI FERIE With Me.MSFlexGrid1 R = MESE .Redraw = False For C = Val(Me.CDAL) To Val(Me.CAL) If Weekday(C,...
View ArticleVB6 Server SHA Connection
I finally got SHA384 to work properly with TLS 1.3, but I have to notify the server to expect it via code. The Client Hello contains that information, but one has to complete the handshake before a...
View ArticleRegistration fee vb created dll (again)
I have struggled with this for a few hours. Read everything I can find and its time to ask for help. These are my manifest files. Everything is in the same directory. All I get is the dreaded activeX...
View ArticleDetecting connection type from client app to server database
I've a vb6 app that is a local client that connects to an Access database on a server with ADO. Is there a way to determine (ideally before opening the connection) whether the connection between the...
View Articlemscomctl.OCX
On my old development Laptop I create a app in the IDE and in .vbp I get #2.2#0; mscomctl.OCX But when I try to open this in the IDE of a different Laptop it complains and i have to edit the .vbp to...
View ArticleVB6: Pointers & Pixels: how get values?
using varptr(varname) (as long), we get the variable adress... my question is: without API function, just pure VB6, can we get adressed values?
View Articlehow to insert img(gif) in a cell aof msflexgrid
how to insert img(gif) in a cell aof msflexgrid? tks
View ArticleVB6: how detect shift\control\alt on keyboard events?
Code: Option Explicit Dim blnControlKey As Boolean Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) If ((Shift And vbCtrlMask) > 0) Then blnControlKey...
View ArticleTrakt API
I was just about to add Trakt to my app and did a lot of testing. Finally got around to implementing it and now i find my account was cancelled and now you have to pay. I know $2.99 a month is not a...
View ArticleWindows 10 setup for running VB6
Please provide the necessary fixes to get the VB6 IDE running nicely. 1) after a while, the IDE loads and unload the code windows at a snails pace. On a reboot seems to help. Process Explorer says CPU...
View Articlesave image from table cell
i just have this code: Code: Sub VALUTA_PAESI() 'OK Dim ODOM As Object: Set ODOM = CreateObject("htmlFile") Dim X As Long, Y As Long Dim oRow As Object, oCell As Object Dim IATA As...
View ArticleWhy this error
Code: Private Sub LABI0_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader) SortCol Me.LABI0, ColumnHeader End Sub see image Attached Images
View ArticleForm Rendering In Win11
Is this the way an .exe Form is supposed to look in Win11? Attached Images
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 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 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 Article