Top "Vb.net" questions

Visual Basic.

Reading PDF content with itextsharp dll in VB.NET or C#

How can I read PDF content with the itextsharp with the Pdfreader class. My PDF may include Plain text or …

c# vb.net pdf itextsharp
What is the C# version of VB.net's InputDialog?

What is the C# version of VB.net's InputBox?

c# vb.net
How to launch another aspx web page upon button click?

I have an asp.net application, where the user would click a button and launch another page (within the same …

asp.net vb.net buttonclick
How to get ALL child controls of a Windows Forms form of a specific type (Button/Textbox)?

I need to get all controls on a form that are of type x. I'm pretty sure I saw that …

c# .net vb.net winforms controls
IsNothing versus Is Nothing

Does anyone here use VB.NET and have a strong preference for or against using IsNothing as opposed to Is …

vb.net nothing
Fastest way to add an Item to an Array

What is the fastest way to add a new item to an existing array? Dim arr As Integer() = {1, 2, 3} Dim newItem …

arrays vb.net dynamic-arrays
Converting a character code to char (VB.NET)

I'm able to convert a character to its corresponding character/ASCII code using "Asc(CHAR)". What can I use to …

vb.net character-encoding ascii character character-codes
VB.NET Switch Statement GoTo Case

I am writing some code in VB.NET that uses a switch statement but in one of the cases it …

vb.net switch-statement goto
Strip double quotes from a string in .NET

I'm trying to match on some inconsistently formatted HTML and need to strip out some double quotes. Current: <input …

c# .net vb.net
Exception of type 'System.OutOfMemoryException' was thrown.

I got the following problem Description: An unhandled exception occurred during the execution of the current web request. Please review …

asp.net vb.net out-of-memory