Gone = form and code
For some reason I couldn't select anything from the Tabs, whereas before they used to open the code or design mode window, so I closed them. Perhaps a mistake as they seem to have vanished. I can close...
View ArticlePrint Screen code throws an error
Hi, The below code for Print Screen (Active Window) throws the following error: Code: Private Sub TakeSnapShot() SendKeys.Send("%{PRTSC}") Dim Screenshot As Image =...
View ArticleVB 2022 delete a reg key string
Ok please bare with me I only started using Visual Basic 2022 today. It's actually kind of cool. Anyway I was wondering if one of you learned individuals might be able to help me. I'm trying to delete...
View ArticleVS 2022 [RESOLVED] Renaming the startup form, AKA Form1
For once I think I found something to contribute instead of mostly being a taker. I was going to post a request for help, but then I found a reliable method and opted to share what I found. I like my...
View ArticleVS 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 ArticleIs 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