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 Mike Lewis 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. nomaam22

    JS & Canvas - Draw Image to scale

    Hello: I am working with JQuery, and drawing images using Canvas (drawImage, translate, rotate) I am trying to draw an image and maintain its scale or aspect ratio so the image does not become distorted. I have been working on a problem for many days now, I am writing a smartphone app and am...
  2. nomaam22

    PhoneGap Disable Screen Rotate On Single Page?

    I am using PhoneGap, and am working with an Android web based app. How do I disable screen rotation for only one page? I have searched for this solution but all the solutions say to disable screen rotation in the AndroidManifest.xml file. However, this disables rotation for the whole app. I...
  3. nomaam22

    FindWindowEx help needed

    Hello: I am using Vb.NET 2008, working in a windows form. I am using FindWindow and FindWindowEx to locate handles in order to grab text from controls within another application using WM_GETTEXT. All is working well, but I am having a problem when there are many controls with no names and the...
  4. nomaam22

    Controling Dynamic Input Fields - webbrowser - VB.Net forms

    I have VS 2008 and am working in VB.Net forms. I have a webbrowser control where I am trying to control input fields that are dynamically created. If a text field has proper handles such as id and name tags there aren't any problems. For example, I am trying to work with twitter for posts. I...
  5. nomaam22

    Monitor Form POST

    I am trying to work with several web forms set up by other companies and some of them are very convoluted with no documentation and it is difficult to decipher exactly what information is being posted through linked scripts etc... What I am looking for is a third party program that I could run...
  6. nomaam22

    Spoof REFERER Variable ?

    Is it possible to spoof the REFERER variable when forwarding to an outside page? For example: The page is directed through a header $URL="http://www.tek-tips.com"; header ("Refresh: 0; url=$URL"); Now is it possible to set the REFERER value? I have located this documentation which...
  7. nomaam22

    PHP & Imagemagick - Identify ?

    I am working with PHP and Imagemagick. Could someone show me how to use the identify function when you are dealing with a submitted form. For example my form submits the following data in a POST <input type="file" name="image"> Now I would like to take the passed variable for the image path...
  8. nomaam22

    Calculate Torrent Info_Hash?

    Hello: I am working with VB.NET, framework 2.0 and working in a windows form. I am trying to calculate the info_hash of a torrent file. From what I have read it is a 20 byte SHA1 value of the file's matadata. However, I am at a loss at how to calculate it as I am not sure on the exact...
  9. nomaam22

    ? FTP in Framework 2.0 ?

    I am working with Visual Studio 2005; framework 2.0, in a VB windows form. I am trying to establish a connection with a FTP server and obtain a list of its contents. So far i am working with an example provided by microsoft. The problem i am having is that i do not know how to use the GetFiles...

Part and Inventory Search

Back
Top