2,919 questions with Developer technologies | VB tags

Sort by: Updated
2 answers

How to Avoid Unnecessary Subroutine Calls

Here is a typical snippet of a class in my application: Public Class Person Implements INotifyPropertyChanged Private _FirstName As String Public Property FirstName As String Get Return _FirstName End Get Set(value As String) _FirstName…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2026-01-07T10:43:59.4733333+00:00
RogerSchlueter-7899 1,591 Reputation points
commented 2026-01-20T10:32:12.0633333+00:00
Harry Vo (WICLOUD CORPORATION) 4,665 Reputation points Microsoft External Staff Moderator
3 answers

How to outsmart the long file name problem on FTP.

Hi there, Have a problem in transfering the files with the long path names to the FTPS/SFTP server. I know, this is the old problem of the Windows file names length limitation, raised the tons of info on the internet, but the problem still not…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-04-01T06:24:07.88+00:00
Yefim Yakir 25 Reputation points
edited an answer 2026-01-15T18:59:31.73+00:00
Lukas Pokorny 6 Reputation points
1 answer One of the answers was accepted by the question author.

Probable permissions issue with file download - need help

Hi all - I've written the code below as part of a webforms project to download a file from my remote webserver. It's straightforward enough but, when I run my project from a browser, I get an error every time. The message says 'Access to…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2026-01-09T21:50:42+00:00
John N 20 Reputation points
commented 2026-01-13T12:39:14.4+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,420 Reputation points Microsoft External Staff
1 answer

Why is microsoft giving up on Visual Basic?

Is it just me, or does anyone else think Visual basic should continue to be supported? I am just a casual programmer and VB made my life so much easier than all the damn C type languages including javascript and php, etc.. They all have way too many…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2023-01-04T05:18:26.47+00:00
HoosierDaddy1961 26 Reputation points
commented 2026-01-12T18:00:42.26+00:00
Brad Randolph 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to load row data from listview or gridview

Hi there i would like to ask is if possible to load data from a row select.Item on Listview or Gridview and load on the player this is for Website and Winforms program both ways here is the code any help Imports System.Net imports…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2026-01-12T05:12:01.5533333+00:00
Vereato 20 Reputation points
accepted 2026-01-12T05:20:02.9333333+00:00
Vereato 20 Reputation points
1 answer

Class Properties Changing in Unexpected Ways

Consider this Person class: Public Class Person Implements INotifyPropertyChanged Private _PersonID As Integer Public Property PersonID As Integer Get Return _PersonID End Get Set(value As Integer) _PersonID = value End Set End…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2026-01-10T13:03:02.2966667+00:00
RogerSchlueter-7899 1,591 Reputation points
commented 2026-01-11T16:13:32.48+00:00
RogerSchlueter-7899 1,591 Reputation points
1 answer

Get data from web table

Ho to get web table value from:https://www.xamig.com/superenalotto/sistema-consigliato-prossima-estrazione.phpthe table Is to the bottom of Page. Tks

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-05-13T14:20:38.46+00:00
gss.italy sal21 86 Reputation points
commented 2026-01-08T11:00:52.1266667+00:00
Ian Burton 1 Reputation point
2 answers One of the answers was accepted by the question author.

How to add all item in listbox 1 to datagridview in column 1.Then for listbox2 to column 2 in datagridview

I have 2 listbox and 1 datagridview. Then 1 button for transferring the item. My listbox1 is the order of customer. My listbox2 is sugar level the item here is 3 only. The problem when i run the code below some item in listbox1 did not tranfer in…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2021-11-05T09:24:32.437+00:00
Kennyqui 216 Reputation points
commented 2026-01-03T04:25:04.6566667+00:00
Mukesh Bhargava 0 Reputation points
1 answer One of the answers was accepted by the question author.

during app review process, how do i get test username and password to certification team

i have an app that failed certification, requiring TEST credentials. Q: How do i provide such? (what field do i put that in) ?

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2026-01-01T16:19:12.7466667+00:00
James Pruett 85 Reputation points
commented 2026-01-02T01:37:51.77+00:00
ZanaNajdek-7644 0 Reputation points
1 answer

Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?

I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-30T21:49:32.5133333+00:00
James Pruett 85 Reputation points
edited a comment 2026-01-01T06:17:56.1533333+00:00
Gade Harika (INFOSYS LIMITED) 2,415 Reputation points Microsoft External Staff
3 answers

Post and get data from database and show on page or form

