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 Chriss Miller 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: dalchri
  • Content: Threads
  • Order by date
  1. dalchri

    Relative div overlaps following divs

    Hello, I've got the following: <div id="div1" style="position:relative;"><!-- Map inside here with a few controls docked to the upper left, lower left, and upper right --></div> <div id="div2"><!-- More content --></div> As soon as I set div1 to relative positioning, div2 slips up to the...
  2. dalchri

    Combine websites from two IIS servers

    Hello, We have two IIS servers. Server A is serving up content for our public website. Server B serves ArcGIS content and has a rather extensive ArcGIS server installation on it. At the current time, the public website is exposed as www.domain.com and the ArcGIS content is exposed as...
  3. dalchri

    DataGridView DateTime column and DBNull

    Hello, I have a DataGridViewTextBoxColumn that is bound to a DateTime column which allows nulls. I can't figure out for the life of me how to allow the user to delete the text out of this column and get the DataGridView to successfully parse the text back to DBNull. I thought it would be as...
  4. dalchri

    ReportDocument.Close is very slow

    I have recently run into the problem with the error message, "The maximum report processing jobs limit configured by your system administrator has been reached." I have tried to implement the Close and Dispose methods of the ReportDocument but I have a big problem. The Close method takes a...
  5. dalchri

    Can ClickOnce deploy version 1.1 assemblies?

    I've been trying for hours to manually build an application and deployment manifest using the MS examples for MageUI.exe and Mage.exe and other similar examples. I keep getting the same error message: Specified <entryPoint> is not valid. Check that the path to the entrypoint is well-formed and...
  6. dalchri

    How do you enforce an expiration date independent of System Time?

    I am developing some licensing for our software and I was wondering, how does WPA enforce the three day expiration within which you must activate windows if you can always mess around with the BIOS clock or even the windows time? How can I count down days?
  7. dalchri

    Move spam to Junk E-mail folder based on X-Spam-Status header

    Hello, I have recently installed SpamAssassin as an SMTP proxy in front of my Exchange server. SpamAssassin does not filter spam email, instead, it just identifies it. It can do this one of two ways. The first is that it adds a header to the email message: X-Spam-Status: YES (or NO)...
  8. dalchri

    RRAS - How to enable incoming modem connection

    I have a Windows XP box that is currently providing a modem connection to our offsite accounting office. Accounting then logs onto a separate Windows 2003 Terminal Server on the same LAN as the Windows XP box that provides the modem connection. I am attempting to migrate this modem connection...
  9. dalchri

    Inventory barcode scanner

    I am getting ready to integrate an inventory barcode scanner and printer into our custom inventory program. What I would like to know is if anyone could recommend a product line with an API? I looked into WASP but their scanners seem to be proprietary. I am looking for the following: -...
  10. dalchri

    Should the host OS do anything other than host?

    I am considering putting RHEL4 and Windows 2003 Web Server Edition on the same server. I would be using RHEL4 as the host OS. My question is, should I have RHEL4 as a second guest OS or should I just use the RHEL4 OS that acts as the host?
  11. dalchri

    Prevent multithreaded access to a method or only one thread at a time

    I have a windows service that works with AutoCAD and provides a class to the rest of the network via remoting. It is running in Singleton mode which means only one instance gets created for calls from multiple clients. The problem that I have having is that it gets rickety if more than one...
  12. dalchri

    Can't browse address list in Outlook using OpenLDAP

    I have Outlook working with my OpenLDAP server for a directory service. I did the DisableVLVBrowsing thing already and I can see email addresses if I select Find and then enter search criteria. However, when I select the directory service from the Outlook address book, it is empty, no names...
  13. dalchri

    opteron 144 or athlon 64 3200+

    I am getting ready to put together some CAD workstations. I have settled on the MB as a MSI K8NGM2-L GF6100 939. I have an Athlon 64 3000+ and am pretty happy with the performance coupled to a WD Raptor 10K rpm but I was a little surprised to see the CPU maxing out in taskmgr as much as it...
  14. dalchri

    Prevent user from deleting folder from desktop

    I would like to prevent my users from deleting a folder from their desktop. We have a copier/scanner that can scan documents directly to a folder on their desktop. If they delete this folder, this means they can't scan anymore. I tried to do this using advanced permissions. First I copied...
  15. dalchri

    Increasing RAM, do I need to increase swap partition?

    I understand it is good practice to have a swap partition twice the size of your RAM capacity. I will be increasing the RAM in one of our servers from 256MB to 768MB. Am I required to increase the swap partition from 512MB to 1.5GB? If I am not required, are there any consequences from not...
  16. dalchri

    Only one server seems to disagree with switch

    Over the weekend, our mysql database server started communicating with the rest of the network very slowly: LAN IP address: 192.168.0.8 NIC: National Semiconductor DP83820 Copper Gigabit Adapter Switch: TRENDnet TEG-S160TX I have tried the following: 1) I swapped cables with a 2nd server on...
  17. dalchri

    Sometimes DNS returns LAN IP for webserver and other times public IP?

    I have the following: Domain controller: Win2k, 192.168.0.1 Web server: Win2k3, 192.168.0.2 DNS server: Linux RH9, 192.168.0.3 LAN Gateway: 192.168.0.254 LAN Gateway public IP address: 24.229.x.x Website address: www.mydomain.com TCP STACK from WinXP client...
  18. dalchri

    Why won't parted copy my root ext3 partition?

    I am using parted 1.6.22 on the FC4 rescue CD. The installation is RH9 on /dev/hda1. As a test, I am trying to copy /dev/hda1 to /dev/sda1. I get the "strange layout" error message from parted. parted output for /dev/hda: Start End 0.031 2000.000 so I create the exact same size on...
  19. dalchri

    Outlook email message UI looks different when created through .NET API

    When I create a new email message using the Outlook XP .NET API, it looks different than when it is created through the UI of Outlook itself. For example, when creating a new email message, the To and CC buttons are flat and have the picture of the address book next to them. When creating the...
  20. dalchri

    Migrating all file storage from onboard SCSI controller to LSI RAID?

    I am attempting to migrate my file system from a U160 (unRAIDed) SCSI hard drive controller onboard the motherboard to a new LSI MegaRAID 320-1 RAID controller. So far, I have tried to keep it simple by only copying the OS partition (C: drive) onto the LSI controller. Without disabling the...

Part and Inventory Search

Back
Top