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 AndyWatt

  1. AndyWatt

    Setting Object Properties from string value

    Because the properties I'm trying to set are not necessarily known in advance. Values are stored elsewhere, and do not solely apply to Calendar controls. Nor will they always apply on each page load. "Simple" things like object.property I've managed to get to work by cut-and-pasting examples...
  2. AndyWatt

    Setting Value in Object Sub Properties

    Thanks for the suggestion! I've reposted in ASP.NET. Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
  3. AndyWatt

    Setting Object Properties from string value

    I'm an absolute newb to ASP/.Net, and this is my first task! I'm trying to set an object property (in this example Calendar.SelectedDayStyle.BackColor) from a string value containing the property name (e.g. "SelectedDayStyle.BackColor"). From some Google searches I've managed to cobble together...
  4. AndyWatt

    Setting Value in Object Sub Properties

    I'm trying to set an object property (in this example Calendar.SelectedDayStyle.BackColor) from a string value containing the property name (e.g. "SelectedDayStyle.BackColor"). From some Google searches I've managed to cobble together some code that I'd hoped would move down the object hierarchy...
  5. AndyWatt

    2003 Terminal Services - Client Drive Redirection

    The server permits drive redirection, as does the client. The servers are set to use the client-side settings for drive redirection and printer redirection, both of which are checked at the client side. Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic."...
  6. AndyWatt

    2003 Terminal Services - Client Drive Redirection

    When connecting to clients' sites we find that some sites do not redirect our local drives while others do. For all the sites we have the "Allow Client Drive Redirection" permission set both on the server and the client. Would some kind soul please point me in the direction of what to check...
  7. AndyWatt

    I seem to be losing packets

    I'm trying to diagnose a problem I have at a client's site: Some packets from the server running Exchange/IIS (Windows SBS Server 2003) seem to be vanishing before they reach the firewall (Netgear FVS114). When I try to connect to OWA over the internet I get timeouts or "the page cannot be...
  8. AndyWatt

    Extracting version number from windows exe

    Thanks very much for your replies, you've given me a good start! Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
  9. AndyWatt

    Extracting version number from windows exe

    Because PHP doesn't have a version number function, and I can't find a PHP code sample that shows how to extract the version data, so I have to write one, and I figured asking the clever folk in VB forum was a good place to start for finding out. Andy -- "Logic is invincible because in order to...
  10. AndyWatt

    Extracting version number from windows exe

    Thanks for your reply gmmastros. I'm actually trying to locate the offset(s) of the version info in the file header. I was hoping someone might know where/how it is stored. Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
  11. AndyWatt

    Extracting version number from windows exe

    Hi All, I appreciate this is not necessarily the best place to ask this but I was wondering if anyone could tell me where in an exe file to find the version number (e.g. 1.2.3.4). I've compiled a simple .exe file with different version numbers, but I can't find the location by comparing the two...
  12. AndyWatt

    Getting Version Number of a File

    Phooey. So it looks like I'm going to have to find the offsets of version info in the file then. Thanks for your rely, KarveR. Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
  13. AndyWatt

    Getting Version Number of a File

    Is there any function in PHP that will extract the version number from a windows .exe file stored on a site? I'd like to be able to upload a new version of a program to a website and have the site display the version number, without me having to change any code ... Andy -- "Logic is invincible...
  14. AndyWatt

    Downloading files from Internet

    Thanks gmmastros! That does exactly what I want. And my thanks also to the original poster. Andy -- "Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
  15. AndyWatt

    Downloading files from Internet

    Hi All, I want to get an application to check for an updated version of itself, then download the new file. The only thing I don't know how to do in VB is actually download the file... Would someone be kind enough to give me some pointers/suggestions? Many thanks Andy -- "Logic is...

Part and Inventory Search

Back
Top