WareSeeker Search Software

resource editor


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Resource Editor 1.0


windows Software Development->Misc Programming Tools Free
View Detail
Download Resource Editor 1.0Download Resource Editor 1.0
50 KB
Resource Editor description
Resource Editor is as its name says, a very small but useful resource editor. Resource Editor is as its name says, a very small but useful resource editor.

Despite its small size Resource Editor is highly featured and designed to meet any demands.

2

Resource Database Editor 2.1


windows Software Development->Compilers Interpreters $57
View Detail
Download Resource Database Editor 2.1Download Resource Database Editor 2.1
502 KB
Resource Database Editor will let you build EXE files that can be read by any project over any DLL. This way for example also multilingual applications could be built easily.

You can just read the strings at runtime in that language you need at the moment. But not only string, but also images, audio, video and every other type of files can be saved within the resource files and embedded at runtime (e. g. displaying of language specific videos possible).

While installing the editor also multiple example projects installed that show you the handling of the DLL file.

Embedding within C# and also Visual Basic is absolute trouble-free. Extra compiled DLL versions for the .NET Framework 1.1 and the .NET Framework 2.0 are included. This way it intergrades seamlessly into your project. If you work with .NET Framework 1.1, you only need .NET Framework 2.0 installed for the editor. Your application will further on distributed with the .NET Framework 1.1. Additionally there is an extra version (also with example project) for Visual Basic 6.

Here are some key features of "Resource Database Editor":

