Top "Vb.net" questions

Visual Basic.

How do I create a comma delimited string from an ArrayList?

I'm storing an ArrayList of Ids in a processing script that I want to spit out as a comma delimited …

c# vb.net parsing
How to clear exisiting dropdownlist items when its content changes?

ddl2 populates based on ddl1 selected value successfully. My issue is the data that is already present in ddl2 does …

asp.net vb.net data-binding sqldatasource html-select
How to write Unicode characters to the console?

I was wondering if it was possible, in a console application, to write characters like ℃ using .NET. When I try …

c# .net vb.net console-application
The name does not exist in the namespace error in XAML

Using VS2012 working on a VB.NET WPF application. I have a simple MusicPlayer tutorial app I am using to …

wpf vb.net xaml visual-studio-2012
How to check if an object is a certain type

I am passing various objects to a subroutine to run the same process but using a different object each time. …

.net vb.net object drop-down-menu object-type
Windows Application has stopped working :: Event Name CLR20r3

I developed an applicatin using Visual Studio.Net 2008 Team System with Infragistics Net Advantage Tools 2010.3 and made a Setup Exe …

.net vb.net invalidoperationexception
Reference to a non-shared member requires an object reference occurs when calling public sub

I have a Public Class "General" in which is a Public Sub "updateDynamics". When I attempt to reference it in …

vb.net public-method object-reference
How to append one DataTable to another DataTable

I would like to append one DataTable to another DataTable. I see the DataTable class has two methods; "Load(IDataReader)" …

c# .net vb.net datatable
Single Form Hide on Startup

I have an application with one form in it, and on the Load method I need to hide the form. …

c# vb.net winforms
lists and arrays in VBA

I am extremely new at writing in VB.NET, and I did not even realise that there was a significant …

arrays vb.net list vba sortedlist