VS 2022 How to change the default project startup form name
When one creates a new project the default startup form is named "Form1". Is there a way to change a setting, template, or something to be what I want? I searched online but searching for things like...
View ArticleHow to get object for Edge webbrowser?
I'm trying to interface with Edge in VB Net 2022 program. I have a program written the program in VBA, so I have most of the work done as far as the code goes. This only serves the purpose of...
View ArticleVS 2022 [RESOLVED] Clicking twice on CheckBox when bound to settings
Multiple CheckBoxes in a GroupBox act normally unbound by deselecting the selected and selecting the new selection. When I bind their checked property to settings, one click deselects the selected, but...
View ArticleVS 2019 DataTable Select filter in VB Net
I have a DataTable Named "RESULTS" I would like to delete all records where the column named "MATERIAL" has records that start with "FN" Is there a method such as: Code: Dim rw As DataRow() : Dim irw...
View Article[RESOLVED] Module with Defines not seen in different Class other than Form1
I have some Enums that I use from my VBA project, but what I'm finding is that the current way I'm trying to use them does not seem to work (Except for Form1) Here is a portion of my enum declaration...
View Article[RESOLVED] lStyle = GetWindowLong(lFormHandle, GWL_STYLE) A call to PInvoke...
I have some code to disable the X (close) button on the Form to force the user to press the Exit button for a clean exit. However, code that worked under VBA does not work under VB Net, and I'm not...
View Article[RESOLVED] Declaration expected
Hi. From my C++ days, many moons ago, the code below, I thought, would create an instance of the class. Has something changed from the 20 years of absence from C++ coding of how a class is...
View ArticleLast byte in File interprted incorrectly
I have a problem reading the last byte of 128 bytes from an mp3 file. This contains the ID3v1 tag Code: Sub BuildPattern(fname As String) Dim v1len As Integer = 0 Dim fileSize As Long = 0...
View ArticleWebbrouwser confirmation on use
Hi. I'm, per suggestions, trying to use WebBrowser to scrap the company internal website for a project. I try to navigate to the website, but nothing happens. Here is my sequence and corresponding...
View Article[RESOLVED] Is it my computer or is VB Net slow to compile/launch
I have the web version of VB Net 2022, but when I compile or lauch the program it can take as long as 20 seconds before the GUI will come up. Even then the GUI comes up in sections and looks horrible...
View Article[RESOLVED] Divide an input value into categories and multiply each category...
I have a textbox that receives an integer value from the user, and I want it to be processed as follows: From 1-6, multiply by 800 From 7-12, multiply by 1000 From 13-18, multiply by 1200 And more than...
View ArticleWebbrowser1 call to fire event InvokeMember? Same as EventFire?
Been convinced to convert code to WebBrowser1, but still keeping the majority of the code. e.g. Function names/try-Catch features. I used the old Web calls in my VBA program, but now on the porting and...
View ArticleWebrowser1 not recognized in 2nd Form
Edit:..... Ok, the compile errors are gone, but the window will not load. Hi, I need to have a window for my GUI to the operator and 1 for the internal company website. I have created a new form and a...
View ArticleScript error just after launch of fram2, webbrowser
Hi. I sort of have the webrowser functioning, but I get a "Script Error" just after I press the "Login" button. I would present a picture, but I have not been able to do so since I joined, not sure...
View Article