Main > Free Download Search >

Free wab file software for windows

wab file

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1326
WabMail 1.0

WabMail 1.0


WabMail can open a Windows Address Book file and will display the e-mail addresses that this address book contains more>>
Sometimes, you just quickly have to get a list of all the e-mail addresses in your address book.
This can happen, for example, when you are configuring an anti-spam tool and you want to put all the addresses from your address book in the ?white list?, so that the e-mails coming from your friends certainly won?t be marked as spam.
WabMail will make this task much easier for you because it can open a Windows Address Book file (with the wab-extension, hence the name) and will display the e-mail addresses that this address book contains.
Main features:
- A function to instantly open the default address book, the address book that Outlook Express uses, so you don?t need to browse to it manually.
- WabMail allows you to rapidly copy all the currently displayed addresses to the Clipboard.
- If you also want to get a list of other fields in the address book (such as the phone number), you can start the Windows Address Book Export Tool from within WabMail. This tool can export an address book to a file. Normally, there?s a ?bug? in this tool that prevents it from also exporting the subfolders in the address book, but WabMail will take special measures to work around this.
- WabMail is a small and fast program that does what it?s supposed to do, nothing more, nothing less. It?s also very simple, so you normally don?t need any help to use the program.
Note: Free for non-commercial use
<<less
Download (116KB)
Added: 2005-03-11 License: Freeware Price:
1733 downloads
Food File 1

Food File 1


Analyze the nutritional content of foods and count the calories you consume. more>>

Food File 1 is a program for people paying attention to what they eat. It is particularly useful for those following a diet for health or weight loss reasons. Food File is a free food database and calorie counter for 1000s of food products. Searching the database is as simple as typing in the food you are looking for--the software will display a list of matching foods as quickly as you type. You can also refine the search by selecting one or more of the 24 food categories.

Selecting a food displays the proportion of fat, protein, and carbohydrate contained, as well as total calories and more detailed nutritional information. Also displayed are various 'food facts' that will assist people following diets that restrict certain kind of foods, such as low fat, low carbohydrate (Atkins/South Beach) or low sodium diets.

<<less
Download (4.6MB)
Added: 2005-10-16 License: Freeware Price:
875 downloads
vbWab 1.0

vbWab 1.0


vbwab is a quick implementation of wjwab.dll for getting data from a wab (windows address book) and loading the data into an mdb more>>
vbwab is a quick implementation of wjwab.dll for getting data from a wab (windows address book) and loading the data into an mdb vbWab is a quick implementation of wjwab.dll for getting data from a wab (windows address book) and loading the data into an mdb.
vbWab also contains the complete vb project (with dao access to the db), and of course the wjwab.dll in its original package.
vbWab has by default some mdb files useful for testing.
System requirements:
- ms vb 6.0 runtimes (including data access) for running the exe,
- ms visual basic 6.0 sp5 for the code
<<less
Download (159KB)
Added: 2007-06-22 License: Freeware Price:
856 downloads
X-File 3.7

X-File 3.7


