Microsoft Access 2010 Bible
Chapter 27: Using the Windows Application Programming Interface 953 Although not strictly necessary, the GetCommandLine wrapper ...
Part IV: Professional Database Development 954 The return value is the length of the returned string. Like GetWindowsDirectory, ...
Chapter 27: Using the Windows Application Programming Interface 955 dwPlatformID is a long integer representing the platform on ...
Part IV: Professional Database Development 956 GetUserNameA The GetUserNameA function retrieves the name of the user currently l ...
Chapter 27: Using the Windows Application Programming Interface 957 RetVal = _ apiGetComputerName(ComputerName, NameSize) If Ret ...
Part IV: Professional Database Development 958 RetVal = apiGetDriveType(PathName) Select Case RetVal Case DRIVE_UNKNOWN DriveTyp ...
Chapter 27: Using the Windows Application Programming Interface 959 case sensitive, and whether the volume supports file-based c ...
Part IV: Professional Database Development 960 RetVal = _ apiGetSystemDirectory(ReturnBuffer, BufferSize) GetSystemDirectory = _ ...
Chapter 27: Using the Windows Application Programming Interface 961 The window’s handle is passed as an argument, and the functi ...
Part IV: Professional Database Development 962 Alias “SetWindowTextA”( _ ByVal hwnd As Long, _ ByVal lpszCaption As String) As L ...
Chapter 27: Using the Windows Application Programming Interface 963 Although many vendors still use application-specific .ini fi ...
Part IV: Professional Database Development 964 IniPath = CurrentProject.Path & “\” Filename = IniPath & “TEST.INI” Secti ...
Chapter 27: Using the Windows Application Programming Interface 965 GetProfileStringA GetProfileStringA is very much like GetPri ...
Part IV: Professional Database Development 966 Dim lenPath As Integer Dim IniPath As String IniPath = CurrentProject.Path & ...
Chapter 27: Using the Windows Application Programming Interface 967 Summary In this chapter, you’ve gotten a look at how you can ...
...
969 CHAPTER Object-Oriented Programming with VBA IN THIS CHAPTER Getting acquainted with object-oriented programming Looking at ...
Part IV: Professional Database Development 970 Note In the lexicon of object-oriented programming, a class is a code element tha ...
Chapter 28: Object-Oriented Programming with VBA ................................................................ 971 You can wr ...
Part IV: Professional Database Development 972 Defining objects with class modules You define an object by the code in a class m ...
«
46
47
48
49
50
51
52
53
54
55
»
Free download pdf