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

    XPath 2.0 Functions in IE

    I am having the same problems as described in post: thread426-1042988 Has anyone figured this out...? ...or does IE just not support the 2.0 functions...??? My code includes... <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
  2. CubeE101

    Odd behaviour of DOM

    I am getting mixed results when trying to select specific nodes... Using this XML as a reference: <DocumentRoot> <Parent> <Child>1</Child> <Child>2</Child> </Parent> <Parent> <Child>3</Child> <Child>4</Child> </Parent> <Parent> <Child>5</Child> <Child>6</Child> </Parent>...
  3. CubeE101

    Inital Tool Bar Button selection stays pressed...

    I have a toolbar setup, which includes a group of 4 buttons that change the "mode" of the program... Lets say the keys for the for buttons are "A", "B", "C", & "D" I have the the Form's KeyPreview Set to True, and in the Form_KeyDown() event, I have code similar to this: Private Sub...
  4. CubeE101

    Can you use script to jump to &lt;a&gt; tags without navigating?

    In standard HTML, you can setup a set of anchors (<a>) to jump from one area to another... Such as: <a href="#below">See Below</a> . . . <a name="below"></a> <p>Below...</p> is there a way to do this via script (vb or java) so that the URL does not change... Like, from: www.mypage.com to...
  5. CubeE101

    What can you use XML for... Here are some ideas ;-)

    This is intended for anyone wondering what XML can be used for... This is just 1 of many uses, yet it exposes many posibilities of the power of XML + DOM + XSL I just designed a new layout for my site... http://cube101.topcities.com/ It uses 1 very simple html file that functions as a shell...
  6. CubeE101

    WebBrowser Object: change settings per instance

    Is there a way to set this setting: set Print background colors and images Per instance, to allow background image to print for watermark? I would like to leave the main setting untouched, to avoid printing unwanted background images and colors... Visit My Site PROGRAMMER: (n) Red-eyed...
  7. CubeE101

    Printable WaterMark for HTML

    I Made a background image that appears like a watermark, though it does not print... Is there a way to make a printable water mark with HTML ? Perhaps an image on a top layer centered in the viewable area, with an alpha filter ? If so, can you use rotated (30 - 45 degrees) text instead of an...
  8. CubeE101

    open xml in excel without saving to file (via dom or text)

    I wasn't sure where to post this... It deals with VBA in a sense that you are working with excel... Though I am using VB6 But the base of it revolves around XML, so I posted here. Does anyone know if it is possible to open an XML document in Excel with a method similar to OpenXML, but...
  9. CubeE101

    MenuBar Behavior

    I recently noticed that my Menu Bars have been acting a little ODD lately... It's not that big of a deal, and I'm not sure how long this has been occurring... Bascally, the form background is the ButtonFace color (gray) The MenuBar shows in the form designer as White... Then when you run the...
  10. CubeE101

    Password Character for InputBox?

    Can you apply a password character to an InputBox? Or do you have to make your own? Visit My Site PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
  11. CubeE101

    How to put a Splitter on a web page (like MSDN)?

    How do you place a splitter between frames on a web page, such as the one used on: http://msdn.microsoft.com/library/ Is it done with CSS, or Script, or a combination of the two? Thanks in Advance, -Josh Visit My Site PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with...
  12. CubeE101

    Animation While WebBrowser control is Busy/Navigating

    I have a web browser built into one of my projects... I have the tool bars all set up, but the only way you know the browser is busy is that I made the Stop Button light up while it is navigating, then disable it when it completes.... What would be the best way to display an animation while...
  13. CubeE101

    WebBrowser Folder View: New Folder & Parent Folder

    Using the WebBrowser to display a folder... What is the best way to: A) Create a new folder (via a button) like Right Click>New Folder... This is generally displayed as a folder with a spark at the top-right corner... B) Navigate to the Parent Folder (via a button) such as the old Dos command...
  14. CubeE101

    running JavaScript in VB?

    Is it possible to execute javascript code, such as functons in a .js file, and get the return values? ...Maybe using WebBrowser Control? Visit My Site PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
  15. CubeE101

    Scrollbars for controls in a picture box container...

    What is the best way to implement Scrollbars into a resizable picture box (such as tied to a Window's size and/or a Splitter) to allow you to change the offset to pan around and see controls not in view...? Do you have to make a PictureBox in a PictureBox with ScrollBar controls then move the...
  16. CubeE101

    Disabled Date With Excel

    Does anyone know how to disable the date conversion in excel, such as when you enter a fraction: 12-1/4 It converts to=: 12/01/2004 I DO NOT want it to EVER convert unless I select it and tell it to... (for any type of string) Is there a way, that I am overlooking, to do this? I have...
  17. CubeE101

    Saving HTML background image as watermark in Word

    OK... I thought about posting this in VBA forum, but there are more users here, I tend to favor this forum, AND I am using VB after all... (not VBA) ;-) With that said... I am using XML in an aplication to populate combo boxes, data grids, etc... Then there is more XML stuff going on behind...
  18. CubeE101

    VC++.NET question(s)

    OK... I have VC++ 6.0 I am considering upgrading to .NET Should I get 2003, wait for 2005, or stay with 6.0? ...and WHY? What are the Pros and Cons between 2003 / 2005 when upgrading from 6.0 A little more background info... 1) I am more of a VB programmer... If one of the newer versions...
  19. CubeE101

    embed AVI in project

    I know you can run an AVI with the MCI API... But can you embed an AVI in a project and still use MCI to play it... Such as with a resource editor...? If so... How? Visit My Site PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
  20. CubeE101

    Random Question...

    This is one of those questions where I am not exactly expecting any specific answers (though one would be nice ;-)), but anyone can share their ideas and info... How are the XML services, such as XSL, XSD, etc... programmed (what language is used???) Are they Java Based? C++? IE plugins...

Part and Inventory Search

Back
Top