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

    Closing files

    I know how to run an exe file using the SHELLEXECUTE command. How do you close that same file? Thanks to anyone who can help. Please provide a sample of code.
  2. tweetie777

    sending data to certain printer

    hi there i have 3 printers and i want my program only to send information to a certain printer. how do i do this. if any1 can help me i would very grateful. please provide source code example
  3. tweetie777

    Printing from TWebbrowser

    I know how to print the contents of the webbrowser component but could someone please supply me with some source code to accept the default print dialog so that only one copy prints when a button is pressed. The reason i require this is because my program sells information and it must only print...
  4. tweetie777

    How to print internet explorer web pg through delphi

    How would i print internet explorer web pg through delphi? I know that to print a word doc i would do as follows: Var msword:olevariant; msword:=createoleobject('word.basic'); msword.fileprint; I would be so gratefule to anyone that can help me. Thanks
  5. tweetie777

    is it possible to disable mouse & keyboard

    is it possible to disable a mouse or keyboard, or even certain keys, if so could you please attach a delphi sample procedure. Thanks to anyone who can help me.
  6. tweetie777

    print through MS word viewer

    I am currently using the code below in order to print a word document using my delphi program. What class string would I have to use in place of 'word.basic' in order to open and print through the word viewer. I can't find it anywhere. Thank you to anyone who can help me. uses ComObj; var...
  7. tweetie777

    Print HTML pages,URGENT!

    I desperately need a javascript that will enable a button to automatically print 1 copy of the HTML page it is situated on, without bringing up the default print dialog. The script I have is as follows, but it brings up the dialog: <a href='javascript:;' onClick='window.print();return...
  8. tweetie777

    printing microsoft word documents

    I am currently using Delphi 5. I need an example to show me how to print an already made microsoft word document(.doc) through my delphi program.

Part and Inventory Search

Back
Top