Hi there how i can post data into database using webrequest and using forms to do this Post and Get information Dim Username As String Dim Password As String Dim Email As String Dim Pass_Code As String …

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-06T04:51:43.98+00:00
Ricardo Sousa 76 Reputation points
commented 2025-12-31T06:55:23.43+00:00
Ricardo Sousa 76 Reputation points
2 answers One of the answers was accepted by the question author.

WinForms VB.NET + Windows.Services.Store: Missing .NETCore v4.5 reference assemblies

I’m building a WinForms VB.NET app (.NET Framework 4.7.2) that uses Windows.Services.Store APIs inside an MSIX‑packaged desktop app. The project recognizes StoreContext and the async methods, but VB.NET cannot Await them. I get errors like: 'AsTask' is…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-30T05:17:10.69+00:00
James Pruett 85 Reputation points
commented 2025-12-31T02:39:59.0966667+00:00
James Pruett 85 Reputation points
6 answers One of the answers was accepted by the question author.

Regex for string cleaning

Hi there, I have the following string to be cleaned of 1 and 2 character words unless it's the letter M or F. EL EL EL EL M EL EL FU S FF EL EL EL E EL I tried with the following expression but it didn't work quite well. var output =…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
Developer technologies | .NET | .NET CLI
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,744 questions
asked 2022-07-14T12:32:57.963+00:00
Kuler Master 406 Reputation points
answered 2025-12-28T09:50:04.83+00:00
elizabeth gonzales 0 Reputation points
4 answers

WHY ARE MICROSFT KILLING VISUAL BASIC AND THIER USERS? in favour on third party programming languges

My question is Why is Visual basic (the original programming language) being leverage out of Microsoft? Today there are many programming languages in the world currently in use as well as the mass migration to the python platform ... which would not…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,154 questions
Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2021-03-11T10:46:42.393+00:00
Leroy 46 Reputation points
commented 2025-12-27T00:21:17.8333333+00:00
Ramakrishnan Vishwakarma 0 Reputation points
2 answers

System.Collections.Generic.HashSet does not work as advertised

Consider following code which demonstrates the usage of System.Collections.Generic.HashSet: HashSet does not hash the key's value when doing "contains" lookup. If we change the key's value, it has no bearing on the lookup.

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-17T12:15:18.8933333+00:00
Danny 20 Reputation points
commented 2025-12-26T05:55:54.9133333+00:00
Susmitha T (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
1 answer

ShowDialog displays in different position on different machines

I have compiled an EXE from Visual Basic using Visual Studio 2022 Version 17.14.21. When I run it on my Windows 11 laptop, the subject of the ShowDialog command is displayed in the correct position (CenterScreen, see image), but on a new Windows 11…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-05T10:49:47.3033333+00:00
Torquinian 21 Reputation points
edited a comment 2025-12-18T10:15:20.2933333+00:00
Viorel 126.1K Reputation points
1 answer

Can't launch my app because of 'you must install .NET Desktop Runtime' popup

Hi everyone, I'm trying to run my application I've just installed on my computer but I'm having an issue with my .NET Runtime. I've been debugging this application in Visual Studio Community 2022 v17.10.2 and it works fine when I start it through Visual…

Developer technologies | Visual Studio | Extensions
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,154 questions
Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,645 questions
asked 2024-06-12T15:25:22.23+00:00
Connor Frayne 35 Reputation points
recommended 2025-12-10T06:46:29.1133333+00:00
Harry Vo (WICLOUD CORPORATION) 4,665 Reputation points Microsoft External Staff Moderator
2 answers

How to convert VB6 vbp file to a modern compiler

I have a VB6 application that needs to be upgraded to a newer version of VB, what is available to make the conversion?

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-12-01T23:07:44.8133333+00:00
Darcy Hourd 0 Reputation points
commented 2025-12-08T05:08:59.1+00:00
Susmitha T (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers

How to draw pineapple ring and output it as bitmap

This is pineapple ring I wanted to draw using VB code: Imagine the background color is black. Each segment must be same size. The line color can be same for practice purpose. The final image have to output to bitmap file. For those who have no idea how…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-11-24T17:49:27.3533333+00:00
Danny 20 Reputation points
commented 2025-12-05T12:15:14.99+00:00
Gade Harika (INFOSYS LIMITED) 2,415 Reputation points Microsoft External Staff
2 answers

how to fix windows + v not working on a windows asus vivobook

I've tried restarting my computer and the system and checking google but nothing seems to be working.

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,919 questions
asked 2025-11-27T05:31:34.2733333+00:00
Valerie Collins 0 Reputation points
commented 2025-12-04T08:28:32.7866667+00:00
Gade Harika (INFOSYS LIMITED) 2,415 Reputation points Microsoft External Staff