An object-oriented programming language developed by Microsoft that can be used in .NET.
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
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
A set of technologies in the .NET Framework for building web applications and XML web services.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
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.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.