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.
137,366 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Boolean result from hashtable with another Boolean
I have some inherited code that has something in it I have never seen, do not understand and can't find anything about. Essentially it is: Dim h As Hashtable Dim a As ... vb.net hashtable
Code4Cash
- 3
Problem converting C# programming language to vb .net
I have a piece of code in C # that I converted to Visual Basic, but unfortunately I can not convert part of this code to Visual Basic and I have not been able to do so even using online converters. I ... c# vb.net textbox converters
vahid Araghi
- 125
Add a specific character after each character in a new string [closed]
I was wondering if I can create a new string that adds a specific character (.) after each old character. I thought I could use a For Loop but I'm not sure... var str = "ABCD"; //old string..... c# asp.net .net vb.net visual-studio
GJS
- 1
If statement not moving to the next item
I am working on a side project in VB, it is a network monitoring tool to pings a number of devices which should come back as successful or failed. I have extreme limits in programming so forgive me. I ... vb.net
MurrDur
- 1
What is the equivalent DateAndTime.DateAdd in C#
I have an old code written in VB.Net and I am trying to convert it into c#. I am stuck on DateAndTime.DateAdd conversion for c# DateAdd(DateInterval.Month, -1, Now).ToString("MMM") This is ... c# vb.net vb.net-to-c#
rabner casandra
- 21
from textboxes to listview or datagridview - vb.net
Hi guys,please help me, When i click the Button "Pay" i just want to Insert the value of the textbox to Listview or Datagridview this is the sample of that i want to be the rusult of ... .net vb.net
Mark Xuckerberg
- 1
Create WPF TreeView from array
I am struggling with this and hope someone can help me solving. I have an array of string that are directories. This is an example of my array: c:\temp\freigabe c:\temp\ftptest c:\temp\ftptest\testen ... c# wpf vb.net treeview
MUnna
- 19
(VB.NET) How To Make a Label Blink, But Be On longer than Off For Easier Reading?
I want a warning label (which is an image with text on it) to be on say for 800ms then blink off for 200ms rather than just the standard same interval for on/off. There are other labels and I need ... vb.net winforms timer
Mike
- 31
Reading a text file in binary mode in vb.net
I am reading a text file in vb.net using binary mode but it is ignoring the spaces while reading from the files. Below is the snapshots of the code: Dim hInFile As Integer hInFile = ... vb.net
shubham
- 1
Wrap text to new line in DataGridview cell
Good afternoon! The DataGridView column has the following text: Title (Dep) programmer (IT infrastcomcture) programmer (IT infrastcomcture) System Administrator(IT infrastcomcture) programmer (IT ... vb.net datagridview
Lider13
- 41
Save the transformed document (the output of the xml/xsl transformation) in a html file on disc
I write code in visual basic (visual studio, Windows Forms Applications), transforming an XML file through an XSL file using: ?xml-stylesheet type="text/xsl" href="XSL.xsl"?, and ... html xml vb.net xslt
kapopoulos john
- 51
How to create null SQL parameter for a UniqueIdentifier?
While doing If Me.Id_Padre Is Nothing Then comandoSQL.Parameters.Add("@Id_Padre", SqlDbType.UniqueIdentifier).Value = DBNull.Value Else comandoSQL.Parameters.Add("@Id_Padre"... vb.net
Tom TeCi
- 3
Nested Classes sharing data
I have a winform program and a Dll that stores nested classes. One of these is a Permissions class, that basically acts as a permissions director for what can be used by whom in either the winform or ... vb.net winforms
user1500403
- 501
VB.NET: The process cannot access the file 'filename' because it is being used by another process
I should add a list of files into a ZIP. Procedure code is like this Sub CreateZip Dim FileList As New ArrayList 'List of File Paths to be added to the ZIP For Each path in FileList ... vb.net io synchronization
mr anto
- 23
system.invalidoperationexception: collection was modified; enumeration operation might not execute. VB.NET
We have a gridview on which there is a delete command as shown below. While deleting we are getting this error: system.invalidoperationexception: collection was modified; enumeration operation might ... asp.net vb.net
Sheik Umair
- 1
153050per page