How to multi-split the text while going deeper into details by level
vb How to multi-split the text while going deeper into details by level 'This is the input text Dim MyString As String = "00[A]1111{C}22(B)33333{C}4{C}5{C}666[A]777(B)8(B)99{C}999[A]101010" 'The expected output is an array as shown below Dim…
Cannot click into or scroll word document after opening .... Until I hit Ctrl+Home or interact with some options in the Ribbon Bar
Some of our clients have started reporting a strange issue in Microsoft Word after we open documents using Microsoft.Office.Interop.Word automation When they open a Word document they think that MS Word is hanging. The first indicator that it's not…
Migrating Vb.Net web application into .Net 8.0
Hi, I would like to migrate our web application which has been developed in vb.net web application (MVP) using .Net Framework 4.7 into .Net 8.0. But I am not able to do it. I had used .Net Upgrade Assistant. Can we migrate vb.net web application into…
How can I get Visual Basic 6 program?
I am applying for a company that uses VB6. I know it was a development environment back in the 1990s. Apparently, this company still has applications that are written in VB6. Can you please let me know how I can download this software? I have tried to…
Hilfe: Der Microsoft.ACE.OLEDB.12.0 Provider ist nicht auf dem lokalen Computer registriert
Ich habe ein neues Motherboard installieren müssen. Ich habe Windows 10 letzte Version 64 bit. Ich habe Windows (Office) 365 64 bit installiert und ich programmiere mit Visual Studio 2019 Basic 64 bit. Die Installationsreihenfolge ist die der Aufzählung.…
How to Math Operation at one textbox in VB>Net
Dear All, if I input a number and plus sign in a textbox. and when I click Button1, the Result Textbox will display the sum = 25
VB.NET - Detecting when the computer wakes up.
I have tried a suggestion that someone posted on Stack Overflow, however, it is not working. I can't seem to find the solution online. I wonder if it is even possible to detect when the computer wakes up from sleep in VB.NET. Heer is my code. First, I…
How to insert line break for send whatsapp message using vb.net
I want to send whatsapp message like below using VB.net LAUNDRY HOMES Invoice Number : 100006 Invoice Date : 07/30/2022 I have used following code but its not line breaking in whatsapp Dim web As New WebBrowser Dim strMessage As…
Is it possible to use the new version of Outlook with vb.net?
I automated notification of sending via Outlook with vb.net code. It worked well with Outlook Classic. recently some employees switched to the new version of Outlook (Outlook NEW 2024) and for these employees, the program is no longer able to trigger…
Exception when using Firebase streaming
Hi, When I try to read data from Firebase using FirebaseDatabase.net Library I receive Newtonsoft.Json.JsonReaderException exeption this code works Imports Firebase.Database Imports Firebase.Database.Query Public Class Form1 Private Async Sub…
'Reference to a non-shared member requires an object reference' after adding a new value to Application Settings
If I add a new settings to my application Settings(VB.NET,NET 4.7.2),I got 142 errors: `BC30469 Reference to a non-shared member requires an object reference` on every code that uses My.Settings If I use notepad++ and manually add the new value to…
populate TextBoxes base on date value selected in DatePicker
Hi All. In form of WPF VB.Net project I would like to populate 3 TextBoxes base on selected in DatePicker date value of Monday. The first TextBox named txbWeek will display the number of week of the month depending on the selected date in the…
Open or show a new instance of a form from a new thread in VB.NET
I am trying to open or show a new instance of a form from a new thread in VB.NET. Here is some code that I have come up with: Thread starting procedure: Public Sub StartBellScheduleRun() Dim BS(NumClocks) As Threading.Thread For A As…
How to disable (or fix) automatic "End Class" -> "End Structure" replacement?
In Visual Studio 2019, using Visual Basic, when I have Public Structure Foo End Structure and replace the "Structure" with "Class", Visual Studio tries to be helpful and replace the matching other "Structure" with…
The Designer could not be shown for this file because none of the classes within it can be designed.
I have a project produced in Visual Studio 2017. I have just downloaded Visual Studio 2022 and tried to open the project. Although all of the code can be viewed, I can't see any of the Forms. I get: "The Designer could not be shown for this file…
vb.net I have folder in program path called patient files i need to open specific file using textbox1 with name of file
vb.net I have folder in program path called patient files i need to open specific pdf file using textbox1 with name of file
How to Fix: Method "Form1_Load" not Found
just got started using visual basic and I don't know how to fix this
Problem with ressource data
I have a problem with my webbrowser project. Visual Studio is thinking, that my ressource File Form1.resx isn't existing. When I look at the project file explorer, I see my Form1.resx. Form1.resx Error: Complete Source code of Form1.vb
VB.NET designer crashes ... error ... The Base class 'System.Void' cannot be designed. Cannot access forms.
The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed. The base class 'System.Void' cannot be designed.
Reading log details from text file
Hi, I have a application log files in text format and want to read start/end time of a particular job from text file and then put it into an excel file with VB Script. Let me know if any further clarification or info. is required. Thanks