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 bkrike 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 jhonArmour

  1. jhonArmour

    Embedding a link inside XML

    I want to embed a link inside an XML document, say <a href=&quot;www.msdn.microsoft.com&quot;>MSDN</a>. But when I do this I received an error that my XML document is not well formed or this kind of embedding is not permitted. Maybe some of you guys know some trick or two to help me out. I...
  2. jhonArmour

    Using results in a different form.

    I have done something like this before... :) The quickest way to do this is to have global variables (or a record perhaps) that will get all the info from the form that will display all the lists that matches the birthday that you typed. All you have to do is to reference the record/variable...
  3. jhonArmour

    how to resize a picturebox when in play mode?

    Why not use an image control instead? The image control has a stretch property. By setting the stretch property to true, the image will resize depending on the size of the control. Check this out: 1. Create a new project 2. Place a command button on the form and an image control 3. Set the...

Part and Inventory Search

Back
Top