Hope someone can help. Have a chart in vb.net winforms embeded which shows weeks on the axis.X. Interval is 8/30/2021 to 9/9/2022. AxisX.Interval is set to 1. F
I'm working on a Windows Forms application in VB.NET and I am currently making a login screen using labels and TextBoxes. What I need is the Placeholder in Text
Trying to update an old VB6 app to VB.Net. I am having trouble with syntax, I think. In any case it is a simple matter of inserting a new record to the autolo
THE PROGRAM HAS 3 FORMS FORM 1 CODE Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Lo
I have created a VB class to manipulate a CATIA project. The VB code is compiled into a dll loaded into a C# project. Imports ProductStructureTypeLib Imports I
I have created a VB class to manipulate a CATIA project. The VB code is compiled into a dll loaded into a C# project. Imports ProductStructureTypeLib Imports I
Hello I am trying to do an exercise and keep getting this error when compiling. Visual Basic error BC30456 'Form1' is not a member of 'WindowsApplication1'
Today, I have decided to migrate WebView control to WebView2 control in a VB.net application. I have installed WebView2 from NuGet and I have changed declaratio
The purpose of my application is when a user types in a customer, their username and a message into the respective textboxes, it's supposed to be recorded into
I am developing an app in VB.NET (for a customer with hardware using FTDI USB serial chip. Communication uses FTD2XX library and the respective Nuget package (F
I'm trying to convert the following extension method (source) from C# to VB: public static Task ForEachAsync<T>(this IEnumerable<T> source,
My Code are: Dim cmdUpdate As New OleDbCommand("Update Account Name'" & txtAccountName.Text & "', Age='" & txtAccountAge.Text & "', Degress='" &
I am a Vb nooby and I have trouble to add specific Items to my Listview from a database. I would like to compare the value of a combobox with a column value of
I have used Imports Microsoft.Office.Interop and Reference of Microsoft excel is added to project/solution Following are declaration Public xlsfilepath As Stri
What I mean is: If a byte has value of 255, and I add 1. It becomes 0 again. Or if I subtract 1 from a zero value it becomes 255. I have a lot of code, that tre
If certain users automate the Outlook Client to view bounce backs/ReportItems in a shared inbox, rather than returning the clear text of the message as indicate
I am trying to build an application where security and encryption are a high concern. I am using Visual Studio 2022 and VB.NET 6.0 (I searched for 3 days now an
I have an Outlook 2007 add-in made in Visual Basic with Visual Studio 2010. I developed this quite a long time ago and it has always worked fine. I detect embed
I want to; Search the Global Address List of MS Outlook Using an input, filterStr To retrieve all items asynchronously that match a criteria satisfying Contac
I've got a DLL written in VB.NET that provides Excel plugin capabilities. I'd like to move it into a cloud service. As far as I can tell, there's no way to use