X-File is a file manager for fast and powerful file managing. Almost all func... more>> X-File is a file manager for fast and powerful file managing. Almost all function has its keyboard shortcut. So you can work too fast. X-File has many useful interfaces and functions Windows Explorer doesn.t have as a expert file manager. Manages Archive (ZIP, ARJ, RAR, ACE) file, Advanced renaming tool, manage descri`ption, Join files, and so on.<<less
Download (718KB)
Added: 2002-11-21 License: Freeware Price: Free
2535 downloads
 
Other version of X-File
X-File 3.7X-File has many useful interfaces and functions Windows Explorer doesnt have as a expert file ... Manages Archive (ZIP, ARJ, RAR, ACE) file, Advanced renaming tool, manage description, Join
License:Freeware
Download (718K)
1727 downloads
Added: 2000-12-07
i.File 0.3

i.File 0.3


i.File is a file manager for Linux written for the the Windows refugees more>>
i.File is a file manager for Linux written for the the Windows refugees that are arriving in Linux only to find that the state of the user interface is rather poor. I personally somewhat fall into this catagory, although more as a power user than the average Joe.
Both the leading file managers for KDE and Gnome are well... not to put too fine a point on it: crap. There are just not ready for everyday use by normal people, because of the untold number of bugs in the usability and function that are STILL there 3 years after they first infested Linux desktops.
Not that this project will start off any better, but my hope is that itll end far more successfully than the aforementioned software. Currently i.File is targetted at other developers in an attempt to get some help with bringing it up to speed. Enough of the basic code layout and implementation is done so that the user can see how things should work. And now its just time to fill in the blanks and bust those bugs.
Enhancements:
- Added a "Show Hidden" option on the toolbar. And the architecture was so well written it automatically puts all the newly visible folders into the tree view. And removes them when you switch it off. I seriously thought I would have to write code to make that work and the first time I tried it I sat that a bit aghast... "that... was... coooool!". No extra coding required. And obviously I then went into geek convulsions, repeatedly showing and hidding file in my home directory to "experience" the coolness of not having to write code over and over and over...
- Fixed browsing to the desktop in the folder view screwing up the folder tree with lots of duplicate "desktop" folders.
- Added a specific folder icon for hidden folders.
- Added support for resolving name conflicts when moving and copying files around. If the source and dest are the same when copying then it auto generates a new files name along the lines of "Copy of ...." and when the src and dest are different it puts up a conflict dialog to ask whether to replace, rename, skip or cancel. Its all still a little rough but its better than silently blatting the dest file eh!
- Added support to pass in an initial directory on the command line.
- Fixed ::OnBrowse to select the directory in the tree view, scroll to it if its off the page and list the files instead of leaving the file pane blank.
- Fixed the right click file menu to cache all the mimetype->application lookups so that it can populate the "Open with..." menu quickly after the first time. (The is an LGI fix).
- Added proper cancel functionality to the search feature. The controls disable while searching and then reenable when the search ends. In the mean time the search button turns to a cancel button. Any search results found before the cancel button is pressed are displayed anyway.
- Made the mount and umount commands display their output if they fail. Usually its a helpful error message.
- Made the umount command move off the drive in question to release the handle to it so that umount can actually work.
- Ive greatly simplified the handling of new nodes. When you create a file or directory by copying/moving or whatever that even has to be seen by all the views of that parent directory so that it can be added into the view. This used to be complicated system of passing events through node refs to their UI. And never seemed to work reliably, so I ditched that and made the application object the main collector of events. There is now a function called "OnNewNode" in the AppWnd that receives all new node events and passes them out to the various views in the system. Each view looks at the node and sees whether its relevant to its display and either discards the event or adds a new NodeRef into its display.
- Added drag and drop target support to the folder tree view.
- Fixed some things in the network neighbourhood / smb support. Firstly it now finds the master browser all by itself which means it even has a chance of working on a machine other than mine (*hide in shame*) and also Ive changed the process of looking up the network shares to use the rpc command instead of the smbclient which cant handle share names longer than 12 characters. The rpc command is limited to 127 characters. In the event that the rpc command doesnt work it tries the smbclient command as a fall back.
- Fixed some crashes and memory corruptions in the node and ref code when copying and moving files around. All hail valgrind!
- Ive batched the mime typing results together into blocks so that they dont generate a message per file. This takes the load off the message passing engine of the GUI which on non Win32 platforms is usually crap. Especially X11 which has absymal message passing throughput.
- Added support for viewing entry permissions, owner and group.
- Added support for changing an entries permissions.
- Added support for seeing the status of files under version control. Currently only subversion is supported but it would be trivial to add CVS support as well.
- Added CVS status support as well. Made the version control state lookup threaded to keep to the UI snappy. It look like this, the blue icons are unmodified files under version control, the red icons are modified files.
- Fixed the progress bar to work with greater than 2gb files during copy operations.
- Fixed the size of folders in the properties window. Also fixed it for 64 bit safeness for the GB sized folders.
<<less
Download (342KB)
Added: 2006-01-17 License: Freeware Price:
1384 downloads
WWW File Share 1.40

WWW File Share 1.40


WWW File Share is a software which can help you share files with your friends all around the world. more>>
WWW File Share is a software which can help you share files with your friends all around the world. What you need to do is to specify the path which contains files you want to share (for example: "d:\song" or "e:\"), then press "Start" button, a service will start on your computer and your computer become a server, you can stop this service anytime. Then your friends can visit your computer and download files via browser (IE/Netscape/Opera/etc.). Yes, that is, they do not have to install this software if they just want to download files from your computer. This version is freeware, no backdoor, no spyware, no banners, no pop-up, just free.
<<less
Download (500K)
Added: 2002-10-18 License: Freeware Price: $0.00
2596 downloads
wbmp File Generator 1.33

wbmp File Generator 1.33


Utility to convert or create wbmp files used in WAP pages. Allows to have opened all windows which are wished.Opens this images files formats: JPG, GIF, BMP and WBMPWorks with Clipboard functions: Cut more>>
Utility to convert or create wbmp files used in WAP pages. Allows to have opened all windows which are wished.Opens this images files formats: JPG, GIF, BMP and WBMPWorks with Clipboard functions: Cut, Copy, Paste, Delete and Select Converts to Gray Scale or Black and White, using 4 algorithms: Floyd-Steinberg, Burke, Stucky or JarvisChanges image size. Allows to edit the image point to pointImports images from NewMaster and PrintMaster.
<<less
Download (2037K)
Added: 2000-12-12 License: Freeware Price:
1930 downloads
File List 1

File List 1


File List is an innovative and versatile utility which opens a directory and writes all the file names to a text file. more>>

File List 1 is an innovative and versatile utility which opens a directory and writes all the file names to a text file. Could be used for This bundle should include blah blah blah Saving you time rather than writing it all out. Doesn't seem like it would come in handy. But trust you it will.

<<less
Download (1KB)
Added: 2006-06-24 License: Freeware Price:
289 downloads
File Sort 1

File Sort 1


File Sort is a must-have tool which helps you organizes a messy folder by moving files based on rules. It is especially useful for organizing the contents of folders that contain very many files of various kinds. more>>

File Sort 1 is a must-have tool which helps you organizes a messy folder by moving files based on rules. It is especially useful for organizing the contents of folders that contain very many files of various kinds.

<<less
Download (107.5KB)
Added: 2005-11-13 License: Freeware Price: $0.00
downloads
Dawn 5.4 Build 5402

Dawn 5.4 Build 5402


It recognizes a plethora of information stored in many address books, from nickname to pager number more>>
If you have ever wanted to switch E-Mail programs or even simply use that WordPerfect address book in Outlook Express you have no doubt been put off by being forced to retype every single address by hand. Well, retype no more.
Dawn Version recognizes a plethora of information stored in many address books, from nickname to pager number. Aside from converting, you can display addresses onscreen and edit any or all information in each record and each operation is described in detail in the online help included with the package.
Dawn works with the following programs:
- Becky! versions 2.00.08)
- Corel WordPerfect Address Book 8.x
- Eudora versions 3.0, 4.3, 5.0, 5.1, and 5.2
- ExecMail / Simeon
- Internet Explorer / Outlook Express
- Windows Address Book (WAB) 4.0 - 6.0
- Juno 2.0 - 5.0
- Mozilla
Netscape 3.0 - 7.0
- MS Outlook 98 / 2000 / 2002 -- Outlook 97 not supported
- Opera versions 5.1, 5.2, 6.0, 7.0
- Palm support through Palm Desktop (read only)
- Pegasus Mail versions 3.12b, 4.01
- Pine (PC and UNIX)
- Other programs which can use/import/export LDAP/LDIF, vCard (VCF), Comma Separated Value (CSV), plain text, one per line or comma separated formats or store addresses in a text file suitable for extraction
<<less
Download (849KB)
Added: 2007-01-24 License: Freeware Price:
1051 downloads
 
Other version of Dawn
Dawn 5.3 (final)(WAB), Outlook 98/2000/02/03, Palm Desktop, Juno, WordPerfect Address Book 8.x, Eudora 3.x
Price: $0.00
License:Freeware
Download (676KB)
642 downloads
Added: 2008-03-02
Dawn 5.2Book (WAB), Outlook 98/2000/2002, Palm Desktop, Simeon, ExecMail, Juno, Corel WordPerfect ... per line or comma separated formats or store addresses in a text file
License:Freeware
Download (648KB)
639 downloads
Added: 2008-02-19
Dawn 5.1 Beta 2read and write the default Windows Address Book(WAB/Outlook Express) without need to export
License:Freeware
Download (556K)
3212 downloads
Added: 2001-01-20
The File.exe 1.1

The File.exe 1.1


It can help you keep track of child visitation, spousal support, and telephone contact. It is free, and so are minor changes that you may want. The custody laws are always changing, and it is a good i more>>
It can help you keep track of child visitation, spousal support, and telephone contact. It is free, and so are minor changes that you may want. The custody laws are always changing, and it is a good idea to keep track of anything that you can, just in case.
<<less
Download (228K)
Added: 2000-10-25 License: Freeware Price:
3311 downloads
DKS File Cryptor

DKS File Cryptor


encrypts & decrypts personal files more>> DKS File Cryptor allows for the easy encryption and decryption of all your personal files. Encrypt and decrypt files of any type.
DKS File Cryptor does not change a size and date of encoded files.If the user enters wrong key, the encrypted file will be decoded but its content will be invalid.
<<less
Download (685k)
Added: 2008-11-07 License: Freeware Price:
433 downloads
NKTWAB 2.1.0

NKTWAB 2.1.0


An ActiveX object to access WAB with an easy & clean interface more>>
Nektra WAB is a useful and reliable component that allow you access Windows Address Book from any different languages that supports ActiveX.
It can help you develop any contact oriented application faster and with a better programming interface.
After researching for a long time we were able to release NKTWAB V2.0, the first SDK that let you access WAB, that supports folders and groups.
This component is the youngest brother of our OEAPI and is growing up into a powerful programming tool.
Main features:
General
- NKTWAB let you access WAB objects from any language.
- All the functionality is implemented in a COM object.
- A demo application written in Visual Basic is included in the package.
- Outlook style interface.
Contacts
- Browse contacts.
- Add / Remove contacts.
- Modify contacts.
Groups
- Browse folders.
- Add / Remove groups.
- Add / Remove contacts to / from a group.
Folders
- Browse folders.
- Add / Remove folders.
- Add / Remove contacts to / from a folder.
- Add / Remove groups to / from a folder.
Version restrictions:
- 30 days
<<less
Download (264KB)
Added: 2007-05-17 License: Freeware Price:
891 downloads
 
Other version of NKTWAB
NKTWAB 2.0.1NKTWAB is an ActiveX object to access WAB with an easy & clean interface. NKTWAB 2.0.1 - Nektra ... NKTWAB is an ActiveX object to access WAB with an easy & clean interface. You can use it from your
License:Freeware
Download (246KB)
1353 downloads
Added: 2006-02-09
NKT WAB 2.1.0

NKT WAB 2.1.0


NKTWAB is an ActiveX object to access WAB with an easy & clean interface. You can use it from your favourite language: C#, VB, Delphi, Fox, Java, Python, Perl and a lot more. more>>
NKTWAB is an ActiveX object to access WAB with an easy & clean interface. You can use it from your favourite language: C#, VB, Delphi, Fox, Java, Python, Perl and a lot more. Develop your own software for import, export and synchronize contacts with Outlook Express.

Enhancements: Added support for Windows Vista

<<less
Download (282.04KB)
Added: 2009-07-31 License: Freeware Price:
downloads
PS File Renamer 1

PS File Renamer 1


PS File Renamer brings a userfriendly, secure and reliable file renaming application. more>>

PS File Renamer 1 brings a userfriendly, secure and reliable file renaming application. Files in a directory can be renamed by using combinations of original filename/extension, numbering or custom text. You can also find/replace part of a filename. Files to be renamed can be filtered by file extension if required.

<<less
Download (285.5KB)
Added: 2006-04-22 License: Freeware Price: $0.00
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5