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 wOOdy-Soft 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 123456programmer

  1. 123456programmer

    IE to take effect of the registry changes w/out closing?

    thanks heap, I'll have a look at those :D
  2. 123456programmer

    IE to take effect of the registry changes w/out closing?

    It perfectly does, thanks a lot :D Well, I just made a little program for a friend that is paranoid and that wants to absolutely hide his IP. So I thought about making a program that rotates a list of proxy servers. However, the only way I found to do that was to change the registry. Eventhought...
  3. 123456programmer

    IE to take effect of the registry changes w/out closing?

    Hello, I'm not too sure if it's the best place to post this question but I'll give it a try: so I was wondering if anyone could tell me wether or not, it was possible for Internet Explorer 6 to take effect of the registry modifications without restarting IE. Precisely what's going on, is that I...
  4. 123456programmer

    Simple shooting game, problems with hitTest

    I found a work around, thanks.
  5. 123456programmer

    Simple shooting game, problems with hitTest

    Hello, I've been working on a simple shooting game lately. The structure is quite simple, I have three mc. One is the gun, one is the enemy, and the last one is the bullet. With this code on the gun: onClipEvent (mouseDown) { i = i+1; set("bulleti", "bullet"+i)...
  6. 123456programmer

    What happens to my emails if I add a new NS to my domain name?

    Hello, I couldn't find any answer to this question, so I decided to ask it here. Currently my domain points to two nameservers : ns1.webhost.com, and ns2.webhost.com. If I add a new one: ns3.newwebhost.com. where are all my emails going to be stored? Also I was wondering if people were going to...
  7. 123456programmer

    windows xp will not shut down using shut down or power button

    A friend had the same problem, but it had nothing to do with hardwares, just with his winxp power properties. so, maybe? :) On your Desktop, right click > Properties -> Screen Saver -> Power In your Power Options Properties, somewhere you should have something that says: "When I press the...
  8. 123456programmer

    How to check WI-FI version on laptops?

    hey, well I have no clue. But I figured out what type of wireless Lan it was. (was a 802.11 b) thanks guys :)
  9. 123456programmer

    How to check WI-FI version on laptops?

    alright thanks heaps mate. :D
  10. 123456programmer

    How to check WI-FI version on laptops?

    so that's the only way huh? anyways thanks mate.
  11. 123456programmer

    How to check WI-FI version on laptops?

    Hello, I'm thinking about installing a wireless connection at home. Unfortunately I don't know what kind of wireless LAN my Laptop has. 802.11 a or b or g ? I don't have anything which indicates what type of wireless LAN this computer has. Is there anyway to check from the OS (winxp pro) what...
  12. 123456programmer

    Import to Flash, Paths made in Photoshop

    Is it possible, to import in flash, paths that have been created in Photoshop?? Or do I have to buy Fireworks? thanks in advance.
  13. 123456programmer

    The bckground images in my table won't load until mouse roll-over...

    I have this CSS that would change the background when mouse roll-over <TD WIDTH=101 HEIGHT=75 background="menu.gif" style="cursor: pointer;" onClick="document.location = 'http://www.domain.com/index.php?act=submit+data'" onmouseover="this.background=http://www.domain.com/menu/menu_h.gif'"...
  14. 123456programmer

    The image in my table won't load until I rollover the mouse...

    so this can't be resolved in CSS... alright, thanks a lot. I ll post on the javascript thread.

Part and Inventory Search

Back
Top