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: *

  1. StuckInTheMiddle

    Flex Tree disable certain nodes

    Hi Guys, Been playing with this one for a while and cant seem to find out how i can disable certain nodes on a Flex Tree control. My control is bound to simple XML data, a property of my nodes is enabled='false' and I was hoping that on setting the data that would be enough. I could post...
  2. StuckInTheMiddle

    TextInput change event doesnt fire when changing text programmatically

    I'm still fairly new to Flex and event handling so hoping someone has come across a solution for this. I have a following Flex 3 textinput <mx:TextInput id="myName" text="" change="stateChanged(event)" /> Which works fine when a user makes a change stateChanged event fires and is captured...
  3. StuckInTheMiddle

    Create Movie thumbnails in .NET (.mov, .mpg .avi &gt; .jpg)

    Asked this the other day in the wrong forum, Is it possible to get a thumbnail of a movie file in .NET? (Any movie file format will do, .Mov, .Avi, .Mpg, .MP4 media files for instance) I have cliet that has a web site that accepts user submitted videos, much like youtube but they don't encode...
  4. StuckInTheMiddle

    Create Movie thumbnails in .NET (.mov &gt; .jpg)

    Is it possible to get a thumbnail of a movie in .NET from a video file? (.Mov and .MP4 media files, but any movie file format will do as a proof of concept) I have a web site that accepts user submitted videos, much like youtube but I don't encode anything right now. I just allow them to host...
  5. StuckInTheMiddle

    Start/Stop of Windows service from a web app, not possible right?

    You guys often seem to have answers to the impossible so here's a puzzler for you. I have a user that wants me to give him permission to a start/stop a windows service via a web page. I have to imagine that such a thing isn't possible, I know we could programmatically do something with a .NET...
  6. StuckInTheMiddle

    Can a ASP.NET web service access a network share?

    Hi Guys, I have a web service that takes a network address to a word doc as an input and it renames the document (using FileInfo.MoveTo) to something else (not really important). This works great when the webservice is given a C:\ or e:\ drive path, but as soon as a UNC path to the same...
  7. StuckInTheMiddle

    How to determine file type of a file, e.g. test.doc

    Hi Guys, Did a forum search and couldn't find precisely I needed so hoping someone can help me out. I would like to check/validate that the files my users submit to my ASP.NET website are valid MS Office documents. Currently I am checking the file extension of the filename, easy enough, and...
  8. StuckInTheMiddle

    Is there a top recognized standard for delivering online content

    Hi everyone I am new to the whole online learning thing and the tools that are available. The not-for-profit company I just joined this month is looking to move the content of their computer training books to be online delivered offer online testing. My question is 'is there 1 best way to...
  9. StuckInTheMiddle

    get 'nice' XML from a Word 2003/2007 doc?

    I've asked this in the office forum but didn't get any response, so hoping that you guys can shed a little light on this for me as this will be an VB.NET eventually. Does anyone know of the easiest method of getting good XML from a word doc either 2003 or 2007. Eventually want to be able to do...
  10. StuckInTheMiddle

    get 'nice' XML from a Word 2003/2007 doc?

    Does anyone know of the easiest method of converting a word doc either 2003 or 2007 to 'nice' looking XML. I know there's the say as XML option in 2003, and 2007 natively supports XML, but both these options wrap the usual amount of MS rubbish tags in there. I simply want to have tags that tell...
  11. StuckInTheMiddle

    Datagrid - when in edit mode can I interact with Javascript events

    HI there, I had a datagrid bound to my dataset and have the appropriate edit template setup so that users can make changes and submit them. And all is well in the world, except they want some client side validation on the inputs. Can i attach a javascript to the onblur event for instance of...
  12. StuckInTheMiddle

    Browsing/Viewing images in a ZIP file

    Hi All, Not quite sure if this is the correct forum but this is an Windows XP question. I am a amateur photographer who actually backs up his work quite often. I have a lot of images that i zip up to CD-ROM. Does anyone know of any software (preferably freeware) that allows you browse/view...
  13. StuckInTheMiddle

    DHTML remember the property of a control on page reload

    Hi All, I have a HMTL page with a javascript function attached to a button called show/hide. On the click event of this button I set the property of a DIV (style.display to 'block' or 'none') to make it visible or not, which works great. Except when the user uses the submit button on the form...
  14. StuckInTheMiddle

    Cancel button on page taking a long time to load

    I have a page in my ASP.NET(VB) that retrieves summary info for users when they first log in to my application. For some users with lots of info this page can take 2-3 minutes to load, what I have tried to do is create a cancel link/button on my main page (that redirects be default to my long...
  15. StuckInTheMiddle

    Excel VBA determine calling cell

    Hi All, I have a User Defined Function setup in VBA and would like to know how I can determine the cell/sheet that called my function. The function is nonvolatile and is used in several places throughout my workbook and works great (well works good anyway), but I'd like to be able to determine...
  16. StuckInTheMiddle

    Excel user-defined function show arguments in a cell

    Hi All, I was wondering if anyone ever found a solution for Question2 posed in this really old thread thread68-902827 I also have a UDF in Excel that I would like to be able to have the arguments ‘toolips’ automatically show when a user types the formula for my function in to an Excel cell...
  17. StuckInTheMiddle

    Excel Web Query and not returning text of foreign languages correctly

    This is an obscure one so I'm not holding out much hope of being able to find a fix but thought if anyone know's what going on here then it's the guys at Tek-Tips! :) I have an Excel 2002 spreadsheet with a Excel Web Query to my data (on a 3rd party vendors site, it's simple tab delimeted text...
  18. StuckInTheMiddle

    Check for substring with in a single cell

    Hi All, I don't know what's wrong with me today but my brain is fried ;) I have what seems like a very simple problem but can't seem think of a way to do it. I have a cell with a list of numbers 1,2,6,7,8 and I want to check if 6 is in this list, and that's it. Kinda like a lookup on a...
  19. StuckInTheMiddle

    Driving etiquette - US Vs The Rest of the World

    I wanted to ask if anyone had opinions on the differences of driving etiquette throughout the US and the rest of world. Being a Brit who has lived/driven in both Europe and the US (New England) it never ceases to amaze me the shear number of people who change lanes without indicating, pull out...
  20. StuckInTheMiddle

    How to determine key fields in a table in VBA?

    I'm trying to create a generic function in VBA that allows me to update/insert to any Access table (using ADO). In doing this i need to determine a tables key fields. Is there a way to programmatically determine the key fields in an Access table through VBA? A,

Part and Inventory Search

Back
Top