Showing posts from August, 2021 Show All

[VB] Run the file with the path available in the .ini file

For VB.NET, the following Module can be used: Module modINI Private Declare Unicode Function WritePrivatePro…

[VB] Registry Operations

A central hierarchical database used in Microsoft Windows Operating System to store information that is necessary …

[VB] Write Byte Array to a text file

The following VB.NET program shows how to write the content of a Byte Array into a Text file. Byte is an immutab…

[VB] Start and Kill Processes

The following VB.NET program allows to start multiple calculator applications and later it kill the same instances…

[VB] Operating System Information

The following VB.NET program retrieves the current operating system information like version and platform identifi…

[VB] Tips Start with windows

Hi mọi người, thủ thuật này không phải mới với một số người, nhưng lại là chập chửng mới bắt đầu hiểu về thủ thuậ…

Top