Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb.net

What is the difference between IEditableObject and IRevertibleChangeTracking?

How do I create a Shared Code project (.shproj)

Calling a Sub and returning a value

vb.net visual-studio

How to generate OAuth 2 Client Id and Secret

Get Component's Parent Form

c# vb.net winforms components

What makes it so that not every event is available in the designer, and how can I quickly generate handlers in C# like in VB.NET?

Conversion from type 'DBNull' to type 'String' is not valid

asp.net vb.net string dbnull

Automatically "upgrade" user settings from previous version of app.config file?

Why are some Microsoft languages called "visual"? (Visual C#, Visual Basic .NET, Visual C++)

c# c++ .net vb.net

How do I add a reference to a Shared Code project (.shproj) from another project

c# .net vb.net visual-studio

Replace string values in list

c# vb.net linq

Trying to change the Border Color of a label

Difference between BackgroundWorker and System.Threading.Thread

c# vb.net multithreading

Compiling a .vbproj or .csproj project file without Visual Studio

Stopping onclick from firing when onclientclick is false?

Clickable URL in a Winform Message Box?

What is the VB.NET equivalent to C#'s 'using' block

c# vb.net

Dynamically invoke properties by string name using VB.NET

vb.net reflection invoke

What's the equivalent VB.NET syntax for anonymous types in a LINQ statement?

Why use TryCast instead of DirectCast?

vb.net casting