Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VuurSnikkel

    C#'s equivalent to Delphi's "WITH"-statement.

    Hi there... I've been programming in Delphi for many years now and although I really like its development environment and underlying Object Pascal language, I think it's about time to migrate to .Net (C# mainly), since the next version of Delphi (8.0) will quite probably be the last. Besides...
  2. VuurSnikkel

    Writing a Photoshop plugin.

    Hello there... I'm looking for a way to write a Photoshop plugin using Delphi (7). Are there any Delphi SDK's available (a translated version of the C++ SDK perhaps) or is there some other way to do it? Any help would be greatly appreciated. Thanks in advance. GRTZ, (Sn)Ik.
  3. VuurSnikkel

    Using Delphi's TClientDataSet - The basics, please.

    Hello there... I'm currently programming quite a large application using Delphi 7 Enterprise and my application is also in need of a database. Since the database only needs to run on a single machine (just a local database, nothing fancy), doesn't need to be that large and/or complex and since...
  4. VuurSnikkel

    SAPI speech recognition: how to choose engine.

    Hi there ppl, I'm having difficulties choosing Windows XP's built-in speech recognition engine (Microsoft English Recognizer v5.1, which I have trained extensively) when using Microsoft's SAPI 5.1 SDK within Delphi 7 (I've already taken a look at an article put forward by Borland...
  5. VuurSnikkel

    Quick file-based (non server-based) SQL database usage.

    Hi there ppl, First things first: I'm becoming increasingly frustrated by the "handy" ways in which Delphi users are supposed to access their database. I'm currently writing a Win32 program that needs to store some information on a per project basis (each project consists of one or...
  6. VuurSnikkel

    Change content of TFrame at runtime.

    Hello there, I'm currently having trouble "switching frames" at runtime. I've got four different TFrames (as seperate files; I've added them to my project using "New Frame") and I've got a "main" form that has a TFrame on it which I want to use as the container...
  7. VuurSnikkel

    Suppress rectangle around control that has focus.

    Hello again... Let's say you've got an application that contains a couple of components. Every time you click on a certain component and it gets focus, a stippled focus rectangle will appear. Of course I want to be able to "tab" through my components and be able to select them, but...
  8. VuurSnikkel

    Always react on FormKeyDown...

    Hi there ppl... I'm having trouble getting my application to always react on a FormKeyDown-event. Let's say I've got some form and it contains an OK- and a Cancel-button. I want the form to perform the OKClick-function when I press Enter and the CancelClick-function when I press Escape. The...

Part and Inventory Search

Back
Top