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 IamaSherpa 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: lorax
  • Order by date
  1. lorax

    display only a cropped portion of an image

    Anyone know of a way to disply only a cropped portion of an image? For instance, say I have an image that is 300x300 and I only want to display the very center 150x150 portion. Any help would certainly be appreciated. -Lorax 'UNLESS someone like you cares a whole awful lot, nothing is going...
  2. lorax

    Finding and copying text from HTML in one frame to another

    Does anyone have any ideas on how to use vbscript to find a certain peice of text in a frame containing HTML and then copy it and insert into another frame on the same page? I use an internal phone directory page which I want to display in one frame. When I find a number that I want to...
  3. lorax

    Return value from an app launched via VBScript

    Using the method described in the FAQ to launch a local application from vbscript, is there any way to get a return value from that application. For instance, if you launch an .exe that checks something and returns a true or false value, could that be accessed within the calling vbscript...
  4. lorax

    Launching a compiled help file

    Thanks for the reply. I just found what I was looking for on MSDN. I was able to execute HH.EXE with paramaters to open a specific .chm file to a specific topic. Syntax: hh mk:@MSITStore:path\filename.chm::/topic.htm regards, lorax 'UNLESS someone like you cares a whole awful lot, nothing...
  5. lorax

    VBScript to get Installed application information

    Here's some code I put together to do something similar. I have a page where the user can click a link (which has an id="startapp") and launch a local application. This may be different than what you're after since I'm looking for a specific app and not polling all installed apps...
  6. lorax

    Launching a compiled help file

    I'm trying to launch a .chm file from either vbscript or javascript. I launch other executables; however, I can't seem to get this help file to launch. This particular .chm file is the main file and there are other chapters that are seperate .chm files. I was wondering if I need to somehow...
  7. lorax

    Populating a page with html blocks on load

    I'm trying to create a client-side DHTML app. When it loads, it needs to check the user's system for certain apps. For the ones that are found, some descriptive text and an icon with a link to launch the app will appear on the page. Is there a way to create the blocks of html needed for each...

Part and Inventory Search

Back
Top