Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [vb.net]

Visual Basic.NET (VB.NET) is a multi-paradigm, managed, type-safe, object-oriented computer programming language. Along with C# and F#, it is one of the main languages targeting the .NET Framework. VB.NET can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework. DO NOT USE this tag for VB6, VBA or VBScript questions.

vb.net
0 votes
0 answers
13 views

How to refresh ComboBox from bindinglist to bindingsource in vb.net

I'm Trying to refresh ComboBox from bindinglist to bindingsource in vb.net but it didn't work Is there something wrong with my code ? whether it can be reset via bindingsource or bindinglist or with ...
dlaksmi's user avatar
  • 47
-1 votes
0 answers
59 views

Why does my project try to reference a file path that I cannot find anywhere in the folder?

I'm building an application in C# using VS 2017. I keep getting an error "Could not find file 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\FlowMotionRelations.txt'" ...
mygrandclarity's user avatar
0 votes
0 answers
22 views

Remove/Disable some installed printers from print dialog

Is it possible to remove/disable some installed printers when the print dialog is show? from the photo below, i want to disable/remove the cutepdf writer. I can accessed the printer names but I cant ...
Bubbles's user avatar
  • 107
-1 votes
0 answers
21 views

how to monitor a bunch of items in a listbox and delimiter.. see specifics i keep at it but [closed]

define a string to the left side of the delimiter : as stringA1 define a string to the right side of the delimiter: as stringb1 do this for all of the items in listbox1, then define the left side of ...
dave fac's user avatar