NASM - Trying to write a TSR->
I decided to write a TSR for MS-DOS (specifically DOSBox) Why? Because I am curious as to what all that software writes to memory. DOSBox has a debugger version but I don't like it. Anyway: Code: ;...
View ArticleSearching a .bin file for a array of Ushorts?
I am designing some software and it needs to search a .bin file (a dump of memory from a processor inside a automotive control unit) and search for a collection (array) of UShorts (i may be mistaken...
View ArticleVS 2010 Save question
I recently learned that My.Settings.Save() can save things. But where does it save the information? I found out it is not in the program itself. If I move the debug exe to another location it can't...
View Article[RESOLVED] trying to replace a symbol dosnt work why?
i have this phone numbers witch contains this symbole (-) exapmle Code: 052-9646312 056-9972161 i want to remove this(-) tried this code to run in access query it dosnt work. nothing is changing. Code:...
View ArticleAbsolute Value of a Float
I want to convert the below c code to VBA. I have attempted but the output is not what it should be. Any suggestions? Code: 01: float myAbs(float x) 02: { 03: // copy and re-interpret as 32 bit...
View ArticleBLOBS in Database: Good or Bad practice?
Hi Folks, this subject came up in a discussion i had with someone last week: First off: Please no advice like "put the file (Image, Video, PDF, whatever) in a Folder on the Disk, and save the path to...
View ArticleWord-based Spell Check hosed by Windows 10 update
Has anyone noticed more breakage of late in legacy VB6 apps from Windows update? Last it month it broke vertical/horizontal scroll bar controls, rendering them non-visible (available this link). MS did...
View ArticleXNA 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 Article[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 Article