|
ANN: EMS MySQL Manager: NEW tool for MySQL administration...
EMS HiTech company is announcing the NEW software MySQL Manager --
A Powerful MySQL Administration and Development Tool!
Related Discussions - HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- DISABLE WINDOWS SPOOL (2001-01-18 23:14:49)You don't need to turn off the spooler service to print to a specific port ...:o)
The spooler is a service and may be stopped with a service...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- ERASING A LINE ON MOUSE MOVE, RIGHT AFTER IT WAS DRAWN. (2001-01-20 03:54:09)Another way : Paint your line in "not" style... To erase it, just repaint it in "not" style. That's one way used by Paint Shop Pro, and it's very...
- IP SPOOFING (2001-01-22 12:08:36)The IP address is added to the header of your message at
your ISP's SMPT server. There is a product out that is
essentially a "built-in" SMPT...
- DOES ANYONE KNOW OF A GOOD MAILSERVER? (2001-01-23 08:51:38)This component allows you to send mail without even having
an ISP mail server:
TSmtpRelay Server v.1.14 By Legitima Software.
The...
- APPLICATIONS IN FRAMES? (2001-01-26 11:21:47)Take a look at http://www.euromind.com/iedelphi/ie5tools.htm
They show how to create IEDeskbands. This is what you need
to create something like...
- HOW TO GET ACCESS TO A COMPUTER OVER LAN? (2001-02-02 07:36:08)The operating system is Windows 98.
I think I have some folders on which I have access, if you mean that by "connectable shares"
But how can...
- LOOP TO GET NEXT ACTIVE APP IN WINDOWS Z-ORDER? (2001-02-02 13:08:47)If you find SysTray or Program Manager, pass the handle of the SysTray or Program Manager to the GetWindow function
with the GW_HWNDNEXT uCMD...
- MACRO SUBSTITUTION (2001-02-05 07:28:27)Macro substitution can not be performed in Delphi without
using a 3rd-party scripting tool. Clipper handled this
because it wasn't entirely...
|