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 Rhinorhino 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: Mongooses
  • Content: Threads
  • Order by date
  1. Mongooses

    Reverse Engineering

    Hey all, I have a rather large java app (50+ classes) in byte code. I want to make a change and decided to use mocha to try and do a little reverse engineering. I figured the easiest way would be to reverse engineer the about dialog box and replace it with one i create of the same name. This...
  2. Mongooses

    CTime

    Hey all, I have a program that gets the current time by using CTime tmDTG = CTime::GetCurrentTime(); And it worked fine until daylight savings came around now the current time is one hour off. I have tried getting the time by using time.h functions (i.e. using: time_t tTempTime; time...
  3. Mongooses

    Data Access Pages on NT Server 4.0

    Ok - I am not a NT person but I am trying to place Data Access Pages on NT Server 4.0 w/Svc Pak 6. I have installed IIS as well, and placed the DAP and the .mdb on the server in the appropriate directory. Now to the problem, as long as I am connected to the LAN I can access the data through...
  4. Mongooses

    DAP's in Access 2000 not allowing updates

    I am trying to create DAP's in Access 2000 to allow updates. The pages for some reason display the data as read-only. I have followed the creation steps (an excrutiating number of times) with no success. I have tried editing the field properties to no avail. I have waded through the volume...

Part and Inventory Search

Back
Top