Search results for query: *

  • Users: jglobe
  • Content: Threads
  • Order by date
  1. J

    DataAdapter Force Close

    Wonder if anyone can help me close a DataAdapter? After closing the adapter and destroying all the objects associated my .NET application retains an open handle to the database folder "dbDir" containing the dbf files. I used Sysinternals ProcessExplorer and the folder handles get created on the...
  2. J

    Drive Mapping

    Can someone point me in the direction of how to map a directory on the server based on the username of the windows user. Basically if "joe" logs in I need to check the server to see if a folder for called "joe" exists > if not create it > then map that directory as his U drive. I looked into...
  3. J

    Doubles

    Im trying to store -87.872449938533194 into a double array but turns into -87.8724499385332 This does not... -87.872449938533191 If I type -87.872449938533194 in the VS IDE it automatically turns it into -87.87244993853332 any help would be appreciated.
  4. J

    Convert Region to Graphicspath

    Anyone know how to retrieve a graphicspath or point array from a Region. Basically I am after the result set after the Exclude method is called. thanks
  5. J

    Working with bitarray

    Hi all, I am a novice when working with binary data and wondered if some of you experts could help. I have a byte array of which contain integers. The 8th bit of the first byte is a control bit which tells me if the integer continues into the next byte and the 7th bit is a sign bit. Bits...
Back
Top