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 IamaSherpa 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. vroscigno

    Rich Edit Control; allows text to wrap beyond frame!

    Greetings, I am embedding a rich edit control into a page composition application. I have setup my control with no scrollbars, and with autohscroll and autovscroll disabled, but the text still spills beyond the bottom of the control. I want the control to reject any input that would cause text...
  2. vroscigno

    IE 5 Loads Document Instead of Launching Registered App!

    Greetings All, I believe I may have stumbled onto the cause of my problem, and I'd appreciate your feedback on my theory. The server where my files reside is running Unix with Apache HTTP Server. When I download my file via HTTP, the header indicates the Content Type to be "text/html&quot...
  3. vroscigno

    IE 5 Loads Document Instead of Launching Registered App!

    Hello, and thanks for the reply. The "Browse in Same Window" option is grayed and disabled on all platforms. I believe this is due to the fact that my document type and supporting application are not ActiveX-enabled. One additional note: it appears that IE seems to 'remember' file type...
  4. vroscigno

    IE 5 Loads Document Instead of Launching Registered App!

    Hello, I am trying to get IE to launch my app without prompting when a user clicks a link to a document. I discovered and added the registry 'EditFlags' binary value for my registered file type, but IE5 simply downloads and opens the document and tries to display the contents in it's client...
  5. vroscigno

    Any advice on allowed PCL Macro Commands?

    Hello All, My Application produces a PCL Form Macro which in turn invokes other macros which print data onto the form. I have observed occasionally that when I execute the form macro, the 'data' macros don't always print unless I make them permanent macros, which suggests a soft 'reset' is...
  6. vroscigno

    HOWTO? Inject PCL code in print stream...

    Thanks for the Info. I've already written the code I need in order to do a proof of concept, and it seems to work quite well in practice. What I found of value from the referred link is a list of PCL escapes that are not allowed in a macro. That information has been very hard to find! Thanks...
  7. vroscigno

    HOWTO? Inject PCL code in print stream...

    Thanks for the reply Jim. I discovered why PASSTHROUGH does not work as expected. The PCL driver appears to buffer output and invoke WritePrinter when it's output buffer is full (or crossing a page boundary). PASSTHROUGH simply calls WritePrinter directly and bypasses any buffered output. When...
  8. vroscigno

    HOWTO? Inject PCL code in print stream...

    Greetings, I have an app that needs to inject PCL code snippets inline into my application's print stream. I've tried the Windows PASSTHROUGH Escape, but all my PCL snippets come out at the start of the print job. I need a solution that will work on all Windows platforms. Any ideas? Thanks, Vince

Part and Inventory Search

Back
Top