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!

Search results for query: *

  • Users: Addola
  • Content: Threads
  • Order by date
  1. Addola

    why can't i reset my .NET passport password ??

    hey all Happy New Year !! I was trying to reset my password, i put on my sign-in name and the CORRECT country and i got this result : You will not be able to reset your password. You must sign in using the correct password to regain access to this .NET Passport. You can register for a new .NET...
  2. Addola

    Making an app that captures every URL requested by MSIE or Netscape ??

    I want to design a VB application and make it run in the background. It will capture every requested URL from the browser (IE or possibly Netscape). I want to make a statistics about the sites visted. How ???
  3. Addola

    How can I create a relationship between two (or more) tables.

    Well it got me confused. I have a table that already have a Primary key let's say HouseID and we have other attributes. I will also have a Foriegn key refering to , say the owner so, I will add OwnerID to the table to refer to an owners id in another table , namely Owner. So then I can query for...
  4. Addola

    unable to pass parameters to a .php page on my PC.

    hey all, I have installed Apache server , PHP and MySQL on my PC. I was then able to excute .php scripts on my PC (127.0.0.1) The problem is that it couldn't get it to work in passing a parameter from a page to another page using POST or GET. u can see the parameter on the URL Address (e.g...
  5. Addola

    adding applets to JFrame

    hey all, I have been working on a JFrame application and i want to add an applet to the JFrame so that I can added more than one applet working together... I did like Applet app = new Applet(); JFrame myFrame = new JFrame(); myFrame.getContentPane().add(app); // no proplems yet...
  6. Addola

    Making a CGI anonymous proxy!

    I no nothing about CGI programming. but i am considring to learn it to make a CGI anonymous proxy to make available in my web site. Is that possible in CGI or is it possible with outhers?!
  7. Addola

    Adding Scrollbars to an image

    hi all, I am to make an Image viewer and I made so much on it but I faced a problem that I didn't know who to add scrollbars so that when the image is zoomed or is more than the size of the frame two horizntal and vertical scrollbar will apear. I couldn't do that!!. Here is a sample but watch...

Part and Inventory Search

Back
Top