VS 2022 Websites that offer many examples of VB Net code created in Visual...
I learn best from examples and was hoping to find websites that offer a repository of Visual Basic .NET code (hopefully organized by functionality, degree of complexity, etc) that I could review. A...
View ArticleVS 2022 LINQ Count number of records found
I am trying to use a LINQ query (which is new to me) to count the number of records found. Whilst this partially works, it only ever has a count of 1 irrespective of how may records match ?...
View ArticleRemoving invalid (ascii?) characters from a textbox
Hi all, I have data that's being put into a textbox, some of which contains invalid characters that I'd like to remove for cleanliness. I was wondering how I can go about doing this if anyone happens...
View ArticleCheck if the cell number have a green color
I use this code line: html.All.tags("table")(0).rows(I + Y).cells(3).innerText to get cell value But i need the check if the cell is colorrized in green. Possible? test with this link:...
View ArticleShould I leave this forum?
Well, I've caused likely way too much immature annoyance in past. Well due to my age, just looking back a year I can realize how dumb I was. Heck, even a few months prior. I don't want to annoy this...
View ArticleAccess Distance Issue
I'm trying to get the record in an Access database table holding known locations that is closest to some waypoint. Normally, to find the distance between two geographic points, you would use the...
View Articlehow to unzip file with rar format by vb6?
how to unzip file with rar format by vb6? it's only zip, zip and unzip-VBForums https://www.vbforums.com/showthread....ight=rar+unzip
View Article[RESOLVED] - simple button time change
all i would like to do is format the label to be like: 1:00 or 0:00 or 3:00 instead of it being 100. the lowest it can go is 0:00 but i can do that later, i just need the format. thanks Attached Files...
View Article[RESOLVED] InvokeMembe Does not work as written
I'm trying to click on a Listbox like item in the company portal webpage, but the InvokeMember does not seem to be clicking it to move to the next page. What might I be doing wrong? EDIT: It's not a...
View ArticleVery fast find value in all cells of msglexgrid.
Ho Just have a filled cells in a msglexgrid. I have 7 column and 9 rows. The value started from row 1 I Need a good metod based a fast sesrching tò find myvar=6 in the range in description. Founded It,...
View ArticleItem not being removed someplace (transfer between collection classes)
and as I was typing this, the error happened again. Yay! Code: ------------------------------------------------------------ McGuffinpunk 2.9 5/7/2025 1:44:43 AM Wild Items.Add(Public Sub)...
View ArticleVB6IDE/VBA AddIn?Code Organizer?V5.1.7 Free, Update 20250504
CodeOrganizer For VB6 CodeOrganizer For VBA It's Free Software! Attached Images
View ArticleHow to use LIKE operator
I would like to understand how the LIKE operator works (which does not work as I would like). I don't use OPTION COMPARE. As an example, I have a surname and name, separated by a space; after the...
View ArticleWord Interop RPC server is unavailable Woes
We have an application that has been in production for several years. Several weeks ago there were a group of Office updates, one of which caused errors in some office programs, like if you looked at...
View ArticleRemove non-character from string
How would I remove vbCrLf from a string so that I only get the string data? This code strips sections of the string that I'm interested in, since the string is a solid run of these items. I need them...
View Article