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 derfloh 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: AtcBrambo
  • Content: Threads
  • Order by date
  1. AtcBrambo

    Run and then close an external application from my application.

    Hi. It may look my question is already in the FAQ. But it is not. I need to open (i.e.) a pdf file. I would use (Ctrl C Ctrl V from FAQ) iHandle:=ShellExecute(0, 'Open', PChar('c:\ADoc.pdf'), PChar(''), PChar(''), SW_Hide); The returned value "is said" to be the handle. If so, I would then use...
  2. AtcBrambo

    Recording audio (what you can ear, not what you speak).

    I think every one, at least once, had the problem to record sound. I did it this say .... Procedure Start_Recording; begin bIsRecording:=False; try Log.AddLine('Opening multimedia ....'); mciSendString( 'OPEN NEW TYPE WAVEAUDIO ALIAS mysound', nil, 0, Main_Form.Handle)...
  3. AtcBrambo

    From Interbase 2007 to Firebird

    Hallo. For customer reasons I must come back to FB. I tried a way to backup data in transportable format using gbak and then restore with FB. But it doesn't work. So I need to write an appication to pass the data. The problem is: since on the same application there will be two TIBDatabase I must...

Part and Inventory Search

Back
Top