Main > Free Download Search >

Free api functions in vb software for windows

api functions in vb

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10043
Binary Functions Library 2

Binary Functions Library 2


Binary Functions Library is a kind of libraries which is able to support DLLs which expands its limitations to create robust applications. more>>

Binary Functions Library 2 is a kind of libraries which is able to support DLLs which expands its limitations to create robust applications. This library includes almost all bitwise functions you will imagine, such as Left Shift, Logical Right Shift, Arithmetic Right Shift, and many more. They are compatible with both VB and VB.NET.

This library was written completely using pure ASSEMBLY language to make the functions run as fast as possible, these functions work on 8-bit, 16-bit, 32-bit and 64-bit values. They are very useful for data encryption. Although you can derive your own functions in Visual Basic/ VB.NET, they will not run as fast as these library functions.

<<less
Download (91.6KB)
Added: 2005-12-19 License: Freeware Price:
39 downloads
Small Functions 3.02

Small Functions 3.02


An application for the professional worker. Comes complete with a clipart viewer, CD player, small functioning PIM/Notepad program. Also contains a memory manager. Includes the ability to launch appli more>>
An application for the professional worker. Comes complete with a clipart viewer, CD player, small functioning PIM/Notepad program. Also contains a memory manager. Includes the ability to launch applications from the program itself. Also includes the ability to be run without having to login with Windows 95. Program is designed to run at 800x600 at 16.7 Million colors.Requires the VB 4.0 Runtimes.
<<less
Download (50K)
Added: 1998-01-01 License: Freeware Price:
4314 downloads
Business Functions Basic Edition 1.50

Business Functions Basic Edition 1.50


A free function library for Microsoft Excel for Business Planning and Analysis more>> Business Functions Basic Edition is a free function library for Microsoft Excel with 144 functions for financial modeling, business planning, financial projections, dates, projections and discounted cashflow, function selector, help file, function finder, examples and trace facility for finding errors in function inputs.<<less
Download (6.17MB)
Added: 2008-12-02 License: Freeware Price:
329 downloads
 
Other version of Business Functions
Business Functions Basic Edition 1.49excel financial add-in. Business Functions Basic ... of the library and serves as a runtime for the entire function library
License:Freeware
Download (12.6M)
375 downloads
Added: 2008-10-20
Business Functions 1.40Business Functions is a free function library for Microsoft Excel with 550 ... finder, examples and trace facility for finding errors in function inputs
Price: $0.00
License:Freeware
Download (9.5MB)
1996 downloads
Added: 2004-06-08
Business Functions Basic Edition 1.31Business Functions Basic Edition is a free function library for Microsoft ... file, function finder, examples and trace facility for finding errors in function inputs
License:Freeware
Download (6.17MB)
592 downloads
Added: 2008-03-25
Excel Function Dictionary 2.0

Excel Function Dictionary 2.0


The Excel Function Dictionary contains over 150 examples of functions more>>
The Excel Function Dictionary contains over 150 examples of functions The Excel Function Dictionary has a database of more than 150 examples of functions.
<<less
Download (264KB)
Added: 2006-12-13 License: Freeware Price:
2031 downloads
API Monitor 1.5b

API Monitor 1.5b


A software that monitors and displays API calls made by applications. Its a p... more>> A software that monitors and displays API calls made by applications. Its a powerful tool for seeing how Windows and other applications work or tracking down problems that you have in your own applications. For each API called, it displays the Parameters, Return Value, GetLastError code and other information. It includes support to monitor undocumented NT Native API.s. Other features include an Error Lookup Tool, IOCTL Decoder. This version supports monitoring of Registry, File I/O, DLL.s, Network Management, NT Services, Processes and Thread, NT Security and WinSock API.s.
API Monitor is a software that allows you to spy and display Win32 API calls made by applications. It can trace any exported APIs and display wide range of information, including function name, call sequence, input and output parameters, function return value and more. A useful developer tool for seeing how win32 applications work and learn their tricks.
<<less
Download (319KB)
Added: 2008-01-08 License: Freeware Price: Free
1131 downloads
API to .NET Mapping Plugin

API to .NET Mapping Plugin


API to .NET Mapping Plugin maps common Win32API functions to their .NET CLR equivalents more>>
API to .NET Mapping Plugin maps common Win32API functions to their .NET CLR equivalents and helps the developer to search either MSDN online or Google for more information on either the Win32 function or its .NET counterpart.
<<less
Download (70KB)
Added: 2006-06-03 License: Freeware Price:
1262 downloads
Flashing a Forms Title Bar in VB5 1.0

Flashing a Forms Title Bar in VB5 1.0


An example of how to flash a forms title bar, using the Windows API.Requires the VB 5.0 Runtimes. more>>
An example of how to flash a forms title bar, using the Windows API.Requires the VB 5.0 Runtimes.
<<less
Download (6K)
Added: 1997-08-29 License: Freeware Price:
4453 downloads
Leaf API Hooking Solution 1.1

Leaf API Hooking Solution 1.1


