VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

To Get the Name of the Display Adapter,Keyboard Type,Mouse Type from the System.ini File using API

Raghu  (22 Submissions)   Files/File Controls/Input/Output   VB 6.0   Unknown Difficulty   Sat 7th July 2001   Mon 8th February 2021

To Get the Name of the Display Adapter,Keyboard Type,Mouse Type from the System.ini File using API Functions

API Declarations


"GetPrivateProfileStringA" (ByVal AppName As String,ByVal KeyName As String,ByVal default As String,ByVal lpResult As String,ByVal lpLen
As Long,ByVal lpFileName as String) As Long

Dim kName As String
Dim dName As String
Dim mName As String

Dim kLen as Long
dim mLen as long
dim dLen as Long

Rate To Get the Name of the Display Adapter,Keyboard Type,Mouse Type from the System.ini File using API (1(1 Vote))
To Get the Name of the Display Adapter,Keyboard Type,Mouse Type from the System.ini File using API .bas

To Get the Name of the Display Adapter,Keyboard Type,Mouse Type from the System.ini File using API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters