Tab Page control inside a thread
Hello, I have been trying to switch between the tab pages inside a background running thread. Below I have attached a snippet of my thread code and If the value of i becomes 5 the tab page should be...
View Articlecopy files very quickly
Hello everyone! I need a function, API or DLL to copy files very quickly. It has to be something beyond what VB6 already does. I like TeraCopy (https://codesector.com/teracopy) but they don't have...
View ArticleVS 2019 Dymo Label Writer printing problem
Just for the fun of it I have created a Windows Forms application on a Windows 10 desktop with latest version/build using Visual Basic 2019 to enter contact details such as name, address, city, etc....
View ArticleVS 2019 [RESOLVED] Can't find app.EXE when running project?? (can't generate...
Getting a weird error when I run/F5 a project. It seems like it can't generate the bin/debug/app.EXE file and then it errors out saying it can't run the app.EXE file. Anyone know what causes this?...
View Article[Windows10] Create New language Pack
Create language pack for windows 10, so users I would like to create a language pack for an aboriginal language of windows where they can have access to a computer without changing their culture how...
View ArticleXiaoYao Json Class by ScriptControl 【very interesting】
There are still many problems with this module, which are limited to research and use, and commercial errors may occur. For example, adding sub-arrays, subordinates, etc., is really not easy to...
View ArticleCompile Error: User Type not Defined when using CVector type. VBCore.dll issues?
Hi! I am working on a VB6 app. When I try to do a full compile form "Run" this happens.. This error is occuring in the app's (only) mod file. Research tells me the CVector type (which I cannot navigate...
View ArticleVS 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