2,924 questions with Developer technologies | VB tags

Sort by: Updated
2 answers

Executável gerado pelo VB6 SP6 não está funcionando

Recentemente passei a ter problemas com o VB6. O aplicativo gera programa normalmente, porém na hora da execução ele simplesmente trava sem dar mensagem de erro.

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2026-02-09T20:00:01.2666667+00:00
Seigner Silva 0 Reputation points
edited a comment 2026-03-03T09:31:47.12+00:00
Michael Le (WICLOUD CORPORATION) 11,075 Reputation points Microsoft External Staff Moderator
5 answers One of the answers was accepted by the question author.

Can VB be used for a net core api project?

I have an existing web api project written in VB. All the examples for converting to net core 6.0 use C#, and Visual Studio will only create a Web API project using C#. Can this be done with VB? And if so, what steps are required to do this? And…

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,924 questions
asked 2022-03-15T18:21:07.747+00:00
Larry Widing 21 Reputation points
answered 2026-03-01T12:17:50.5633333+00:00
Nahom Yengesu 0 Reputation points
3 answers

Converting a VB 6.0 project to VB 2010

What steps do I need to take in order to convert my Visual Basic 6.0 project to VB 2010? Are there any tools or resources that can help me with this process?

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2023-11-18T12:08:26.7+00:00
Amar Bhusanur 0 Reputation points
commented 2026-02-27T15:00:14.9+00:00
John Hind 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to stop the debugger from showing decompiled code in VB.NET

Hi, I have been working on a project now for some time in VB.NET. I have debugged it many times without any issues. I must have changed something in the code or properties of the project that has caused Visual Studio to show decompiled code in C#. I…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2026-02-23T10:03:06.8966667+00:00
Seybert, Thomas A 20 Reputation points
commented 2026-02-24T13:00:59.31+00:00
Seybert, Thomas A 20 Reputation points
1 answer One of the answers was accepted by the question author.

IDE how to add Comment Uncomment to tool bars.

Is there an easy way to add buttons to the standard tool bar that work the comment and uncomments? I had it working once but don't remember how I got it and I use it to clean up code by commenting it out and checking for errors and then uncommenting if…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2026-02-21T20:14:58.19+00:00
Jim Reid 20 Reputation points
commented 2026-02-22T10:32:46.6766667+00:00
Jim Reid 20 Reputation points
1 answer

Sort and group and then for each group create a descending order sort

Good Afternoon, Do you happen to have VBA code to make a sort in excel, where I first sort by a field which groups together a category, then for each category group I can sort in descending order a quantity column.

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2026-02-10T20:36:08.2466667+00:00
Jose Cerda 0 Reputation points
commented 2026-02-18T05:34:43.4533333+00:00
Susmitha T (INFOSYS LIMITED) 2,535 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

VB Object Information

I am looking for the reference information about TableLayoutPanel. Also I would like to know how to get to the VB reference manual (old mind has trouble with 2026 version, I just don't think right any more).

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 questions
asked 2026-02-15T19:49:58.25+00:00
Old Code Monkey 20 Reputation points
accepted 2026-02-15T19:51:02.41+00:00
Old Code Monkey 20 Reputation points
2 answers

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,924 questions
asked 2026-01-10T13:03:02.2966667+00:00
RogerSchlueter-7899 1,611 Reputation points
commented 2026-02-03T10:53:13.6166667+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,455 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

unable to set a form as startup object

Previously I had the 2019 and 2022 versions of VS community on my pc. After uninstalling the 2019 version, and opening my projects in the 2022 version, I was asked to update to the 4.8 framework. Ok, I set 4.7.2, done. But the project does not start…

Developer technologies | Visual Studio | Setup
Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,924 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,703 questions
asked 2022-06-23T00:37:55.25+00:00
Luigi Raffaele Sapone 21 Reputation points
commented 2026-01-28T11:25:47.2933333+00:00
Martin 0 Reputation points
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,924 questions
asked 2026-01-07T10:43:59.4733333+00:00
RogerSchlueter-7899 1,611 Reputation points
commented 2026-01-20T10:32:12.0633333+00:00
Harry Vo (WICLOUD CORPORATION) 4,750 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,924 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,924 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,610 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,924 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,924 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

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,924 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,924 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,924 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,924 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,590 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,924 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,924 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