hook callback function & API function variable more>>
  • When hooking an API, we need to write some kind of hook callback function and original API function variable var MessageBoxANext : function (hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; function MessageBoxACallback(hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; begin Result := MessageBoxANext(hWnd, lpText, Message From Dll, uType); end;
  • Put all of code in a dll for global API hook like this procedure DllMain(dwReason: DWORD); begin case dwReason of DLL_PROCESS_ATTACH: begin HookAPI(user32.dll, MessageBoxA, @MessageBoxACallback, @MessageBoxANext); end; DLL_PROCESS_DETACH: begin UnHookAPI(user32.dll, MessageBoxA, @MessageBoxANext); end; end; end; begin DllProc := @DllMain; DllMain(DLL_PROCESS_ATTACH); end.
<<less
Download (27k)
Added: 2008-10-28 License: Freeware Price:
431 downloads
API Generator for Visual Basic 1.1

API Generator for Visual Basic 1.1


API Generator is an advanced API Viewer that enables you to create prototypes for any VB API calls more>>
The API Generator is an advanced API Viewer that lets you to create prototypes for any VB API calls. If you have used the Microsoft API Viewer in VB6, and you are starting to work with VB. NET, the API Generator will help you to apply all your knowledge of Win API in the new environment.
I suppose, that you remember the manual extracting of the arguments and return values of the Win API functions by Microsoft API Viewer. Now you no longer need these routine procedures. Just run the API Generator, that generates all these dependencies automatically.
<<less
Download (398KB)
Added: 2007-01-16 License: Freeware Price:
1197 downloads
API Spy 2.7 2.7

API Spy 2.7 2.7


API Spy 2.7 displays detailed info. on open windows/window objects, such as handle, class name, parent, etc... and width, height, top, left, bottom, right, etc... usefull for API/window manipulation p more>>
API Spy 2.7 displays detailed info. on open windows/window objects, such as handle, class name, parent, etc... and width, height, top, left, bottom, right, etc... usefull for API/window manipulation programmers.
<<less
Download (429K)
Added: 1999-11-08 License: Freeware Price:
3723 downloads
AutoIt 3.3.2.0

AutoIt 3.3.2.0


AutoIt is a simple tool that can simulate key presses, mouse movements and window commands in order to automate any windows based task. AutoIt features a BASIC-like syntax and can be used as a general purpose scripting language. more>>
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required!
AutoIt was initially designed for PC "roll out" situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.
Features:
- Easy to learn BASIC-like syntax
- Simulate keystrokes and mouse movements
- Manipulate windows and processes
- Interact with all standard windows controls
- Scripts can be compiled into standalone executables
- Create Graphical User Interfaces (GUIs)
- COM support
- Regular expressions
- Directly call external DLL and Windows API functions
- Scriptable RunAs functions
- Detailed helpfile and large community-based support forums
- Compatible with Windows 2000/XP/2003/Vista/2008/Win7
- Unicode support
- Digitally signed for peace of mind
- Works with Windows Vistas User Account Control (UAC)
AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executables with Aut2Exe.
Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!

Enhancements: Major update

<<less
Download (7.98MB)
Added: 2009-12-18 License: Freeware Price: $0
downloads
 
Other version of AutoIt
AutoIt 3.3.0.0Directly call external DLL and Windows API functions. Scriptable RunAs functions. Detailed ... specific @error and @extended values when it fails to find a function. Fixed #669: Typo in Dec
License:Freeware
Download (8MB)
9385 downloads
Added: 2008-12-29
AutoIt 3.28a powerful language that supports complex expressions, user functions, loops and everything ... ) - COM support - Regular expressions - Directly call external DLL and Windows API functions
License:Freeware
Download (633KB)
10151 downloads
Added: 2007-11-13
License:Freeware
Download (6.84MB)
9743 downloads
Added: 2008-09-08
AutoIt 3.2.10.0keywords and functions that tell AutoIt what you want it to do. Script files are created in a ... (GUIs) - COM support - Regular expressions - Directly call external DLL and Windows API
License:Freeware
Download (6.56MB)
9905 downloads
Added: 2007-11-26
License:Freeware
Download (633KB)
9830 downloads
Added: 2007-12-28
Knotons API DivX Player 4.0

Knotons API DivX Player 4.0


An alternative for those who are tired of big fancy players with a lot of functions you never use. more>>
An alternative for those who are tired of big fancy players with a lot of functions you never use. Knotons API DivX Player is an alternative for those who are tired of big fancy players with a lot of functions you never use.
With Knotons API DivX Player you can play your favorite avi or divx files.
Main features:
- Play, Pause, Stop, Open, Help
- Increase/decrease original moviesize with 25 % up to 300 % down to 50 %.
- Of course you also can watch the movie fullscreen.
- Increase/decrease volume from 0-100 %.
- Seek to any point in the movie.
- You get movie duration as well as the current playing time.
- You now can associate supported Media Files via the Player
<<less
Download (84KB)
Added: 2007-09-25 License: Freeware Price:
759 downloads
VB Compilation Manager 1.0.6

VB Compilation Manager 1.0.6


VB Compilation Manager lets you to analize, save, and do other kind of work with your projects more>>
VB Compilation Manager lets you to analize, save, and do other kind of work with your projects.
<<less
Download (336KB)
Added: 2006-11-02 License: Freeware Price:
1116 downloads
Blogger API ActiveX 1.0

Blogger API ActiveX 1.0


Blogger API ActiveX is a free Blogger API ActiveX component for posting to blogs at blogger.com more>>
Blogger API ActiveX is a free Blogger API ActiveX component for posting to blogs at blogger.com. Can create new posts, edit posts, delete posts, and retrieve all information for each post in a blog. It also provides a general purpose Atom API for manipulating Atom feed documents.
<<less
Download (494KB)
Added: 2006-08-19 License: Freeware Price:
1191 downloads
MetaWeblog API .NET Library 1.0

MetaWeblog API .NET Library 1.0


MetaWeblog API .NET Library is a free tool that enables applications to create new blog posts, edit existing posts, etc. more>>
MetaWeblog API .NET Library is a free tool that enables applications to create new blog posts, edit existing posts, retrieve blog information, and upload media objects. Build C#, VB.NET, and ASP.NET applications with blogging capabilities.
<<less
Download (818KB)
Added: 2006-08-19 License: Freeware Price:
1187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5