API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Visual Basic
Remove
Platform
Any
License
Any
Thanks. Does GemBox allow one to use all the VBA functions/commands available in MS Excel ? For example, would I be able to create UserForms, and use the following commands: MsgBox, InputBox, and...
My apologies. To receive the donation, please leave an email address to conatct you at, or a Paypal email address one. I will make the payment immediately upon having the question answered
hi,
I am creating an API using PHP and XML. I have been a API which is already in existence, but created for another client. But I want to use the same API commands in my new API that i am...
Hi All
I trying to write an automation script to screen scrape a 3rd Party VB6 application.
I am having difficulty trying to enter in data in an ActiveX Masked Edit Control (textbox).
When I...
Hi,
I've the same problem.
Were you abel to solve it.
If yes, can you drop an email to somic@libero.it
Many thanks in advance.
Somic
Hello everyone,
I would like to share an exciting data-visualization component that our team has built for Microsoft Visual Basic 6. I apologize if this sounds like an advert, but my sole aim here...
Hi, Does anyone know how to get & set network settings via the WINAPI ?
Or any other way for that matter,..I want to change IP, gateway etc on specific network connections. Any help would be...
gr_out.DrawImage(bm_in, corners)
picCanvas.Image = bm_out
Hi
My first idea would be to use an API function in order to get the 'Handle' of the other program (simultaneously running) from which you would like to grab info.
Concerning API function I...
This code clicks a radio option button and the form appears to update, but the program I'm sending the message to doesn't respond as though the selection has changed:
FHandle = IntPtr.Zero
Do...
Hey,
Does anyone know how to specify the structure packing of VB.NET's structures? I have a program which calls API functions that require structures and everything should work, but it doesn't....
: Thanks. According to the documentation on MSDN, the handle to the
: registry key should be returned in hKey. The return value of the
: function (lValue in my code) is supposed to be 0 if the...
how to declare the array? should I give it fixed size of 1 or change it to an IntPtr
} WLAN_AVAILABLE_NETWORK_LIST, *PWLAN_AVAILABLE_NETWORK_LIST;
typedef struct _WLAN_AVAILABLE_NETWORK {...
Hi,
Can I get text from office word document window which has class name = _WwG. I cant use VBA for this. I want to use windows API for this. And I am using VC++.NET for programming.
Thanks...
: In visual basic 6, does a program run faster when it's compiled rather than just ran with the play button within the developer studio? I'm using a program that uses getpixel API on each pixel on...
In visual basic 6, does a program run faster when it's compiled rather than just ran with the play button within the developer studio? I'm using a program that uses getpixel API on each pixel on the...
Ok sorry.
I was only trying to help.
Regards,
Dr M.
How Can i Change Windows Screen Resolution ?
is There Any API Function or Ohter Ways? (Visual Basic Or c#)
: : : How can I rename a file in a known directory (there is only going to be one file in the directory) when I will not always know the exact name of the file. Apparently the NAME statement cannot...
: Not sure what caused delay but seem to me you can use some wait API functions like WaitForMultipleObjectsEx to avoid crash. Try to search net for VB code example to use those API. I've never...