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. stationX

    visual C++, Managed C++ normal C++ confusion.

    Hi all, And apologies in advance for the basic nature of this question. I know that managed C++ is odviously code managed by the.NET CLR. But I don't understand how it is different from visual C++ that runs under the .NET CLR? Are visual C++ and managed c++ the same? I don't think they are but...
  2. stationX

    ulong confusion...

    Hi All, Can anyone explain the behaviour of the following code? //ulong test1 = 5555555555555555555 * 1000; ulong test1 = 5555555555555555555; test1 = test1 * 1000; Console.WriteLine(test1); (refering to the comment out line) If you try to create the variable from a huge number * 1000 the...
  3. stationX

    DNS ping failed on router

    Thanks Sympolgy, Putting in the Orange Dns servers didn't actually help. It solved the routers own self diagnosed DNS error but still only google pages would display (of the small number I tried). thanks for the IPs , I will try them next time I visit the in laws. i think they've just gone back...
  4. stationX

    DNS ping failed on router

    Thank you very much roger I'll give them a try Much appreciated. BN
  5. stationX

    DNS ping failed on router

    Hi All, I'm trying to help my sister in law get her broadband router working. It connects to the web and finds google really fast but then hangs for ages when you select a page from anywhere else. Its the DNS lookup that's the problem according to the diagnostics. The router is set to get the...
  6. stationX

    Autosuggestion box - up/down arroe behaviour

    I think I can sort it all out burt there is one thing stopping me and that is handling the pressing of the down and up keys. at the moment I've got these two lines window.onkeydown=getComps; document.onkeydown = getComps; and the function that handles it: function getComps(e) { --- --- }...
  7. stationX

    Autosuggestion box - up/down arroe behaviour

    Thanks for your reply, The AJAX side of things is adapted from the code at w3schools. The XMLHttpRequest object calls a PHP script that queries the database and returns the results as echoed HTML - each search result in it own div holder, as follows...
  8. stationX

    Autosuggestion box - up/down arroe behaviour

    Hi all, I'm creating an autosuggestion input box. The only thing left I need to do is to implement the up/down arrow functionality (when the user presses the down arrow key it starts to cycle through the suggestion list). My autosuggestion list is populated using a seperate DIV for each...
  9. stationX

    dg834g router can't get to admin page

    Hi Ben, Nope, doesn't want to know. Just sits there trying to get an IP address (the router set to dih out the IPS). Can't connect via 192.168.0.1 either. The new card is doing great and I can go back to the router from the USB modem which means the Mrs gets the web back which is good news for...
  10. stationX

    dg834g router can't get to admin page

    New network card in, all working! It was the onboard network card after all. Thanks for all your input, I've learnt 'a shed load'. BN
  11. stationX

    dg834g router can't get to admin page

    Sorry, I don't think I've been clear. I can get the non working PC to work by linking up to a USB modem I used to use before I got the router. So this cuts the netwok card out of the equation. I'm sure it's the network catd, I'll order one today and let you know. Thanks again for all your help...
  12. stationX

    dg834g router can't get to admin page

    I actually have another installation of windows on my PC (not a different user an actual duel boot separate install). Just booted that up and it doesn't work either. To me its beginning to sound like it may be my network adapter (built into the motherboard (abit an8 32x)).
  13. stationX

    dg834g router can't get to admin page

    Thanks all, I've tried different ports and I'm begining to think it's my network card, but it shows up as connected fine so i don't know. Thanks for the links BBB, just going through those now but the computer browser is disabled on the working machine so I don't think thi is the issue. Very...
  14. stationX

    dg834g router can't get to admin page

    Hi Simon, Nothing in the event log. 'Computer Browser' couldn't start but I enabled that and rebooted but still no success. I enabled the DHCP server on the router, the working machine automatically got it's new IP in under a second. The non working PC thought about it for a while and returned...
  15. stationX

    dg834g router can't get to admin page

    Hi Simon, Sorry, that's drifting out of my undesrtanding. In the properties of internet protocol (TCP/IP) the Ip setup is statically set up rather than 'assigned dynamically' ip: 192.168.0.2 subnet mask: 255.255.255.0 defaultgateway: 192.168.0.1 Is that what you're reffering to? thanks bn
  16. stationX

    dg834g router can't get to admin page

    Hi Simon, Swapped cables, still no joy on non working machine. The host file has just the one entry: 127.0.0.1 localhost Ping fails from working (03) to non-working machine (02). Ping fails from non-working machine (02) to working(03). tracert from non-working to router (01) produced...
  17. stationX

    dg834g router can't get to admin page

    Hi all, thanks for your answers. The error I get wehn trying to connect to 192.168.0.1 (router admin) is 'The operation timed out when attempting to contact 192.168.0.1.' I've uninstalled Silverlight any way and rebooted with no joy. The working machine (can connect to the router) is on...
  18. stationX

    dg834g router can't get to admin page

    Hi , thank both for your help. The IP on the non working machine is 192.168.0.2. I can't ping the router from the non working machine. Tried netsh winsock reset catalog it procesed ok and asked me to reboot but still no joy. it' done this before and then sorted itself - I'd always blamed it on...
  19. stationX

    dg834g router can't get to admin page

    Hi All, I have a dg834g router and can no longer get to the admin page (via 192.168.0.1) or connect to the web from my PC, even after multiple router resets to factory defaults. However I can get on to it from another machine in the house that uses it for connection to the internet. So...
  20. stationX

    Act 6! - Global changes and multiple users

    Thanks Mike, Sorry I didn't get that the first time! I was hung up on thinking you needed something to replace when actually you can replace blank with whatever you want for any lookup you select. B

Part and Inventory Search

Back
Top