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

    XML files reported as binary

    I'm using SourceSafe 2005 and VS.net 2005. When ever I commit a file to SourceSafe and try and do a compare in vs.net or view in SourceSafe I'm told that the file is a binary. But if I open the file it's normal text. Does anyone know whats going on? and one step better know a solution so when I...
  2. HumbleSeeker

    Embedded DTD - Link to XML

    I'm trying to include all the DTD I need for my program in the exe file, by specifying them as embedded resources. The trouble I'm having is that I can't for the life of me see how I can link the DTDs to the XML documents. I'm using XmlDocument to read the XML. Dim Xdoc as New XmlDocument()...
  3. HumbleSeeker

    Track image download

    I'm developing a system for a person person to only be download the image once, but I have to allow for lose of connection for what ever reason. I've got the basic system working using SMS wap push. I don't really want to give them a time window to download the item in as that leaves the...
  4. HumbleSeeker

    Remote Desktop Connection - Problem on drag and drop

    I'm using Win XP Pro on my computer and I'm trying to use the drag and drop feature with Win 2003. I've ticked the display local drive tick box before launching the remote connection. As far as I know the network policies allow for this sort of action. Has anybody else had this problem? Is there...
  5. HumbleSeeker

    Problem HTML code in XML - Error using XSL / ASP

    I'm basically capturing an XML feed. I'm creating a file which I'm placing the feed in, I'm using ASP version 3. I'm then using ASP to apply an XSL to the XML document. My problem occurs when the supplier of the XML feed slips a HTML hyperlink tag into the content he's sending me. Is there...
  6. HumbleSeeker

    Problem HTML code in XML - Error using XSL

    I'm basically capturing an XML feed. I'm creating a file which I'm placing the feed in, I'm using ASP version 3. I'm then using ASP to apply an XSL to the XML document. My problem occurs when the supplier of the XML feed slips a HTML hyperlink tag into the content he's sending me. Is there...
  7. HumbleSeeker

    Auto Create Zip File

    I'm currently building a small little toy, it logs which files have been updated in a directory and copies them to an archiving directory. The code is simple and works, I now want to take it to the next level of automatically zipping up the archive files and sub-directories. Does anyone know of...
  8. HumbleSeeker

    [VB] InDesign Scripting: Table formatting off screen

    I'm currently developing a Visual Basic .Net script for InDesign 2.0.2. The problem I have is that the documents my script is designed to format is long and contains many tables, which results in a very slow formatting process (still faster than by hand). What I want to do is either: a) Turn...
  9. HumbleSeeker

    InDesign Table Select with VB

    I'm using Visual Basic .Net to create an automated function for Adobe InDesign 2.0.2 The problem I'm having is that I wish to select every cell in a row, except the first one, and then apply a specific font to it. Source Code below: Private Sub bulletChange(ByVal tableObject) For Each Row In...
  10. HumbleSeeker

    Print from Embedded IE

    Does anyone know how to print from an Embedded IE in an application with background colour on, even though in IE it is off. Any solution work arounds are greatly appreciated. Humble Seeker ----------------------------------------------------- The longest journey begins with the smallest step.
  11. HumbleSeeker

    Print Problem

    Right I've got a slightly sticky problem. I need to print out from the web browser control (wbc) with bakground colour. The problem starts that IE is usually set to not print with background colours off. is there a way I can tell the WBC to print out it's contents with the background colour on...
  12. HumbleSeeker

    IE Print Background Activate

    I know that ActiveX can take over functions of various programs which support it, especially IE. Is there any way to create a program that when run on a client computer will turn on the background colours for printing? What I'm trying to do is create a HTML based CD-ROM which I need to print...
  13. HumbleSeeker

    IE Print Background Activate

    I know that VB can take over functions of various programs, especially IE. Is there any way to create a program that when run on a client computer will turn on the background colours for printing? What I'm trying to do is create a HTML based CD-ROM which I need to print out with background...
  14. HumbleSeeker

    Click link to download

    I'm pretty sure this isn't possible, but the programming Gurus of this forum have surprised me before. Is there anyway to have a link to a file and when the user clicks on it it brings up the save as screen rather then opening the file. The file in question is a pdf, so I can't count on it...
  15. HumbleSeeker

    System Fonts/Manual Emboldening

    We have been using Helvetica Mac system font and manually emboldening it in Quark because the system face is not available on the font list. We have successfully run out documents created using this method on in house laser printers, and have checked in ATM that 'manually emboldened' Helvetica...
  16. HumbleSeeker

    Click link to download

    I'm pretty sure this isn't possible, but the programming Gurus of this forum have surprised me before. Is there anyway to have a link to a file and when the user clicks on it it brings up the save as screen rather then opening the file. The file in question is a pdf, so I can't count on it...
  17. HumbleSeeker

    Scripting Tutorials/ Book recommendation please

    Does anyone know of any good or bad online tutorials for creating scripts in VB for InDesign. I've tried following the 610 page behemoth of a technical document on scripting I downloaded from adobe, but all I ended up with was a list of errors and a sever headache. Any good book titles are...
  18. HumbleSeeker

    Javascript Drop-Down Menu & Frames

    I've got a javascript drop-down menu created in Fireworks MX (quick, easy and the boss told me to use it). The problem is its really dragging the page's load time with it's rendering. Now I've seen some drop-down menus that have gone over frames, anyone know how to do this? Is it a line of...

Part and Inventory Search

Back
Top