Desktop Functions: Smart Device Functions:
|
Search Results for "Run" in [All]odbc321: SQLAllocStmt
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
Private Shared Function SQLAllocStmt(ByVal connectionHandle As IntPtr, <Runtime.InteropServices.Out()> _ 2: SQLConnect
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
/// source name in *ServerName is truncated to BufferLength1 minus the length of a null-termination character. </param>
/// the driver description in *Description is truncated to BufferLength2 minus the length of a null-termination character.</param>
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
<Runtime.InteropServices.Out()> ByRef pbcConnStrOut As Short, ByVal fDriverCompletion As Short) As Short
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 6: SQLFetch
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 7: SQLFreeStmt
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ 8: SQLGetData
<Runtime.InteropServices.DllImport("odbc32.dll")> _
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _ wintrust10: WinVerifyTrust
using System.Runtime.InteropServices;
ProviderUnknown = 0x800b0001, // Trust provider is not recognized on this system wininet11: InternetDial [System.Runtime.InteropServices.DllImport("Wininet.dll")]
using System.Runtime.InteropServices;
<System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
<System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
'sBuffer = System.Runtime.InteropServices.Marshal.AllocHGlobal(dwBufferLength)
MsgBox("1st Party: There was an error: Code " & CStr(System.Runtime.InteropServices.Marshal.GetLastWin32Error()))
MsgBox("There was an error: Code " & CStr(System.Runtime.InteropServices.Marshal.GetLastWin32Error())) user3217: AnimateWindow
Imports System.Runtime.InteropServices To get an animation to run in reverse, to say, animate the window closing use some thing like: The AW_HIDE will make any of the animations run in reverse. 18: ClipCursor
[System.Runtime.InteropServices.DllImport("user32.dll")] 19: CloseClipboard where you had to run the SetDataObject function twice for it to work. On the first 20: CopyIcon CopyCursor reference will fail at runtime, according to documentation it is a macro: 21: CreateDesktop If you come across this error "System.Runtime.InteropServices.MarshalDirectiveException: Cannot marshal 'parameter #6': Invalid managed/unmanaged type combination (this value type must be paired with Struct).", you may want to use 22: CreatePopupMenu
[System.Runtime.InteropServices.ComRegisterFunctionAttribute()]
[System.Runtime.InteropServices.ComUnregisterFunctionAttribute()] 23: CreateWindowEx
using System.Runtime.InteropServices;
[System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential)]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.In] ref RECT lprcFrom,
[System.Runtime.InteropServices.In] ref RECT lprcTo);
[System.Runtime.InteropServices.DllImport("user32.dll", SetLastError = true)]
[System.Runtime.InteropServices.DllImport("user32.dll", SetLastError = true)]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[StructLayout(System::Runtime::InteropServices::LayoutKind::Sequential)] 25: DrawMenuBar
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 26: EnableMenuItem
<DllImport("user32.dll", CallingConvention:=Runtime.InteropServices.CallingConvention.Cdecl)> _
<DllImport("user32.dll", CallingConvention:=Runtime.InteropServices.CallingConvention.Cdecl)> _ 27: EnumChildWindows
Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 29: EnumDesktops
<Runtime.InteropServices.DllImport("user32.dll")>
using System.Runtime.InteropServices; using System.Runtime.InteropServices; Imports System.Runtime.InteropServices 32: FlashWindow
.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(fwi) 33: FlashWindowEx
.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(fwi) 34: GetAsyncKeyState
Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 36: GetComboBoxInfo
cbi.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(cbi);
cbi.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(cbi) 37: GetCursor
<System.Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> _
using System.Runtime.InteropServices; 38: GetCursorPos
<System.Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> _
return ApplicationState.Running;
return ApplicationState.NotRunning; 40: GetGUIThreadInfo
using System.Runtime.InteropServices; 41: GetIconInfo
<System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="GetIconInfo")> _
Public Shared Function GetIconInfo(ByVal hIcon As System.IntPtr, ByRef piconinfo As ICONINFO) As <System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.Bool)> Boolean
using System.Runtime.InteropServices; 43: GetKeyboardState
using System.Runtime.InteropServices;
using System.Runtime.InteropServices; Imports System.Runtime.InteropServices
using System.Runtime.InteropServices; 44: GetLastError
Use Runtime.InteropServices.Marshal.GetLastWin32Error() 45: GetMenu out Pointer to the buffer that receives the NULL-terminated string. If the string is as long or longer than lpString, the string is truncated and the terminating NULL character is added. If lpString is NULL, the function returns the length of the menu string. in Specifies the maximum length, in characters, of the string to be copied. If the string is longer than the maximum specified in the nMaxCount parameter, the extra characters are truncated. If nMaxCount is 0, the function returns the length of the menu string. 46: GetMenuItemCount
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 47: GetMenuString out Pointer to the buffer that receives the NULL-terminated string. If the string is as long or longer than lpString, the string is truncated and the terminating NULL character is added. If lpString is NULL, the function returns the length of the menu string. in Specifies the maximum length, in characters, of the string to be copied. If the string is longer than the maximum specified in the nMaxCount parameter, the extra characters are truncated. If nMaxCount is 0, the function returns the length of the menu string. 48: GetSystemMenu
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")]
[System.Runtime.InteropServices.DllImport("user32.dll")] 49: GetThreadDesktop
Imports System.Runtime.InteropServices
Imports System.Runtime.InteropServices
wpTemp.Length = System.Runtime.InteropServices.Marshal.SizeOf(wpTemp) 52: HandleRef
//At this point the GC can run and 53: HideCaret Imports System.Runtime.InteropServices 54: IntPtr An IntPtr is a pointer to a memory location (unmanaged) that adapts to the platform it is running on (64-bit, etc.) UNLIKE a standard int/Integer. You should always use this type for unmanaged calls that require it, even though an int will appear to work on your development machine. 55: IsCharLower using System.Runtime.InteropServices; 56: IsIconic using System.Runtime.InteropServices;
MessageBox.Show( "Already one instance is running......." );
Application.Run(new Form1());
// Check for running instance 57: IsWindow [<System.Runtime.InteropServices.DllImport("user32.dll", CharSet=System.Runtime.InteropServices.CharSet.Auto)>] 58: IsWindowVisible [<System.Runtime.InteropServices.DllImport("user32.dll", CharSet=System.Runtime.InteropServices.CharSet.Auto)>] 59: keybd_event
RUN('NOTEPAD.EXE')
using System.Runtime.InteropServices;
Imports System.Runtime.InteropServices
Imports System.Runtime.InteropServices 60: LoadCursor Imports System.Runtime.InteropServices Cut off search results after 60. Please refine your search. |