SlideShare a Scribd company logo
The API Viewer allows you to browse through Declares, Constants, and Types that
are included in a Text API file or a Jet Database. Items may be copied to the
clipboard and subsequently copied to your Visual Basic code.
The API Loader includes the WIN32API.TXT text file for the Win32 interfaces.
The option to covert these to Jet Databases is provided for speed purposes: it
is much faster to display the list when opening a database then when opening
a .TXT file. You can convert the .TXT files to Jet Database files simply by
loading the .TXT file and choosing "Convert..." from the File menu.
Subsequently to converting a .TXT file to a Jet Database, you should always load
the database for the best performance.
To load an API file, select Load Text File or Load Database File from the File
menu. You can also load either a text or database file by specifying the desired
file on the command using these switches:
APILOD32.EXE [/T | /D] filname
The Dropdown at the top of the form allows you to view Constants, Declares, or
Types. By selecting an entry and choosing the Add button, you can add an item to
the Selected list at the bottom of the form.
To copy items from the selected list to the clipboard, simply choose Copy. All
of the items in the list will be copied. Subsequently you can include them in
your modules by selecting Paste from the module Edit menu. To Remove an entry
from the selected list, choose the Remove button.
Menus
-----File/Load Text File: loads a Text API file
File/Load Database: loads a Jet Database which has been created by using the
Convert Text to Database command.
File/Convert Text to Database: Creates a Jet Database with the API information.
The database will load much faster than the comparable Text file.
File/Exit: Closes API Viewer

More Related Content

PPTX
Import external data and files to SharePoint Lists & Libraries
PPT
SSIS Presentation
PPT
Actuate BIRT - library
PPTX
Moss introduction
PPTX
Introduction to asp.net
DOCX
In press checking with crossref API
PPT
Exchange Server Recovery
PPTX
Koha Cataloguing Module
Import external data and files to SharePoint Lists & Libraries
SSIS Presentation
Actuate BIRT - library
Moss introduction
Introduction to asp.net
In press checking with crossref API
Exchange Server Recovery
Koha Cataloguing Module

What's hot (20)

PDF
PPTX
Asp.net file types
PPTX
Orcid auto-update at Crossref
PDF
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
PPTX
SharePoint to SharePoint Migration Tool
PPT
ADO CONTROLS - Database usage
PPTX
RapidMiner: Word Vector Tool And Rapid Miner
PPT
Green stone
PDF
Oracle enterprise manager 12c migrate to pluggable database
PPT
Oracle reports
PPTX
Data base connectivity and flex grid in vb
PPT
4) databases
PPTX
How to create a new knowledge base collection for the oclc knowledge base if ...
PDF
Collecting and Using Funding Data Crossref
PPTX
Sharepoint 2010 Object model topology
PPT
Sharing Research Information Using RSS Feeds
PPT
PPTX
APR (Academic and Professional Record) publication data entry
RTF
Bdc Screens
PPTX
RefWorks Rss feeds
 
Asp.net file types
Orcid auto-update at Crossref
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
SharePoint to SharePoint Migration Tool
ADO CONTROLS - Database usage
RapidMiner: Word Vector Tool And Rapid Miner
Green stone
Oracle enterprise manager 12c migrate to pluggable database
Oracle reports
Data base connectivity and flex grid in vb
4) databases
How to create a new knowledge base collection for the oclc knowledge base if ...
Collecting and Using Funding Data Crossref
Sharepoint 2010 Object model topology
Sharing Research Information Using RSS Feeds
APR (Academic and Professional Record) publication data entry
Bdc Screens
RefWorks Rss feeds
 
Ad

Similar to Apiload (20)

PPT
Attachments in IBM Maximo Asset Management
PDF
Altering Drop-Down Menus for Admissions IT Service Request Form
PDF
HP ArcSight Asset Model Import FlexConnector Developer's Guide
PDF
Bdc details
PPT
Sas UTR How To Create Your UTRs Sep2009
PDF
Programming Without Coding Technology (PWCT) Environment
PPT
Depicting FCC Amateur Radio Licensees
PPT
.Net course-in-mumbai-ppt
PPT
Lotus Domino
PPTX
Data file handling in c++
PPTX
Intro to OctoberCMS
PPT
Ten Steps To Empowerment
PPTX
Getting Started with JMDWiki 4.7
PPTX
Document in mule application
PPTX
15. session 15 data binding
PPTX
15. session 15 data binding
PPT
Creating web form
PPT
Creating web form
PPTX
MS SQL SERVER: SSIS and data mining
PPTX
MS SQL SERVER: SSIS and data mining
Attachments in IBM Maximo Asset Management
Altering Drop-Down Menus for Admissions IT Service Request Form
HP ArcSight Asset Model Import FlexConnector Developer's Guide
Bdc details
Sas UTR How To Create Your UTRs Sep2009
Programming Without Coding Technology (PWCT) Environment
Depicting FCC Amateur Radio Licensees
.Net course-in-mumbai-ppt
Lotus Domino
Data file handling in c++
Intro to OctoberCMS
Ten Steps To Empowerment
Getting Started with JMDWiki 4.7
Document in mule application
15. session 15 data binding
15. session 15 data binding
Creating web form
Creating web form
MS SQL SERVER: SSIS and data mining
MS SQL SERVER: SSIS and data mining
Ad

Apiload

  • 1. The API Viewer allows you to browse through Declares, Constants, and Types that are included in a Text API file or a Jet Database. Items may be copied to the clipboard and subsequently copied to your Visual Basic code. The API Loader includes the WIN32API.TXT text file for the Win32 interfaces. The option to covert these to Jet Databases is provided for speed purposes: it is much faster to display the list when opening a database then when opening a .TXT file. You can convert the .TXT files to Jet Database files simply by loading the .TXT file and choosing "Convert..." from the File menu. Subsequently to converting a .TXT file to a Jet Database, you should always load the database for the best performance. To load an API file, select Load Text File or Load Database File from the File menu. You can also load either a text or database file by specifying the desired file on the command using these switches: APILOD32.EXE [/T | /D] filname The Dropdown at the top of the form allows you to view Constants, Declares, or Types. By selecting an entry and choosing the Add button, you can add an item to the Selected list at the bottom of the form. To copy items from the selected list to the clipboard, simply choose Copy. All of the items in the list will be copied. Subsequently you can include them in your modules by selecting Paste from the module Edit menu. To Remove an entry from the selected list, choose the Remove button. Menus -----File/Load Text File: loads a Text API file File/Load Database: loads a Jet Database which has been created by using the Convert Text to Database command. File/Convert Text to Database: Creates a Jet Database with the API information. The database will load much faster than the comparable Text file. File/Exit: Closes API Viewer