ANN: SMInternet suite v 1.40 for Delphi


We glad to announce that today new version of SMInternet for Delphi/C++Builder is released.

SMInternet suite is a component set for internet and network:

TSMWebDirect
to find and inform you of new product news, updates/patches, technical tips,
and other announcements a-la Delphi Direct. The HTTP and FTP are supported.

TSMWebUpdater
to update any type of your software. For example, to download a latest
version or modified program or new add-ins module. The HTTP and FTP are
supported.

TSMWhoIs
to retrieve an information about domain from WHOIS-server. Unlimited list of
local servers, which you can customize, are supported for any domain
extention (.de, .fr, .ru, .uk etc)

TSMInetDateTime
to retrieve a date/time from DAYTIME-server. Useful for applications where
you want to synchronize a time

TSMUPSTracker
to track your package using UPS Online service. You can retrieve a last
state of package or list with detailed description of every step.
Note that you must have a license from UPS for such online tracking.

TSMIHTTPClient
simple client for http-server with HTTP 1.0/1.1 support. You can execute
your cgi-scripts, post or get any data, retrieve information from server etc

TSMRemoteImage
allow to display remote image (from web camera, for example) and refresh it
automatically by defined interval

TSMInfoExtractor
allow to extract any published information from remote resources. You can
retrieve a list of email addresses or links just in a few mouse clicks

TSMRemoteFiles
allow to generate site structure/tree

TSMWebDirect and TSMWebUpdater use a WinInet.dll (this standard library from
Microsoft is included in any version of Windows). Other components work via
sockets.

The detailed information and screenshots are available at
http://www.scalabium.com/sminet There you could download trial packages for
Delphi 3-6, C++Builder 3-6 and/or compiled demos.

You may use the trial version for 30 days with IDE running only. If after 30
days you would like to continue using it, then you should purshase a
license.

Online you can order a product at:
USA: http://www.regsoft.net/purchase.php3?productid=44331
Europe: https://secure.element5.com/register.html?productid=153255

If you have some questions or want to suggest some new features, don't
hesitate to contact me.

Note: each registered user of SMInternet can receive the new version
free-of-charge by personal e-mail request to mailto:update@scalabium.com
from the next week. In your request please include your reg.code and/or
order number.

--
With best regards, Mike Shkolnik
E-Mail: mshkolnik@scalabium.com
WEB: http://www.scalabium.com

Related Discussions
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
  • HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)
    This is possible using COM objects and ActiveX Server ... Don't ask how ... I'm not into COM object programming ... :o) Regards /Filip
  • HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)
    This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process. Try...
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)
    I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help... Q
  • RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)
    In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
Latest News
Submit News Form Past News
Latest Forum Entries