Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

Detecting Enter keypress on VB.NET

vb.net

Get last 5 characters in a string

vb.net

x=x+1 vs. x +=1

Why does a VB.Net function that returns string only actually return a single character?

vb.net syntax

Is replacing an optional parameter with overloads a breaking change?

Is there UI-independent Point struct in .NET?

c# .net vb.net struct

Select either a file or folder from the same dialog in .NET

Where is ${basedir} located, using NLog?

c# .net vb.net logging nlog

Any sense to set obj = null(Nothing) in Dispose()?

How to find the main() entry point in a VB.Net winforms app?

.net vb.net winforms

DataTable: How to get item value with row name and column name? (VB)

vb.net datatable

What are the most important functional differences between C# and VB.NET?

c# vb.net comparison

The item was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter

Is .( ever legal in C# or VB.Net?

c# vb.net syntax

What optimization hints can I give to the compiler/JIT?

c# .net vb.net optimization

Visual Studio delay between multiple startup projects?

Code regions not allowed within method bodies in VB.NET?

c# .net vb.net code-regions

How do I validate email address formatting with the .NET Framework?

.net vb.net validation email

Get the current date and time

vb.net winforms

VB.net Need Text Box to Only Accept Numbers

vb.net textbox numbers