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 wOOdy-Soft 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. davidmelvin

    Incomplete Downloads

    I've succesfully created a preloader that loads an external swf movie. After the preloader finishes the movie begins to play properly, but I have additional buttons and a slider that sometimes don't download completely, or at least they are not drawn on the page. Sometimes everything loads...
  2. davidmelvin

    Run executable using the register or desktop

    I'm writing a DLL that will automatically run an executable file that's already installed on the computer. The installed ap has a shortcut icon on the desktop and a long KEY name in the HKEY_LOCAL-MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Installer/UserData/S-1-5-21.../Components/...
  3. davidmelvin

    e-mail html format

    Hello, I’ve successfully completed an e-mail application that sends and receives text format e-mails. I would like to be able to send html format e-mails. It’s not necessary for the application to allow the user to create html files, the application can read an existing html file and send the...
  4. davidmelvin

    Convert AnsiString to Const char

    Hello, I'm trying to use CopyFile to copy some foles from one location on a drive to another location on another drive. The CopyTo folder is defined by information the user places in a ComboBox. When I try to use ComboBox1->Text for the lpszNewFile, I get an error "can't convert AnsiString to...
  5. davidmelvin

    Execute an exe within a c++ app

    I would like to execute an executable file (exe) that is located in the same directory as my application. I don't want the cmd.exe window to pop up when it happens. So I don't want to use system(), or do I? It would be fine to use system() if the window would quickly disappear when it...
  6. davidmelvin

    How do I open a file in Builder

    I need to open a text file, read it, modify it, then save and close it. All of this will work in the backgound. That is, no user interface. The user will click on a button and start a sequence of operations including the above mentioned. How do I open, read, write, save, close this file...

Part and Inventory Search

Back
Top