Bagaimanakah cara memindahkan layout keyboard (misalnya dari english ke arabic atau sebaliknya) melalui pengkodean Visual Basic 6.0? Berikut solusinya:'------------------------------------------------------------------------------- 'http://khoiriyyah.blogspot.com...
Showing posts with label Keyboard. Show all posts
Showing posts with label Keyboard. Show all posts
Monday, December 10, 2012
VB6 Code - Merubah Keyboard Dari Inggris Ke Arab
READ MORE - VB6 Code - Merubah Keyboard Dari Inggris Ke Arab
Labels:
Keyboard
Friday, June 8, 2012
Menonaktifkan Keyboard dan Mouse - BlockInput
Option Explicit Private Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) As Long Private Sub Command1_Click() Timer1.Enabled = True BlockInput True End Sub 'Gunakan kode di bawah, agar komputer Anda tidak usah di restart Private...
Monday, May 28, 2012
Mengetahui Keyboard Yang Sedang Digunakan
Di bawah ini merupakan procedure untuk mengetahui keyboard yang sedang digunakan.Option Explicit Private Declare Function GetKeyboardLayout Lib "user32" (ByVal dwLayout As Long) As Long Private Declare Function GetWindowThreadProcessId Lib "user32"...
Labels:
Keyboard
Friday, December 30, 2011
Get GetKeyboardLayout language from a thread
Option Explicit 'Get GetKeyboardLayout language from a thread 'Original code by Gringo Man Private Declare Function GetKeyboardLayout Lib "user32" (ByVal dwLayout As Long) As Long Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal...
Labels:
Keyboard
Sunday, April 4, 2010
VB6 Code - Memeriksa Bahasa dari Keyboard Digunakan
Di bawah ini merupakan procedure VB6 untuk mengetahui bahasa dari keyboard yang sedang digunakan.Option ExplicitPrivate Declare Function GetKeyboardLayout Lib "user32" (ByVal dwLayout As Long) As LongPrivate Declare Function GetWindowThreadProcessId...
Labels:
Keyboard
Subscribe to:
Posts
(
Atom
)