| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Dialogs 1.0 |
mac | Tools->Developer Tools | Free |
View Detail
|
|||||||||
Dialogs allows you to automatically create dialog-boxes which conform to the Mac OS user-interface, without any scripting and without tedious step-by-step creation in FaceSpan. Dialogs also offers advice about how to correctly obey the rules of Macintosh interfaces in your own applications, and gives examples of correct wording in, for example, alert boxes. Dialogs is a floating tool palette for FaceSpan which automatically creates alerts and about dialogs for your applications. Tags: |
||||||||||||||
| 2 | Mono Dialogs |
script | ASP NET | Free |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 3 | Filesystem Dialogs 1.2 |
windows | Software Development->Components Libraries | $67.65 |
View Detail
|
|||||||||
Filesystem Dialogs is an external library for use in Win32 (9x/ME/2K/XP) software. Its purpose is to provide the most powerful and efficient (yet easy to use), file and folder selection options and file managament tools for this session. The basic view is the Lister mode. This is the enhanced version of the explorer lister. Filesystem Dialogs features: 1. All column position/width and sorting settings are saved for EVERY application and/or you can choose to ALWAYS USE your favourite view mode! 2. Has a very hiqh quality thumbnail mode (that supports much more formats then the default Windows dialog, and display audio files too (!) Taged with ID3v2 and containing a SESC frame. 3. Drag&Drop for files/folders (you can drop files from Windows explorer onto the window too). 4. In thumbnail mode if pictures are found inside the folder, the folders neme is above the thumbs, if no picture is found its on the center (looks very good). 5. If bass.dll is found thumbnails are generated from all audio files (all file formats that BASS actually supports, or there is plugin loaded for the particular format). 6. And the most important: Has a customizable favorite folders list on the left, which serves you with one easy click always! Requirements: Delphi, VB, C++, or any developer environment that supports the stdcall calling convention. The Filesystem Dialogs component is free for non-money making use... if you are not charging for the software, then you can use Filesystem Dialogs in it for FREE! Filesystem Dialogs is available for use in your shareware and commercial software. The license types available are as follows: SHAREWARE: 50Eur Allows the usage of Filesystem Dialogs in an unlimited number of your shareware products. SINGLE COMMERCIAL: 500Eur Allows the usage of Filesystem Dialogs in a single commercial product. Tags: |
||||||||||||||
| 4 | Gtk2::Ex::Dialogs 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs is a Perl module with useful tools for Gnome2/Gtk2 Perl GUI design. SYNOPSIS use Gtk2::Ex::Dialogs ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: Gtk2::Ex::Dialogs->set_parent_window( $window ); # now popup a new dialog my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" ); if ( $r ) { # end-user thinks so } else { # end-user does not think so } # now popup a new dialog ( blocking the main loop if there is one ) new_and_run Gtk2::Ex::Dialogs::Message ( title => "Dialog Title", text => "This is a simple message" ); # now popup a new dialog ( blocking the main loop if there is one ) new_and_run Gtk2::Ex::Dialogs::ErrorMsg ( "Simple error message." ); This module provides the Gtk2::Ex::Dialogs::Message, Gtk2::Ex::Dialogs::ErrorMsg and Gtk2::Ex::Dialogs::Question classes to the main application while setting the initial defaults to those specified upon using Gtk2::Ex::Dialogs. Tags: |
||||||||||||||
| 5 | Ortus Shell Dialogs 1.51 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
Get access to the Microsoft® Windows® shell dialogs & wizards from within your applications using this component package! Ortus Shell Dialogs is a component package for the Borland® developer community containing 12 shell dialog & wizard wrapper components. A context sensitive component help file is included. Here are some key features of "Ortus Shell Dialogs": · Use the TOrtusShellControlPanel to display the control panel or one of the control panel aplets. · Use the TOrtusShellAbout, TOrtusShellOpenWith, TOrtusShellNewShortcut, TOrtusShellBrowseComputer, TOrtusShellBrowseFolder, TOrtusShellRun, TOrtusShellExitWindows, TOrtusShellDiskFull, TOrtusShellFormatDisk, TOrtusShellProperties and TOrtusShellOrganizeFavorites to launch the corresponding shell dialog. This personal edition has no limitations but you may NOT use it for any commercial or business purpose. If you want to create royalty free commercial applications with this software you will have to purchase a commercial license. Tags: |
||||||||||||||
| 6 | Ortus Shell Dialogs 1.5 |
windows | Software Development->Delphi Tools | Free |
View Detail
|
|||||||||
Ortus Shell Dialogs is a component package for the Borland® developer community containing 12 shell dialog & wizard wrapper components. A context sensitive component help file is included. - Use the TOrtusShellControlPanel to display the control panel or one of the control panel aplets. - Use the TOrtusShellAbout, TOrtusShellOpenWith, TOrtusShellNewShortcut, TOrtusShellBrowseComputer, TOrtusShellBrowseFolder, TOrtusShellRun, TOrtusShellExitWindows, TOrtusShellDiskFull, TOrtusShellFormatDisk, TOrtusShellProperties and TOrtusShellOrganizeFavorites to launch the corresponding shell dialog. This personal edition has no limitations but you may NOT use it for any commercial or business purpose. If you want to create royalty free commercial applications with this software you will have to purchase a commercial license. Tags: |
||||||||||||||
| 7 | Filesystem Dialogs 1.9.1 |
windows | Software Development->Components Libraries | $66 |
View Detail
|
|||||||||
Filesystem Dialogs is a useful comdlg32.dll compatible external library for use in Win32 (9x/ME/2K/XP) software. Its purpose is to provide the most powerful and efficient (yet easy to use), file and folder selection options and file managament tools for this session. Here are some key features of "Filesystem Dialogs": · All window/column position/size (sorting) settings are saved for EVERY application and/or you can choose to ALWAYS use your favourite dialog · Has a very hiqh quality thumbnail mode (that supports much more formats then the default Windows dialog, and displays audio files too Taged with ID3v2 and containing a SESC frame · Drag&Drop for files/folders (you can drop files from Windows explorer onto the window too) · If bass.dll is found initialized in the process space thumbnails are generated from all audio files (all file formats that BASS actually supports, or there is plugin loaded for BASS for the particular format - see http://www.un4seen.com/bass.html for details) · You can use all your existing comdlg32.dll calls, just call the FilesystemDialogs_GetOpenFileNameA-W() and FilesystemDialogs_GetSaveFileNameA-W() respectively · Implements by far the best folder selector · And the most important: Has a customizable favorite folders and recent folder list on the left, which serves you with one easy click always! Tags: |
||||||||||||||
| 8 | Aare Italian Dialogs 2.0 |
windows | Home Education->Language | $19.95 |
View Detail
|
|||||||||
At Aaresoft we are only too aware of the importance of learning Italian, be its for business, education or the sheer pleasure of being able to communicate with different people and cultures. You can learn all the words you want, but it may mean nothing if you cant actually speak the language. Aare Italian dialogs V2.0 is a kind of very convenient & high-efficient software for the native English speaker to learn Italian sentences, and provide 10 categories including 206 classical and practical sentences for the user to study. You can make settings by yourself for your study aims. And it can be played automatically on the top of the computer screen, so when you work, study and play on the computer, You will unconsciously and lightly master all kinds of skills of Italian conversation and advance your Italian communication ability. It is not a traditional and boring way to study, whats more, you can take full advantage of your time to improve study efficiency. This software holds lots of convenience and flexible function settings. By using the function settings reasonably, you can easy to learn Italian or learn English. Enjoy your studies! It is easy to set up and unload. Tags: |
||||||||||||||
| 9 | Aare German Dialogs 2.0 |
windows | Home Education->Language | $19.95 |
View Detail
|
|||||||||
At Aaresoft we are only too aware of the importance of learning German, be its for business, education or the sheer pleasure of being able to communicate with different people and cultures. You can learn all the words you want, but it may mean nothing if you cant actually speak the language. Aare German dialogs V2.0 is a kind of very convenient & high-efficient software for the native English speaker to learn German sentences, and provide 16 categories including 486 classical and practical sentences for the user to study. You can make settings by yourself for your study aims. And it can be played automatically on the top of the computer screen, so when you work, study and play on the computer, You will unconsciously and lightly master all kinds of skills of German conversation and advance your German communication ability. It is not a traditional and boring way to study, whats more, you can take full advantage of your time to improve study efficiency. This software holds lots of convenience and flexible function settings. By using the function settings reasonably, you can easy to learn German or learn English. Enjoy your studies! Tags: |
||||||||||||||
| 10 | Aare Spanish Dialogs 2.0 |
windows | Home Education->Language | $19.95 |
View Detail
|
|||||||||
At Aaresoft we are only too aware of the importance of learning Spanish, be its for business, education or the sheer pleasure of being able to communicate with different people and cultures. You can learn all the words you want, but it may mean nothing if you cant actually speak the language. Aare Spanish dialogs V2.0 is a kind of very convenient & high-efficient software for the native English speaker to learn Spanish sentences, and provide 22 categories including 447 classical and practical sentences for the user to study. You can make settings by yourself for your study aims. And it can be played automatically on the top of the computer screen, so when you work, study and play on the computer, You will unconsciously and lightly master all kinds of skills of Spanish conversation and advance your Spanish communication ability. It is not a traditional and boring way to study, whats more, you can take full advantage of your time to improve study efficiency. This software holds lots of convenience and flexible function settings. By using the function settings reasonably, you can easy to learn Spanish or learn English. Enjoy your studies! It is easy to set up and unload. Tags: |
||||||||||||||
| 11 | Aare French Dialogs 2.0 |
windows | Home Education->Language | $19.95 |
View Detail
|
|||||||||
At Aaresoft we are only too aware of the importance of learning French, be its for business, education or the sheer pleasure of being able to communicate with different people and cultures. You can learn all the words you want, but it may mean nothing if you cant actually speak the language. Aare French dialogs V2.0 is a kind of very convenient & high-efficient software for the native English speaker to learn French sentences, and provide 21 categories including 576 classical and practical sentences for the user to study. You can make settings by yourself for your study aims. And it can be played automatically on the top of the computer screen, so when you work, study and play on the computer, You will unconsciously and lightly master all kinds of skills of French conversation and advance your French communication ability. It is not a traditional and boring way to study, whats more, you can take full advantage of your time to improve study efficiency. This software holds lots of convenience and flexible function settings. By using the function settings reasonably, you can easy to learn French or learn English. Enjoy your studies! If you havent downloaded the latest version of Aaresoft, you can do so by going to the Download page. It is easy to set up and unload. Tags: |
||||||||||||||
| 12 | SystemPack Volume II: DIALOGS 1.0 |
windows | Software Development->Delphi Tools | $14.95 |
View Detail
|
|||||||||
Tags: |
||||||||||||||
| 13 | Gtk2::Ex::Dialogs::Message 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs::Message provides a simple message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Message ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::Message::parent_window = $window; # now popup a new dialog ( blocking the main loop if there is one ) new_and_run Gtk2::Ex::Dialogs::Message ( title => "Dialog Title", text => "This is a simple message" ); # now popup a somwhat useful dialog that doesnt block any main loop # but on the other side of the coin, if there is no main loop the # dialog will be completely unresponsive. new_show Gtk2::Ex::Dialogs::Message ( title => "Uhm", text => "Use when there is a main loop." ); This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple message dialog (only an "OK" button). Tags: |
||||||||||||||
| 14 | Gtk2::Ex::Dialogs::ChooseFile 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::ChooseFile::parent_window = $window; # now popup a new dialog for opening a file my $file = ask_to_open Gtk2::Ex::Dialogs::ChooseFile ( "/path/to/something" ); # ok, now we need to save (as...) a file my $save = ask_to_save Gtk2::Ex::Dialogs::ChooseFile ( "/path/to/something" ); This module provides a simple file chooser api that wraps Gtk2::FileChooser objectively. The objective is a simple ways to prompt a user to open or save a file. Tags: |
||||||||||||||
| 15 | Gtk2::Ex::Dialogs::ChoosePreviewFile 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChoosePreviewFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::ChoosePreviewFile::parent_window = $window; # now popup a new dialog for opening a file my $file = ask_to_open Gtk2::Ex::Dialogs::ChoosePreviewFile ( "/path/to/something" ); # ok, now we need to save (as...) a file my $save = ask_to_save Gtk2::Ex::Dialogs::ChoosePreviewFile ( "/path/to/something" ); This module provides a simple file chooser api that wraps Gtk2::FileChooser objectively. The objective is a simple ways to prompt a user to open or save a file. Tags: |
||||||||||||||
| 16 | Gtk2::Ex::Dialogs::Question 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::Question::parent_window = $window; # now popup a new dialog my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" ); if ( $r ) { # end-user thinks so } else { # end-user does not think so } This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple question dialog (just "NO" and "YES" buttons). Tags: |
||||||||||||||
| 17 | Gtk2::Ex::Dialogs::ErrorMsg 0.11 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Gtk2::Ex::Dialogs::ErrorMsg provides a simple error message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ErrorMsg ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::ErrorMsg::parent_window = $window; # now popup a new dialog ( blocking the main loop if there is one ) new_and_run Gtk2::Ex::Dialogs::ErrorMsg ( "Simple error message." ); # now popup a somwhat useful dialog that doesnt block any main loop # but on the other side of the coin, if there is no main loop the # dialog will be completely unresponsive. new_and_show Gtk2::Ex::Dialogs::ErrorMsg ( "Use when there is a main loop." ); This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple message dialog (only an "OK" button). Tags: |
||||||||||||||
| 18 | Easy Chinese Dialogs 3.11 |
windows | Home Education->Translation | $24.95 |
View Detail
|
|||||||||
Easy Chinese Dialogs is a very practical study tool for learning Chinese; it gathers 347 pcs dialogs from about 15 common life scenes. Scenes such as traveling, shopping, making calls, greetings and so on. The software presents the content of Chinese dialogs and English dialogs showing on screen by the way of playing small slides, as well as reading Chinese aloud to let you study Chinese dialogs at your spare time. The shown screen volume only occupies a small place of computer screen,so you can still remember the dialogs at the time when you are reading news or Blogs. Whats more, the software also includes a delicate reading tool which you can use to read the Chinese compositions compounded by you from different places. A mini English-Chinese dictionary is prepared for use. Please dont be hesitate anymore because it is really a very nice study assistant for you to strength your ability of Chinese Dialogs. Tags: |
||||||||||||||
| 19 | Easy Japanese Dialogs 3.11 |
windows | Home Education->Translation | $24.95 |
View Detail
|
|||||||||
Easy Japanese Dialogs is a very practical study tool for learning Japanese; it gathers 245 pcs dialogs from about 15 common life scenes. Scenes such as traveling, shopping, making calls, greetings and so on. The software presents the content of Japanese dialogs and English dialogs showing on screen by the way of playing small slides, as well as reading Japanese aloud to let you study Japanese dialogs at your spare time. The shown screen volume only occupies a small place of computer screen,so you can still remember the dialogs at the time when you are reading news or Blogs. Whats more, the software also includes a delicate reading tool which you can use to read the Japanese compositions compounded by you from different places. A mini English-Japanese dictionary is prepared for use. Please dont be hesitate anymore because it is really a very nice study assistant for you to strength your ability of Japanese Dialogs. Tags: |
||||||||||||||
| 20 | Easy Russian Dialogs 3.11 |
windows | Home Education->Translation | $24.95 |
View Detail
|
|||||||||
Easy Russian Dialogs is a very practical study tool for learning Russian; it gathers 376 pcs dialogs from about 15 common life scenes. Scenes such as traveling, shopping, making calls, greetings and so on. The software presents the content of Russian dialogs and English dialogs showing on screen by the way of playing small slides, as well as reading Russian aloud to let you study Russian dialogs at your spare time. The shown screen volume only occupies a small place of computer screen,so you can still remember the dialogs at the time when you are reading news or Blogs. Whats more, the software also includes a delicate reading tool which you can use to read the Russian compositions compounded by you from different places. A mini English-Russian dictionary is prepared for use. Please dont be hesitate anymore because it is really a very nice study assistant for you to strength your ability of Russian Dialogs. Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
