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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RBCC

  1. RBCC

    User input and animated gifs

    <xsl:attribute name="href"> <xsl:value-of select="DocPath"/> <--Do I put the file's directory in here?? Can you show an example of this? </xsl:attribute> John
  2. RBCC

    User input and animated gifs

    It seems to me that bootmgr and osloader are linked somehow, am i right? JOhn
  3. RBCC

    Run a external program?

    I would like to use different fonts and colors for the bitlocker description. Also stopping and waiting to give the user a chance to read further about bitlocker or boot the computer. Then they will be presented with a customized boot screen. Then it will used a avi or animated gif for the...
  4. RBCC

    Run a external program?

    I am trying to modify this code: <?xml version="1.0" encoding="unicode"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:osxml="osxml" version="1.0"> <_locDefinition> <_locDefault _loc="locData"/> <_locTag _locAttrData="pad-left,pad-right">p</_locTag>...
  5. RBCC

    User input and animated gifs

    Yes I pretty well know that XML/XSL is a markup language, but I would like to customize bootmgr.xsl to my liking. With music and to stop the screens and ask the user to go to the next screen or to go ahead and boot the computer. This is to make the xml/xsl code more user friendly! John
  6. RBCC

    Animated gifs

    Can I display a animated gif in XML? What kind of a Helper app do I need to do this? John
  7. RBCC

    Run a external program?

    Can I run an external program in XML? How is it done? John
  8. RBCC

    User input and animated gifs

    What do I need to display a animated gif in XML? Can You show an example of this?
  9. RBCC

    CSS and XSL

    How do I use css in this code? <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="2.0"> Where do I put the css file in this line? John
  10. RBCC

    BIN File

    a Windows XP Box. I am just trying to change the color in the blue setup screen during text mode.
  11. RBCC

    BIN File

    I am trying to find a decompiler for bin files, does anybosy know of one? What is a bin file? John
  12. RBCC

    File Find

    How do I create a File Find Procedure that searches the whole Hard disk and locates a file and returns the directory where the file is? JOhn
  13. RBCC

    HOw do I play background music on a form

    Where do I use Form_Initialize() in Microsoft Access? HOw is it used? John
  14. RBCC

    HOw do I play background music on a form

    I have a form with a Label, animated gif and another label. I am trying to figure out how to play the music while the form is loaded but not before or after, how is this done? I have tried on current and on open. But they don't work! John

Part and Inventory Search

Back
Top