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 Mike Lewis 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: dontj
  • Order by date
  1. dontj

    util to get Windows desktop mouse coordinates

    I know how to get relative mouse coords for application windows developed in Java, VB, etc. Are there any util programs that show the mouse coords relative to the entire Windows desktop, e.g. I move my mouse over MS Word and it shows the coords relative to entire desktop?
  2. dontj

    Ambiguity problem

    I created a test email program with C# and Outlook. I can't figure why I'm getting ambiguity errors with my program below. Error 1 Ambiguity between 'Outlook._MailItem.Send()' and 'Outlook.ItemEvents_Event.Send' C:\Mail Blaster\Program.cs 25 23 I explictly state the type of my object. Any...
  3. dontj

    structured Document elements

    I am trying to create a hierarchical Document where I have a root element and some headers that are children of that root like this: BranchElement(section) LeafElement(content) root BranchElement(paragraph) LeafElement(content) Header 1 BranchElement(paragraph)...
  4. dontj

    How to determine AttributeSet

    I have a subclass of Document that override the insertString method. I insert strings into the subclassed Document like this: public class MyDocument extends Document { ... MyDocument doc = new MyDocument(); doc.insertString(doc.getLength(), str, doc.getStyle("heading")); ... from...
  5. dontj

    Export text frames in Excel

    I have a report with layout like this in the report body: Text Frame 1 Text Frame 2 List Frame (Subreport) When I export to Excel only the List Frame shows up. Is there a way to export the Text Frames as well? Don

Part and Inventory Search

Back
Top