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 gkittelson 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. Detective

    Separate speaker control

    Then, can't I adjust the speaker balance (from Delphi)? Isn't there a Windows Register value for the speaker balance?
  2. Detective

    Separate speaker control

    Sorry, I meant: Is it possible to control each speaker separately in Delphi? i.e. the left speaker plays music, the right speaker is silent.
  3. Detective

    Separate speaker control

    Is it possible to control each speaker separately? i.e. the left speaker plays music, the right speaker is silent.
  4. Detective

    jpg to wmf

    Error: Cannot assign a TBitmap to a TMetafile. :(
  5. Detective

    jpg to wmf

    I want to convert jpg to wmf. Therefore I downloaded the component TJPEGImage. Now, if I try this: image1.picture.metafile := jpegimage1.picture.graphic; it doesn't work. How should I do this?
  6. Detective

    Which track

    Which property of a TMediaPlayer indicates which track of the CD is playing?
  7. Detective

    variables at runtime

    I'm trying to create my own programming language, and now I wonder: is it possible to create variables at runtime? Or should I use pointers, or perhaps some assembly code?
  8. Detective

    Opening files from the internet

    How can I open files directly from the internet? I tried memo1.lines.loadfromfile('http://what.ever/file.txt'); but that doesn't work.
  9. Detective

    online/offline status

    OK Lance, I tried your example, but when I run it, Delphi (version 3.0 build 5.53) says: "undeclared identifier: Internetgetconnectedstate" "undeclared identifier: INTERNET_CONNECTION_LAN" "undeclared identifier: INTERNET_CONNECTION_PROXY" Yes, I...
  10. Detective

    online/offline status

    Thanx Lance, but all these examples apply to MS Visual Basic. They don't work with Delphi! So if anyone knows how to show the online/offline status, please reply!
  11. Detective

    online/offline status

    How to show the online/offline status using wininet? I tried INTERNET_STATUS_CONNECTED_TO_SERVER but it always returns 21, even if you aren't online.
  12. Detective

    wininet.hlp

    Who knows where to find wininet.hlp? I tried Microsoft's search but I can't find it.
  13. Detective

    internet connection dll function

    Hi, What dll file of Windows (and what function) shows whether you are online?
  14. Detective

    cursor keys

    Hi, Does anyone know the ASCII-codes of the cursor keys?
  15. Detective

    Run other program from program

    Hi, Is it possible to open another Delphi file from a Delphi program? (Something like RUN('test.dpr'))

Part and Inventory Search

Back
Top