Buscar en Recursos vb o en la web
Listado M
Funciones - Listado M
Comparaciones Api's Visual Basic .Net
Listado de funciones . Enviado por: Sebastián Andrés Perdomo ( seba123neo )
M
vb6
Private Declare Function MoveWindow Lib "user32" Alias "MoveWindow" (ByVal hwnd As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Long) As Long
vb.net
Private Declare Function MoveWindow Lib "user32" (ByVal hwnd As Integer, ByVal x As Integer, ByVal y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal bRepaint As Integer) As Integer
vb 6
Private Declare Function MsgWaitForMultipleObjects Lib "user32" Alias "MsgWaitForMultipleObjects" (ByVal nCount As Long, pHandles As Long, ByVal fWaitAll As Long, ByVal dwMilliseconds As Long, ByVal dwWakeMask As Long) As Long
vb.net
Private Declare Function MsgWaitForMultipleObjects Lib "user32" (ByVal nCount As Integer, ByRef pHandles As Integer, ByVal fWaitAll As Integer, ByVal dwMilliseconds As Integer, ByVal dwWakeMask As Integer) As Integer
vb 6
Private Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
vb.net
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer)
vb 6
Private Declare Function ModifyMenu Lib "user32" Alias "ModifyMenuA" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long, ByVal wIDNewItem As Long, ByVal lpString As Any) As Long
vb.net
Private Declare Function ModifyMenu Lib "user32" Alias "ModifyMenuA" (ByVal
hMenu As Integer, ByVal nPosition As Integer, ByVal wFlags As Integer,
ByVal wIDNewItem As Integer, ByVal lpString As Object) As Integer
vb 6
Private Declare Function MessageBoxIndirect Lib "user32" Alias "MessageBoxIndirectA" (lpMsgBoxParams As MSGBOXPARAMS) As Long
vb.net
Private Declare Function MessageBoxIndirect Lib "user32" Alias "MessageBoxIndirectA" (ByRef lpMsgBoxParams As MSGBOXPARAMS) As Integer
vb 6
Private Declare Function MenuItemFromPoint Lib "user32" Alias "MenuItemFromPoint" (ByVal hWnd As Long, ByVal hMenu As Long, ByVal ptScreen As POINTAPI) As Long
vb.net
Private Declare Function MenuItemFromPoint Lib "user32" (ByVal hwnd As Integer, ByVal hMenu As Integer, ByVal ptScreen As POINTAPI) As Integer
vb 6
Private Declare Function MoveToEx Lib "gdi32" Alias "MoveToEx" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINTAPI) As Long
vb.net
Private Declare Function MoveToEx Lib "gdi32" (ByVal hDC As Integer, ByVal x As Integer, ByVal y As Integer, ByRef lpPoint As POINTAPI) As Integer
vb 6
Private Declare Function ModifyWorldTransform Lib "gdi32" Alias "ModifyWorldTransform" (ByVal hdc As Long, lpXform As xform, ByVal iMode As Long) As Long
vb.net
Private Declare Function ModifyWorldTransform Lib "gdi32" (ByVal hDC As Integer, ByRef lpXform As XFORM, ByVal iMode As Integer) As Integer
vb 6
Private Declare Sub MapGenericMask Lib "advapi32.dll" Alias "MapGenericMask" (AccessMask As Long, GenericMapping As GENERIC_MAPPING)
vb.net
Private Declare Sub MapGenericMask Lib "advapi32.dll" (ByRef AccessMask As Integer, ByRef GenericMapping As GENERIC_MAPPING)
vb 6
Private Declare Function MultiByteToWideChar Lib "kernel32" Alias "MultiByteToWideChar" (ByVal CodePage As Long, ByVal dwFlags As Long, ByVal lpMultiByteStr As String, ByVal cchMultiByte As Long, ByVal lpWideCharStr As String, ByVal cchWideChar As Long) As Long
vb.net
Private Declare Function MultiByteToWideChar Lib "kernel32" (ByVal CodePage As Integer, ByVal dwFlags As Integer, ByVal lpMultiByteStr As String, ByVal cchMultiByte As Integer, ByVal lpWideCharStr As String, ByVal cchWideChar As Integer) As Integer
vb 6
Private Declare Function MoveFileEx Lib "kernel32" Alias "MoveFileExA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal dwFlags As Long) As Long
vb.net
Private Declare Function MoveFileEx Lib "kernel32" Alias "MoveFileExA" (ByVal
lpExistingFileName As String, ByVal lpNewFileName As String, ByVal dwFlags
As Integer) As Integer
vb 6
Private Declare Function MessageBoxIndirect Lib "user32" Alias "MessageBoxIndirectA" (lpMsgBoxParams As MSGBOXPARAMS) As Long
vb.net
Private Declare Function MessageBoxIndirect Lib "user32" Alias "MessageBoxIndirectA" (ByRef lpMsgBoxParams As MSGBOXPARAMS) As Integer
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Buscar en Recursos Visual basic
Recursos visual basic - Buscar - Privacidad - Copyright © 2005 - 2009 - www.recursosvisualbasic.com.ar
Buscar en Recursos vb