Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

How can I send an object (or pointer) from C++ .NET application to VB application

c++ vb.net interprocess

Debugging with Visual Studio 2010 and VB.NET: Immediate fails due to protection level

Set custom default CommandTimeout for all new Command Objects

Why doesn't WPF show Windows 8 style buttons in Windows 8

c# .net wpf vb.net xaml

System.Web.Globalization namespace introduced with .NET 4.6.2 conflicts at runtime with System.Globalization

asp.net .net vb.net .net-4.6.2

What use cases exist for non-static private or protected events?

c# .net vb.net

Convert vs. CType

Select Case with "Is" operator

vb.net select case

Auto update: Is this secure?

SEHException not caught by Try/Catch

.net vb.net exception seh

What happens between Application.Run and Form.Load?

c# vb.net winforms app-startup

variable is not declared it may be inaccessible due to its protection level

"Z-Index" in winforms

vb.net winforms

Is Mono's VB.Net support ready for a production site? [closed]

.net asp.net vb.net linux mono

Several Visual Studio projects are complaining that a temp file is missing and therefore cannot be opened. Error code &H80070003

Differences in LINQ syntax between VB.Net and C#

c# vb.net linq c#-to-vb.net

How to check if a Datatable is Null or Nothing

Clever Uses of .Net 2 Iterators [closed]

c# .net vb.net iterator

What is the difference between returning IList vs List, or IEnumerable vs List<Class>. I want to know which is better to return

Suppressing obsolete warnings in VB.NET

vb.net warnings obsolete