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

    File Generator

    I was having trouble with an upload script that I had and was getting a 502 Bad Gateway error, I wanted to know if it was a filesize problem or a timeout problem. Finding files on my computer of the right sizes proved to be too annoying so I wrote a quick script that makes files in increments...
  2. Ruggie

    Setting a wallpaper

    I'm attempting to set a JPG desktop wallpaper via the IActiveDesktop interface but every time I include shlobj.h I get a bunch of "Multiple declaration" errors and the interface is not available without it. Anyone have suggestions on another way to do this? I know you can set bmp images via...
  3. Ruggie

    Trouble including shlobj.h

    I'm attempting to set a JPG desktop wallpaper via the IActiveDesktop interface but every time I include shlobj.h I get a bunch of "Multiple declaration" errors and the interface is not available without it. Anyone have suggestions on another way to do this? I know you can set bmp images via...
  4. Ruggie

    Getting away from the CLX

    I use a few batch files on a slow computer and needed a wait program so I decided I'd just make one. I used the CLX.h because of the features it offers (like the vcl) My problem/question is, the program works perfectly, but compiled with no external dependencies its 369k and once loaded into...
  5. Ruggie

    Master Sound Control

    Does anyone know of any methods to control the master sound level in windows? Or any of the sub levels? (Wave, MIDI, CD Audio, etc.) The only c++ code I have found about this has been to control the sound level of the media player component, which isn't what I'm looking for. I found some...
  6. Ruggie

    TIdCoderMD5 help please!

    I'm having trouble using TIdCoderMD5. (Under Indy Misc tab on BC++B6) Theres little documentation on this component, I've checked the help file and the indy site for more info on why I can't get this to work and I'm still at a loss. (Been workign on this for 3 days) Heres what I've got...
  7. Ruggie

    TDateTime and the system clock

    I'm trying to take a TDateTime Value (like 38073.1164814815, converts to something like 3/27/2004 2:48:43 AM) and I need to set that date and time value to the system clock. I know of no functions to set the system time in windows, I did check around and found a function settime but it only...
  8. Ruggie

    Need to delete last line of Tmemo

    This is what I'm doing: I have two TMemos, Memo1 and Memo2 Memo1 is filled with information I use the command Memo2->Lines->Add to add only a few lines of Memo1 The problem is that every time I add the lines to Memo2 there is a blank empty line at the end of Memo2 (that I didn't add) So I try...
  9. Ruggie

    Searching an AnsiString in Borland C++ Builder 6 Trial

    I'm trying to write a program that looks for diffrent symbols such as ' or " and halts a loop. In the loop all it does is take existing text from a memo and add stuff in front and behind. My problem is I can't figure out how to search for one symbol in a single string. I know you can use...

Part and Inventory Search

Back
Top