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 strongm 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: *

  • Users: majlumbo
  • Content: Threads
  • Order by date
  1. majlumbo

    Registry and FindComponent

    Do you get the access violation the first time through the for loop, last time, or every iteration through the loop? I would set a breakpoint at the line you get the AV on, and compare the actual name of the TPanel with 'Panel'+P to see if they match. Not finding the component itself won't...
  2. majlumbo

    Create and use timer within a DLL

    Does anyone know how to implement and use a timer within a DLL? I tried using the Windows API SetTimer call to create a timer, but couldn't figure out how to get the application handle, I then tried creating a TTimer, but couldn't figure out how to set the ontimer event since it needs a...
  3. majlumbo

    TrayIcon Issue

    I have a trayicon that displays when an event happens within my application, and I also have a balloon tip that comes up from it when the icon is first made visible. I also have a timer that is enabled at that point, and if the user doesn't address the issue within 10 minutes, I redisplay the...
  4. majlumbo

    Enterprise Manager Configuration with ORCL SID

    I have attempted several times, using DBCA, to create an oracle database with SID of ORCL. I select to configure Enterprise Manager, however I always get an error informing me that EM could not be configured. DBCA finishes creating the DB, and I can connect without problem through SQLPlus. I...
  5. majlumbo

    SAPI assign method to onWord Event

    I've been playing with the text to speech - SAPI. I want to attach a method to the spVoice.onWord event, but cannot figure out how to assigned the defined spVoice1Word procedure to this event. spVoice1Word is defined as procedure TForm1.SpVoice1Word(ASender: TObject; StreamNumber...
  6. majlumbo

    Searching Text with wildcard

    I have a function that searches documents for a keyword using the pos() function that works. I want to extend this feature to allow for '*' and '?' as wild cards. I've been able to code the asterisk using recursion and it seems to work (although if you are actually searching for an *, then...
  7. majlumbo

    fileopendialog question

    I am writing a small app that reports the MD5 and SHA1 hashes of a file, and the specific dates of a file.. date created, date last accessed, date of last modification.. What I'm finding is that the file open dialog itself affects the last accessed date, which is something I cannot have happen...

Part and Inventory Search

Back
Top