Since 2000, we have been working on ActiveX grid control and have many satisfied customers. The control is still supported, but the main problem we and our customers face recently is 64 The bit ver
Tag: VB
VB.NET – TreeView’s root node is copied
I have the following problem. I am using TreeView to populate the XML tree, which contains the items checked in the TreeView. Basically everything is working fine, except every time I fill in the X
Get the location of the installed application VB.NET
I published an application on vb.net. Users will be able to install the application anywhere on the computer (or maybe not where they choose, but the default location is Where). How can I programma
[VB.NET TIPS] Tips for basic data types
1. Type character
Sometimes it is necessary to directly add the type character to specify the type clearly. The commonly used type characters are listed below< /p> Type Character Short S
How to solve System.TypeInitializationException is unprocessed in VB.NET?
I created a vb.net console application when I run the source code and it works fine. But when I run the executable file, it throws a message like “System. TypeInitializationException unhandled” exa
[VB.NET TIPS] start and termination
When executing a VB.NET application, the CLR will translate IL into x86 instructions and look for a method named Main.
And execute the program from this method. The Main method is also called the
VB.NET – ODP.NET ORA-12154 A TNS error occurs only as a service run
I am writing a service in VB.NET, using ODP.NET to continuously log data to Oracle DB
The application was originally designed as a basic Written in a Windows Forms application, but when I por
VB.NET image mask is smooth along the edge
Hey all I want to make my image look beautiful and smooth (anti-aliasing) by using a mask, in order to make a circular image, as shown below: The original image looks like this:
The mask of
VB.NET – How do I determine if the char is A-Z letter?
How do I determine if the letters are in the range of A-Z or numbers 0-9? We received some corrupted data “I_999Š=ÄÖÆaðøñòòñ”.
I thought I could use Char.IsLetterOrDigit(“Š”) to identify the
Understand compressed files in VB.NET
Can someone help me solve the problem of how to decompress the zip file in VB.Net?
Use “Imports Shell32” for instant messaging
From the above article:
Sub UnZip()
Dim sc As New S