Search Tools Links Login

Posts by AndreaTincani

49 hits, 7 pages | Prev | Next

Form Management

Posted:2019-09-24, 340 views, filed under: Visual Basic 6

GDI32.DLL Handy Interfaces

This is a short list of handy interfaces available in GDI32.DLL, with a link to an example usage of each one.


Posted:2019-09-19, 300 views, filed under: Visual Basic 6

Get CPU Info

Using GetSystemInfo, inside of kernel32, we can get all kinds of information about the local computer. This example shows how to retrieve the description of the CPU.


Posted:2019-09-26, 461 views, filed under: Visual Basic 6

Get PDC Name

The NetGetDCName function returns the name of the Primary Domain Controller (PDC) or PDC Emulator for the specified domain.


Posted:2019-09-27, 250 views, filed under: Visual Basic 6

Get Remote Time and Date

Say you to check the time and date of a remote computer, be it a server or workstation. Here is how you do it.


Posted:2019-10-03, 310 views, filed under: Visual Basic 6

Get the List of the Active Tasks

We've already seen how you can kill a task or process, but how about getting a list of running tasks? This should fit the bill nicely.


Posted:2019-09-26, 231 views, filed under: Visual Basic 6

Get the Username of the Logged On User

This function will allow you to easily get the username of the currently logged on user.


Posted:2019-08-22, 206 views, filed under: Visual Basic 6

GPS Monitor

This program shows how to connect to a GPS receiver (wired or bluetooth via SPP outgoing connection) and decode GSV, GSA and GGA sentences of NMEA protocol, display position coordinates and satellite informations such as signal strength, satellite ID and satellites used for fix.


Posted:2019-09-06, 382 views, filed under: Visual Basic 6

49 hits, 7 pages | Prev | Next