Convert function to VB6 (doubt)
Hello, guys. Please, may someone convert this simple function to vb6? I'm having trouble with BinaryToString(). --- 1 --- This: Code: '; check if string < 16 then read name from $addr_start 'If...
View ArticleAbout RC6.Collection.Prop (JSONObject.Prop)
RC6.Collection is somewhat inconvenient when dealing with the null/empty value of JSON objects, for example: Code: Dim oID As Object Dim oJSON As cCollection Set oJSON =...
View ArticleComboBox results linked to specific Form
I have a ComboBox on Form1 with a list of about 40 specific names from the drop down list. Example Site 1, Site 2, Site 3 etc... What I'd like is, if you select say Site 1 from the drop down menu it...
View ArticleEmailing using late biinding
Sending email using late binding Could someone please correct this for sending email using late binding (using the structure as I have, as far as possible)? I am back to VB6 after an absence. This is...
View Article[RESOLVED] read content in richtexbox line by line and save in c:\mydir\test.txt
read content in richtexbox line by line and save in c:\mydir\test.txt ???? Instead other way are welcome. in effect i need to print all lines from richtexbox and insert in txt.
View ArticleVS 2019 Execute some code before control is deleted in Designmode.
I have a custom designer added to a control. In Design Mode; When a user hits the delete-button, or clicks "cut" or "delete" on the menu that appears if you right-click, I want some of my code to be...
View Article[RESOLVED] form with images loading super slow
Hi all. Just trying out some ideas on an Access form and found that just two or three very small images placed in image controls cause my form to take a solid minute or longer to load, on a pretty fast...
View Article[RESOLVED] CHECK if cursor is out area of frame1
CHECK if cursor is out area of frame1, possible?
View Articlelistview background in subitem color
always, on this problem, not found any solution! not color font, but subitem background..., please.
View ArticleUnity IoC container Dependency Injection In .NET Core Using Enity Framework Core
Hello, Here's a basic tutorial Getting Started With Unity IoC Container Dependency Injection In .NET Core Using Entity Framework Core ORM And SQL Server on how to use the Unity IoC container in a .NET...
View ArticleMaking a Windows 10 PC "goto Sleep"
Hi , how can I make a Windows 10 PC goto sleep via vb6 code? -Attached image in english and german. Attached Images
View ArticleVS 2019 How to get System Requirements for my VB.net Project?
Hello, i'm not an expert yet in vb.net. Now i have my first project written in vb.net and im stucking in defining system requirements for the project. Are there fixed requirements for different project...
View ArticleSend Recivment Event between objects
Hi there. I have a program with many plugins which will be loaded with Regfree. I need to be able to recive events from any plugin and that any plugin can receive events. Like the Addeventlistener de...
View ArticleDoes VB6 work in Windows 11? YES
Hi everyone. Well, I'm testing Windows 11 build 21996.1 with VB6 SP6 with GUI Mainfest and works perfect! (API, OCX, ADO, etc.) Images from an old proyect with API, SQL Server remote connection,...
View ArticleVS 2019 Find listview group footer in WndProc /ownerdraw
Hi working with dotnet 4.X I've created my own listview with ownerdraw throu WndProc. Now I want to add the groupfooter. I can set it and I see the footer when I'm not using ownerdraw. However I can't...
View ArticleSourcing Word Icons for my RichTextBox
I need the classic Word 2010 icons in 32x32px format for a toolbar for my RichTextBox. There are no easily sourced ones on the internet and the best I could find was a project on this forum by moeur....
View Article[RESOLVED] Delete duplicate rows from XML file
Hello, How to delete the duplicate rows from the XML file? I have attached the format of my XML file and I want to delete the duplicate rows from it i.e. if Machine-number, Sensor and Serial-number...
View Articlehow to distict if is it a file or a directory (like explorer listview)
Hello, I'm using the followin code to trying to navigate folders and file; now I need to load the file if selected( so if it's a directory I explore it else, I load the file into stream), but I can't...
View ArticleRun Module
I have a drop down list on Form1. Say...If Form2 is selected from drop down list. How would you make it go to Form2 without a command button, just thru running a module which the code is just a MsgBox....
View ArticleSQLite: delete all records from table that do not exist in another table
Hello VbForums With SQLite and RC5 how can I delete records from table1 that do not exist in table2? So the rows which are concered with deleetion are in yellow. This is what I'm trying to do but...
View Article