· No limitation of resources.
· Supporting .NET Frameworks 1.1 and 2.0 (C#, VB) as well as Visual Basic 6.
· Example projects for VB/C# 2005, VB/C# .NET and VB 6.
· Royalty free distribution of built resource database files and of the needed RDDLL.dll.
· Free e-mail support in case of problems or questions.
· Minor updates of full version for free.


Limitations:

· 14 days trial

3

Infinity Resource Editor 2.1.3


mac Games->Others Free
View Detail
Download Infinity Resource Editor 2.1.3Download Infinity Resource Editor 2.1.3
3.6 MB
Infinity Resource Editor allows you to edit the resources of Infinity Engine based games like Baldurs Gate, Icewind Dale, Baldurs Gate II: Shadows of Amn.

It features an easy to use GUI for editing the supported file types which currently are:
Items
Animations
Static Images
ID and 2DA files
Music Files
Spells
External Effects
Creatures.

Whats New in This Release:

· Updated preferences code
· Fixed several bugs
· First cross-platform release.



4

World Resource String Editor 1.15.0045


windows Software Development->Help File Tools $30
View Detail
Download World Resource String Editor 1.15.0045Download World Resource String Editor 1.15.0045
1.19MB

The World Resource String Editor is an Add-In for Visual Basic 6, with the capability to edit resource strings in the projects resource file.
The World Resource String Editor offers the following features, not available with the standard resource editor provided with Visual Basic.
Support for non western languages
The grid editor provides full support for non western languages.
5

XN Resource Editor 3.0.0.1 Build 6000


windows Software Development->File Editors Free
View Detail
Download XN Resource Editor 3.0.0.1 Build 6000Download XN Resource Editor 3.0.0.1 Build 6000
1.11 MB
XN Resource Editor description
XN Resource Editor is a free, powerful, fully featured resource editor and PE module explorer for Windows. XN Resource Editor is a powerful, highly-featured and yet free resource editor and PE module explorer for Windows.

XNResourceEditor works with all resource files (.RES) and PE modules (.EXE, .DLL, etc.) but it has special knowledge of modules written in Delphi.

It can display all the modules that comprise a Delphi program, and let you edit the properties of the components used on Delphi forms.

And unusually XNResourceEditor can modify PE modules - even if you use Windows 98!

6

Resource Database Editor 2.0


windows Software Development->Net Free
View Detail
Download Resource Database Editor 2.0Download Resource Database Editor 2.0
492 KB
With this editor it is possible to build EXE file independent resource files which can be read by any project over a DLL at runtime. Multiple example projects included that show you the handling of the DLL file. Embedding within C# and also Visual Basic is absolute trouble-free. Applicable with the NET Framework 1.1 and the .NET Framework 2.0. Extra version and example also for Visual Basic 6 included.
7

Resource Database Editor 2.2


windows Software Development->Components Libraries $79.00
View Detail
Download Resource Database Editor 2.2Download Resource Database Editor 2.2
627KB
With this editor it is possible to build EXE file independent resource files which can be read by any project over a DLL at runtime. This way for example also multilingual applications could be built easily.

You can just read the strings at runtime in that language you need at the moment. But not only string, but also images, audio, video and every other type of files can be saved within the resource files and embedded at runtime (e. g. displaying of language specific videos possible).

While installing the editor also multiple example projects installed that show you the handling of the DLL file.

Embedding within C# and also Visual Basic is absolute trouble-free. Extra compiled DLL versions for the .NET Framework 1.1 and the .NET Framework 2.0 are included. This way it intergrades seamlessly into your project. If you work with .NET Framework 1.1, you only need .NET Framework 2.0 installed for the editor. Your application will further on distributed with the .NET Framework 1.1. Additionally there is an extra version (also with example project) for Visual Basic 6.

Features at a glance:
- No limitation of resources.
- Supporting .NET Frameworks 1.1 and 2.0 (C#, VB) as well as Visual Basic 6.
- Example projects for VB/C# 2005, VB/C# .NET and VB 6.
- Royalty free distribution of built resource database files and of the needed RDDLL.dll.
- Free e-mail support in case of problems or questions.
- Minor updates of full version for free.
8

Resource Localizer 2.1


windows Software Development->Misc Programming Tools $25.00
View Detail
Download Resource Localizer 2.1Download Resource Localizer 2.1
2152K
Do you use always Microsoft Visual C++ for localization your resource script? Do you translate several times the "Cancel" button? Do you have problem to synchronize other languages when you change primary language resource script? Resource Localizer is the ideal solution for you!

Resource localizer is a powerful tool for easy and user-friendly localization resources to any of languages installed on your computer. This program is designed not only for programmers but also for translators without programming experience.
You can translate your program with your resource file (*.rc) only, you dont need neither source code nor header files. Resource localizer is not resource editor, in the program is not possible to add any resource items. This program allows you to change resource items in target language only. It is possible to create new resource file, create new language section in existing resource file or merge new resource items with existing.
The program saves your time by amalgamation all occurrences of the same words or sentences, so you can translate all things only once. You can see every occurrence of the word at his really place (dialog, menu) and you can adapt the meaning of the word to the best translation.

9

XML::DB::Resource


linux Programming->Libraries Free
View Detail
Download XML::DB::ResourceDownload XML::DB::Resource
0.004 MB
XML::DB::Resource is a Wrapper class for documents or document fragments.

SYNOPSIS

$resource = $collection->getResource($id);
$id = $resource->getId();
$xml = $resource->getContent();
$resource->setContent($xml);
$collection->storeResource($resource);
$parentColl = $resource->getParentCollection();

This is an abstract class implementing the Service interface Database from the XML:DB base specification. It should only be used indirectly, as superclass for a specific Resource type. The only current example is XMLResource.


10

Joomla Resource


script PHP Free
View Detail
Download Joomla ResourceDownload Joomla Resource
Joomla resource offers Joomla components, modules, templates, addons and more. With a Help forum and support free Joomla! Tutorials, were here to support your resource needs.
11

Resource 4.1


windows Business Finance->Personal Info Managers $21.00
View Detail
Download Resource 4.1Download Resource 4.1
5851K
The booking program Resource is a booking system/booking program to administer resources in an easy, efficient and professional way in the Windows environment. The system can handle all types of resources such as; persons, equipments, rooms, cars etc. This makes it easy to adapt the program for Your business without any larger changes. Resource is very usable for both small and large companies and administrations and can be used for personal planning, hotel bookings, rental, lending, leasing, room reservations, etc. You will very quickly get started with Resource because of its easy-to-use interface. The program is developed in cooperation with ordinary users. For the more advanced user there are several powerful built-in functions to facilitate the daily work.

12

Resource Builder 2.6.4


windows Software Development->Compilers Interpreters $49.50
View Detail
Download Resource Builder 2.6.4Download Resource Builder 2.6.4
2.83 MB
Resource Builder description
Create, edit and compile RC scripts to build resource files Need a simple, powerful and fast resource file builder? With Resource Builder you can create, edit, compile and merge RC scripts to build new resource files (.res) fast. Import resources from existing WIN32 executables and 32-bit/16-bit resource files (RES, DCR).

Resource Builder is a very useful full-featured resource editor for Windows.

Extract, update and modify any resources in 32-bit executables (EXE files) and libraries (DLL and other files). Edit images and create dialog windows with Visual Dialog Builder. Save any resource item from your RC script to a specified file.

Resource Builder supports JPEGs and can perform graphics conversion to and from BMP, CUR and ICO files. You can also adjust image sizes and quality to
get the results you want. Since the program supports DFM (Delphi forms), you can view and edit Delphis and C++Builders forms in simple text format.

This feature is especially valuable because Resource Builder comes with own text editor that supports syntax highlighting and search-and-replace function. Resource Builder is very well equipped and comes with editors for bitmap, icons, cursors, string table, menu, accelerators, dialogs and version info. HTML and XML support makes Resource Builder a natural choice for any project that might involve web integration.

Finally, the program also allows updating resources in existing executable modules. Plus, files can be compiled both with console or command line, which is great for bulk processing.

Conveniently, files can be added by dragging and dropping or with windows clipboard.

Here are some key features of "Resource Builder":

· Working with RC script and RES files with complete support for Unicode RC files and Unicode resource data
· Importing resources from files of various formats
· Patching and updating resources in executable files
· Advanced features in working with graphic resources
· WYSIWYG Dialog Editor
· Supporting the DFM format (forms in Delphi and C++ Builder)
· Supporting the HTML and XML formats
· Built-in compiler and command line interface


Limitations:

· 30 days trial

13

Resource Tuner 1.99


windows Software Development->File Editors $39
View Detail
Download Resource Tuner 1.99Download Resource Tuner 1.99
2.05 MB
Resource Tuner is an advanced visual resource editor for 32 bit Windows executable files which gives users the power to quickly browse and modify executable file resources from within the file.

Resource Tuner is an resources editor and modifier , and can also extract icons.

With Resource Tuner you can view, extract, edit, modify, translate, or repair the resources contained within 32 bit Windows executable files with the click of a button.

Resource Tuner offers a thorough look at all of the resources (bitmaps, jpeg, png, xml, icons, strings, etc) in the file, and allows you to make modifications without needing to recompile the source code.

It also allows you to edit the properties of any controls on Delphi forms within the PE file. Because Resource Tuner has itself been written using Delphi, theres a very strong emphasis on peeking inside Delphi applications and packages.

Each element of the user interface - dialog boxes, menus, icons, pictures, toolbars, string tables and more are right at your fingertips. Resource Tuner can handle a variety of different PE ("portable executable") file types: EXE, DLL, SYS, MSSTYLE, CPL, OCX, SCR and more.

Support is provided for nearly every type of resources imaginable. Using XP Visual Style Manifest Wizard, you can now incorporate Windows XP Visual Style into your application.

The wizard inserts an XML application manifest into the resource section of the executable, allowing your legacy application to take advantage of the slick new look for common controls featured in Windows XP.

Here are some key features of "Resource Tuner":

· Support is provided for nearly every type of resources imaginable. The only one that can work with PNG, XML, Image Lists, and Type Library.
· Working with a variety of different file types: EXE, DLL, ActiveX controls, MSSTYLES, SCR and other win32 executables.
· Browsing and viewing resources as text, image or raw data.
· Extracting a resource as a graphic image file (*.bmp, *.gif, *.jpeg, *.ico, *.cur, etc.) and Borland VCL images (ImageList & Bitmap), a media file (*.avi, *.wav), a resource script file (*.rc), a Delphi VCL form file (*.dfm), or a compiled resource file (*.res), respectively.
· Option to create backup files.
· Customizing the general, view and logging settings.
· Saving multiple resources at once. You will be prompted to check the types of resources to save.
· Resource optimizing, error checking and repairing automatically performed when opening a file.
· XP Visual Style Manifest Wizard to insert an application manifest into the resource section.
· Support for custom plug-ins to perform any startup processing. Resource Tuner ships with the UPX Unpacker plug-in.
· A resource editing solution you can use NOW!
· This is the fastest, most powerful, and easiest-to-use resource editor for Windows.
· You can completely customize any program you own.
· Now you can open files compressed with UPX even without knowing that: your file will be unpacked automatically!
· Easy way for your legacy application to take advantage of the slick new look for common controls featured in Windows XP.
· You can navigate easily through the DFM forms and objects and view their contents (Image Lists, Strings List, Glyphs, Bitmaps).
· Using the Plug-in API, you can write your own custom startup processing plug-in for Resource Tuner.


Limitations:

· 30 days trial.

14

Resource Tuner Console 1.61


windows Software Development->File Editors $199.00
View Detail
Download Resource Tuner Console 1.61Download Resource Tuner Console 1.61
2.3 MB
This command-line resource editor automates editing of resources in large numbers of Windows 32 and 64-bit executable files and makes resource editing easier and faster. It allows using VBScript, and creates a repeatable process for updating and customizing resources during the final stage of the build process. RTC fully supports Unicode and enables you to edit strings, add multiple languages, stamp file versions, swap icons, bitmaps, and more.
15

Resource Localizer 2.3


windows Software Development->Misc Programming Tools $25
View Detail
Download Resource Localizer 2.3Download Resource Localizer 2.3
1.90 MB
Do you use always Microsoft Visual C++ for localize your resource script? Do you translate several times the Cancel button? Do you have problem to synchronize other languages when you change primary language resource script? Resource Localizer is the ideal solution for you!

Resource Localizer is a powerful tool for easy and user-friendly translation of resource scripts (*.rc) to any language installed on your computer.
Resource Localizer allows you to create new target language resources or to merge with existing resources items.

Resource Localizer allows you to save target language resources to new resource file or to create a new language section in an existing resource file.

Limitations:

· You are free to evaluate Resource Localizer for a period of 30 days before you are required to register the program.

16

PHP Resource Index


script PHP Free
View Detail
Download PHP Resource IndexDownload PHP Resource Index
PHP Resource Index offers hundreds of PHP related resources divided into categories such as Complete Scripts, Functions and Classes, Documentation, Community and more.
17

Resource Localizer 2.4


windows Software Development->File Editors $25.00
View Detail
Download Resource Localizer 2.4Download Resource Localizer 2.4
1.9 MB
Resource localizer is a powerful tool for easy and user-friendly localization resources to any of languages installed on your computer. This program is designed not only for programmers but also for translators without programming experience. You can translate your resource file (*.rc) only, you dont need neither source code nor header files.
18

Resource Builder 2.3.3


windows Software Development->Misc Programming Tools $99
View Detail
Download Resource Builder 2.3.3Download Resource Builder 2.3.3
1866K
Need a simple, powerful and fast resource file builder? With Resource Builder you can create, edit, compile and merge RC scripts to build new resource files (.res) fast. Import resources from existing WIN32 executables and 32-bit/16-bit resource files (RES, DCR). Extract, update and modify any resources in 32-bit executables (EXE files) and libraries (DLL and other files). Edit images and create dialog windows with Visual Dialog Builder. Save any resource item from your RC script to a specified file.
Resource Builder supports JPEGs and can perform graphics conversion to and from BMP, CUR and ICO files. You can also adjust image sizes and quality to get the results you want. Since the program supports DFM (Delphi forms), you can view and edit Delphis and C++Builders forms in simple text format. This feature is especially valuable because Resource Builder comes with own text editor that supports syntax highlighting and search-and-replace function. Resource Builder is very well equipped and comes with editors for bitmap, icons, cursors, string table, menu, accelerators, dialogs and version info. HTML and XML support makes Resource Builder a natural choice for any project that might involve web integration.
Finally, the program also allows updating resources in existing executable modules. Plus, files can be compiled both with console or command line, which is great for bulk processing.
Conveniently, files can be added by dragging and dropping or with windows clipboard.
19

Aquest Resource Directory


script ASP NET Free
View Detail
Download Aquest Resource DirectoryDownload Aquest Resource Directory
Manage your own ASP.Net resource directory with unlimited nested catagories, and unlimited resources. Customize the setup of each catagory, such as changing the information displayed, star icons, number of stars, and more. Free, no time limit Trial Version available for download.
20

NetMedia Resource 2.0


windows Network Internet->Other $9
View Detail
Download NetMedia Resource 2.0Download NetMedia Resource 2.0
809 KB
NetMedia Resource is a useful program that have collected lots of media information(radio,tv etc.) from Internet, you can offline browser them, and do not open the webpages again and again.

Here are some key features of "NetMedia Resource":

· Collect All BBC Radio(www.bbc.co.uk)
· Collect All Shoutcast Radio(www.shoutcast.com)
· automatically renew radio list


Limitations:

· 9 days

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search