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 SkipVought 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. tibberous

    Getting permission denied error when trying to open a file

    Using a very simple line: open (DATEI, ">test.txt") or print ("Can not open file : $!"); Test.txt does not exist, I'm trying to create it. Program returns: Can not open file : Permission denied And the folder has 777 permissions. I even tried setting the GID and UID bytes - doesn't change...
  2. tibberous

    Need the real top of the Form

    Never mind, got it. Form1->Height - Form1->ClientHeight Thanks
  3. tibberous

    Need the real top of the Form

    I went back over the problem I was having and realized I had asked for the wrong thing. My problem is not that I need the Forms top, but rather that I need my objects top to start at the top of the window and not right after the title and menu bars. Alternatively, I just need to know the height...
  4. tibberous

    Need to know when the clipboard has changed / regex

    I am writing a screen reader, not that there is much to write. I imported the DirectSS activex control and twenty minutes later I was up and running. There are a couple things I need to do though. First, I need to be able to get the clipboard contents whenever something is copied to it. I think...
  5. tibberous

    Need the real top of the Form

    I need to know where the top of the window is, but Form->Top gives me the top of the window plus the height of the title bar and menu bar. Anyone know how I can either get the get the top of the window or find the height of the title bar and menu bar?
  6. tibberous

    Dragging around an image

    Well, I got it working, but not with anything built in. Basically I use the mouse down event to store X, Y and Sender in global variables. Then I use the mouse move event to keep setting the new X and Y of the panel, with the mouse up event setting Sender to NULL. Works fine, might be the only...
  7. tibberous

    Dragging around an image

    I have a picture that I want the user to be able to drag anywhere on the form. I was thinking this was just a property somewhere, but after hours of goggling, all I was able to find is a site that wants to sell me the code! Anyone know how to just freely drag an object? Is there a way to drag...
  8. tibberous

    HELP!!! err... Loading an icon, dynamically, as a SpeedButton's glyph

    I am trying to create a button based off of an icon handle that is loaded at runtime. I can get the icon to work properly as an Image, but if I try to use it as the glyph of a speed button, it has problems with transparency. Does anyone know how to do this, with or without the VCL. Thanks...

Part and Inventory Search

Back
Top