API Newbie



Guys,

I am new to API programming. I am trying to write the information of a
property page of a file to another file.

For instance, the property page of a file has the information already
filled in by the user within a program that they used. I want to copy
some of the fields to another file (property page).

The software we are using is Inventor (similar to AutoCAD). From what
I understood, the software is making the APIs available for use, but I
don't know how to access it.

Do I have to write the codes to access the API's (to get it to list
the API) or can I use the object browser in Visual Basic. It seems
that the API listed are not that much if I use the object browser in
Visual Basic. I am reading that the APIs are made available. Any help
would be appreciated.

Do I take the approach of writing it within the program or outside of
it? You can see the details of the property page through windows
explorer by right clicking it.

Btw, the Inventor software has a Visual Basic Editor and Macros built
inside.


Thanks,
Tony

.



Relevant Pages

  • Re: API Newbie
    ... I'm guessing you are referring to API functions of the vendor's DLLs. ... > the API) or can I use the object browser in Visual Basic. ... the Inventor software has a Visual Basic Editor and Macros built ...
    (microsoft.public.vb.general.discussion)
  • how to paste win api declare text into code editor
    ... Im migrating from vb6 to .NET and I´m having some dificulty to use the new ... SystemParametersInfo, or anyy others API), I use API Viewer to get the text ... Now it seems that I must use object browser to do the ... object browser to have reference to WIN API? ...
    (microsoft.public.vsnet.ide)
  • Re: Capture key while form is not in focus
    ... You can use VB's key code constants in API calls because they have the same ... Press F2 to bring up Object Browser, then search for "vbkey" or ...
    (microsoft.public.vb.general.discussion)
  • Re: use a DLL created in Visual Foxpro 9 in VB6 sp5
    ... So VB Can Access method with '_'? ... I just Tried to open the dll with Object Browser and I am able to see all ... What other API have you used that did this? ...
    (microsoft.public.vb.general.discussion)
  • Re: HTML Help
    ... Thanks for the codes! ... > ByVal dwData As Long) As Long ... API has always been more reliable than SendKeys. ... >>> The vb template puts some api calls for the Help menu. ...
    (microsoft.public.vb.enterprise)