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!

Recent content by dan2

  1. dan2

    clockwise or counterclockwise

    Awesome! Thanks! Much easier to code.
  2. dan2

    ntpdate & time zones

    I have 3 slackware 10.2 servers. All are configured with EST as the time zone. When I run "ntpdate -4 -u clock.psu.edu" on the "good" server I get the expected time. When I run this command on the other two, I get a time that is advanced 4 hours from what it should be. Whats happening to me?
  3. dan2

    clockwise or counterclockwise

    I'm parsing points to generate a gcode program. When I encounter arcs I need to determine wether the points are given in a clockwise or counterwise direction. I'm looking for an easier way to determine this than determining the quadrant of a portion of the span, then comparing x&y changes...
  4. dan2

    visual studio 2002

    Thanks for the info. The $29 upgrade offer expired sept 30,03 but I found one on ebay for $95.
  5. dan2

    visual studio 2002

    I've got the previous version of visual Studio (2002) and a project for pocket pc. Is there anyway to develop a pocket pc app with this version of VS?
  6. dan2

    Developing for a PDA with .NET 1

    I'm still running Visual Studio .Net Version 1. I recall that I should be able to develop for a PDA. I seem to remember that there was a PDA emulator in VS 1 as well. Can someone tell me how to get there? Thanks in advance.
  7. dan2

    solution for automated synchronization

    Add a linux box to each of the AD's. Set up Samba and use rsync & ssh to do the synchronization with cron doing the scheduling. http://www.scrounge.org/linux/rsync.html
  8. dan2

    dhcp is working but?

    In the mmc the server and scope have an "!" beside them with a blue circular background. Properties show that the server is working and has active leases. So whats causing this icon? A similar Icon in device manager would mean a conflict with another device. I can't find any...
  9. dan2

    modem sharing & client timeouts

    The ICS box connects via a 56k dialup. Once it wakes up, things are hunky-dorey. (Which by the way happens about 15sec after the browser or mail client times out that initial time) Unfortunately, my user has no patience! <g>
  10. dan2

    modem sharing &amp; client timeouts

    Errr, perhaps I was not clear in my description. The current configuration works, but! The user this is targeted for is not content to click the refresh button after the connection is complete. I am hoping to adjust the client so it will wait longer before reporting that it cant (yet)...
  11. dan2

    modem sharing &amp; client timeouts

    I've got a win2k box with ics turned on. It uses a 56k modem for its internet access. I want to tweak my client computer so it does NOT timeout (so quickly) while waiting for the win2k/modem box to establish a connection. I want to do this for both IE6 and Outlook express. Thanks in advance!
  12. dan2

    How does one change the font/fontsize used for "wait" windows?

    I like the simplicity of the wait window for status messages. Is there some way to tweak the font and size?
  13. dan2

    How do I set fox ide layout

    &lt;g&gt; My humble thanks.
  14. dan2

    How do I set fox ide layout

    How in the heck do I get my development layout stuff to stick. I would like my forms to open from 0,0 to 200,300 and my properties sheet to be from 0,350 to 200,550 for instance. I end up having to tweak this stuff constantly as I cycle through my forms.
  15. dan2

    Need Grid to Display Query Results.

    How about brute force! Use addobject() and removeobject() methods to manually create grids that appear as needed on your form. The flexibility is a real plus. Create a temporary class with the specifics of what you want and then view the source. Paste that into your...

Part and Inventory Search

Back
Top