[RESOLVED] XNA Form Resize iusse
Hello, I'm using the code from https://www.vbforums.com/showthread....-XNA-in-VB-Net to draw a lines chart( I simply put a for cycle inside the backgroundworker to draw all the lines). My problem is...
View ArticleVS 2019 [RESOLVED] Prevent ToolBox Items to drop on a control of the same class
[visual Basic, 2019] Hello all. I'm new to this forum, so smack me, if I do something stupid. I have made a control, that I don't want to be a parent to other controls of its own class. I know how to...
View ArticleVS 2019 While in DesignMode drag Item on Control and then Programmatically...
I have a Control, inheriting a Panel. Programmatically I can add another Control as its child, and have the Parent add one more child, and change their size to fit its container. Now I'm trying to do...
View Article4.0 Regex Class library class declaration error ?
In the program to convert Vietnamese from accented to unsigned in C#, use the code in: https://www.dtmi.net/chuyen-tieng-vi...va-sql-server/ https://docs.microsoft.com/en-us/dot...x?view=net-5.0 I...
View ArticleVS 2019 MySQL Bulk Loader from .csv without column names
I have the following vb.net code to load a .csv file very fast into a MySQL table : Code: Dim bl As New MySqlBulkLoader(conn) Â Â Â Â bl.TableName = "elektrisiteit_staging" Â Â Â Â bl.FieldTerminator =...
View ArticleVB.NET forms and controls for VBA/VB6
To unify Visual Basic, a VB.NET assembly has been created for consumption by VBA/VB6. It provides access to many VB.NET objects, ie forms, common controls, and common Namespaces. Feedback of any sort...
View Article[RESOLVED] Localhost not available
I have changed my username and then the localhost was not available anymore. Error 503. I have checked elsewhere and they say as soon as you create a new user or change a username, this happens. How do...
View ArticleQuestion: Forum/mattermost/Facebook - Why aren't we out there?
This forum is a good place to request help but forgive me if I'm wrong, we don't seem to push our presence anywhere else. I don't see a thriving VBForums VB6 Facebook page nor do we maintain a...
View ArticleRecorrer con For en ListView
Estimados Soy nuevo en la programación con el control listview, he actualizado mi listbox y tengo el siguiente problema CODIGO QUE TENIA EN EL LISBOX with Listbox1 For i = 0 To Me.ListBox1.ListCount -...
View ArticleGet 2 errors Error 1-BC30057 Too many arguments &...
Hello Getting 2 Errors 1st one Error BC30057 Too many arguments to 'Function CountIf(Arg1 As Range, Arg2 As Object) As Double'. before the Build 2nd One System.MissingMemberException: 'Public member...
View Articleusing nginx with vbrichclient websocket server for sll
hello, I am sorry to ask such a question since it has been answered vaguely, but after doing some research I cannot figure it out. I need to use vbrichclient websocket functionality but adding ssl. I...
View Article[RESOLVED] get value for a variable where the name of the variable is...
Sorry for that clunky title. I need to do this: Dim strName as String strName = "Bill" a = "str" b = "Name" x = Eval(a&b) 'this is where I need help and now x should hold the value "Bill" I know...
View ArticleSend Picture
Attached is a Remote Picture Viewer. It is designed to allow you to post pictures to a remote computer. The Receiver is essentially the Picture Viewer here:...
View Articlecan't get control properties when referencing the control by string
Hi all. Backdrop: I have an Access form with numerous labels (Label, Label102, Label103, etc.) In code, to make them easier to work with, I set up a number of label arrays and grouped the form's labels...
View Article[RESOLVED] Question: Forum/mattermost/Facebook - Why aren't we out there?
This forum is a good place to request help but forgive me if I'm wrong, we don't seem to push our presence anywhere else. I don't see a thriving VBForums VB6 Facebook page nor do we maintain a...
View Article[RESOLVED] Get 2 errors Error 1-BC30057 Too many arguments &...
Hello Getting 2 Errors 1st one Error BC30057 Too many arguments to 'Function CountIf(Arg1 As Range, Arg2 As Object) As Double'. before the Build 2nd One System.MissingMemberException: 'Public member...
View ArticleWM_CONTEXTMENU vs. RichTextBox and InkEdit
I was fiddling with Windows SpellCheck in InkEdit controls, and I ran into trouble with having both right-click SpellCheck correction and "normal" editing menus (cut, paste, bold, etc.) work for the...
View Article4.0 How do I update the Keys in the app.config file at runtime ?
I found some code examples that update the keys in the app.config file when running without error and not updating, why the code does not update, see my code file app.config Code: <?xml...
View ArticleLeft join access Table and Sql Table
Hello I try to create a left join between an access table and sql table and display the result in dataview Final result: Nopiece Qte_Bom Supplier This is my code: Code: Private Sub Button1_Click(sender...
View ArticleVS 2017 Modify System Registry Values
Hello: I have come code that reads and changes the system registry values. I am baffled. We have two values that need to change, located in the following two places. Code:...
View Article