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 dencom 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: stationX
  • Content: Threads
  • Order by date
  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

    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...
  4. 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...
  5. 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...
  6. stationX

    Act 6! - Global changes and multiple users

    Hi all, We are still using ACT6!. We have 4 people using a database and I want to make it so that users can only see their own records. The only way I can see to do this is to make allof a particular users records private. Is there a way to globally make all records assigned to a particular...

Part and Inventory Search

Back
Top