VS 2019 Create a List for multiple entries
I need to create a List to store multiple values like following example: I need to loop through all filenames in a folder. I compare the filename against keywords. When the keyword exists in the...
View ArticleConnecting to MySQL with SSH Tunnel? Would this be a good/secure workaround?
Hello, I know that directly connecting to a MySQL database on internet is not a good idea, but if we use a SSH Tunnel (like Putty or Chilkat ActiveX) would this be a secure solution? So that we don't...
View Article[MSDOS\VBDOS] Change font Symbol
Well since vbdos 1.0 does not support font I thought of creating a drive like the MSDOS anscii drive and replacing the old drive with the new one with the Character changed since the character...
View ArticleVS 2019 DrawToBitmap not right
I am trying to create a screenshot of my geomap object: Code: Private Function CreateScreenshot(ByVal Control As Control) As Bitmap Dim Screenshot As New Bitmap(Control.Width, Control.Height)...
View Articlevb6 ScriptControl,how to use For Each Item1 In JsonObj ,JScriptTypeInfo
where is JScriptTypeInfo.tlb?? Code: Sub Test() Dim JsonStr As String Dim JsCode As String JsonStr = "{'a1':33,'A2':'strtest','A3':'strtest2' ,'a4':['v1','v2'] , 'ChildObjA':{'c1':11 , 'c2':22}}"...
View ArticleEXCLUDE control from a looping
Code: Private Sub PULISCI_TUTTO_ESCLUSO() Dim CTL As Control, TIPO As String For Each CTL In Me.Controls If TypeOf CTL Is ComboBox Then TIPO = CTL.Name If TIPO...
View ArticleLoad Json data to Treeview by ScriptControl Activex With vb6
Advantages: The JSON parsing method is completely self-implemented, which is more assured. It took 3 days to write, the main gain is to learn various data types of JSON data, insert, add, modify and...
View ArticleSharpDevelop 5.1 Visual form designer function is invalid ON VB.NET?
VB.NET Visual form designer function is invalid, and the function of C# and .NET code conversion is gone. WHY? SharpDevelop has not been updated for 6 years. Is it so difficult to open source? It...
View ArticleVS 2012 Runtime error on a CPU% project
Hello y'all o/ It's me again. The following code will show CPU and RAM usage percentage on a pair of label and progress bars. Code: Public Class Form1 Private CPU_Using As New PerformanceCounter()...
View ArticleIs there a visual form designer for vscode with VB6?
I want to develop a general purpose form designer for vscode. Maybe someone can invent a universal form designer that supports vb.net, c#, python, html, python, vbs, vb6. By simply dragging and...
View ArticleInternet speed
I have 50Mbps internet speed. Seems OK, streams just fine. They keep talking about gig speed. Does going to a higher internet speed have a major effect on your browsing/streaming/downloading speed?...
View ArticleHow to develop a programming language IDE with VB6
List of features under development: 1. Visual form designer 2. Multiple script language support (VB6, VBS, VBA, JS, PYTHON, LUA) 3. Support web UI, support SVG vector graphics, support adding dozens of...
View ArticleMultiple outcomes of addition using any number in textbox
Trying to figure out the filtering for my code so far to exclude repeating adding numbers to given number in textbox. Here's a picture of my project. Any help is welcome, thanks in advance. Attached...
View Article[RESOLVED] Getting Hash of File in VB.net -- Code does not produce same hash...
I am looking to verify the integrity of some files in a VB.net program and have encountered something strange. Originally, I was using the attached class to produce a hash, but during testing noticed...
View ArticleSimpleSock User Control
Attached is a User Control for SimpleSock. On the surface, a User Control is easier to use and more compact, but that is not the full story. I have hesitated to produce this control, because it makes a...
View ArticleCan VB.Net adjust bios settings?
My main interest is to modify the amount of RAM the computer uses, while the machine is running (IE, without restarting). Is there a way inside of .Net, or even Shell, to adjust BIOS settings without...
View Articlesql to join two records in 2 different tabve
Code: SELECT * FROM ALLOGGIO i need to select, also, * from TABELLA1 and return a unique recordset, similar: SELECT * FROM ALLOGGIO and select * from TABELLA1 note: the tableS have the same numberS of...
View ArticleFill combobox in one shot only
Possible to fill a combobox with this array value? Code: Set RS = New ADODB.Recordset RS.CursorLocation = adUseClient SQL = "SELECT * FROM COMUNI UNION SELECT * FROM STATI" RS.Open...
View ArticleVS 2019 ContextMenuStrip stay displayed
I am using a ContextMenuStrip in my program. When I click one of the menu items the text gets copied and the menu stays displayed until I click somewhere else in the form. The problem is that when my...
View ArticleUse VB6 to develop a tool similar to AstExplorer.net
AstExplorer is a very convenient tool, but sometimes I need to use AstExplorer offline, that is to say, use AstExplorer on some computers that cannot connect to the Internet. So I plan to use VB6 to...
View Article