VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code snippet retrives the name of your networked computer by using API function.

Yeolekar Nitin Padmakar - EBG India Pvt Ltd  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Wed 9th January 2002   Mon 8th February 2021

This code snippet retrives the name of your networked computer by using API function.

API Declarations


Private Declare Function GetComputerName Lib "kernel32" Alias "GetComputerNameA" (ByVal lpBuffer As String, nSize As Long) As Long

Rate This code snippet retrives the name of your networked computer by using API function. (1(1 Vote))
This code snippet retrives the name of your networked computer by using API function..bas

This code snippet retrives the name of your networked computer by using API function. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters