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 SkipVought 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
  • 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

    Thanks. I see what you mean. I'll give it a try. Humble Seeker ----------------------------------------------------- The longest journey begins with the smallest step.
  3. HumbleSeeker

    Embedded DTD - Link to XML

    Thanks for the reply. The problem is that the DTD I want to include it into the actual exe file. Nice idea though. The problem is also componded by the fact that the XML is from a third party, so I don't really want to do anything that will change the file. I've pretty sure that you can...
  4. 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()...
  5. 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...
  6. HumbleSeeker

    Remote Desktop Connection - Problem on drag and drop

    Thats exactly the problem. I've ticked the box before connecting but I still can't see my local drive in the explorer for the remote desktop. Any ideas? Humble Seeker ----------------------------------------------------- The longest journey begins with the smallest step.
  7. 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...
  8. 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...
  9. 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...
  10. HumbleSeeker

    Auto Create Zip File

    Thanks for that link octothorpe, it worked a treat. I found code to use the DLL at: http://www.icsharpcode.net/OpenSource/SD/forum/topic.asp?TOPIC_ID=2076&SearchTerms=,basic It does the job. Thanks to all who have helped. Humble Seeker ----------------------------------------------------- The...
  11. HumbleSeeker

    Auto Create Zip File

    Thanks for the reply, but I really want my little toy to work for a couple of months, while I continue to modify and expand it. OK if there isn't a free DLL available, does anyone know where I can get information and/or source code to create a zip file myself? Or even better has found a free...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. HumbleSeeker

    Print HTML Page

    Try using: On Error Resume Next AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER) I've put it on a button. Just found it on another forum. Only problem is that it accepts the IE background printing setting, so if the background...
  18. HumbleSeeker

    Make own web browser

    I think your going to need to get a good book on syntax anaylsis and compiler creation. It's a lot of brain working creating your own browser. But if your determine to create a unquie personal browser without using IE, you might want to consider other languages as there is plenty of readily...
  19. HumbleSeeker

    how can i write in a bill?

    Rocky why two threads for the same question? Humble Seeker ----------------------------------------------------- The longest journey begins with the smallest step.
  20. HumbleSeeker

    Can this be done

    I think your going into the realms of server side scripting here. Javascript is unable to make any change to files locally (i.e. browsers computer) or server side (i.e. the server), which you would need to do to keep track of the submits. Of course if you just want to keep track of how many...

Part and Inventory Search

Back
Top